Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs
Commits:
-
3c162a53
by Alexei Podtelezhnikov (Алексей Подтележников) at 2023-12-09T23:01:51-05:00
10 changed files:
- MSBuild.sln
- builds/windows/msvc/ftbench.vcxproj
- builds/windows/msvc/ftdump.vcxproj
- builds/windows/msvc/ftgamma.vcxproj
- builds/windows/msvc/ftgrid.vcxproj
- builds/windows/msvc/ftlint.vcxproj
- builds/windows/msvc/ftmulti.vcxproj
- builds/windows/msvc/ftstring.vcxproj
- builds/windows/msvc/ftview.vcxproj
- builds/windows/msvc/migs.vcxproj
Changes:
1 | -Microsoft Visual Studio Solution File, Format Version 12.00
|
|
2 | -# Visual Studio 15
|
|
1 | +Microsoft Visual Studio Solution File, Format Version 11.00
|
|
2 | +# Visual Studio 2010 or later
|
|
3 | 3 | #
|
4 | 4 | # You can build FreeType demos with MSBuild as follows
|
5 | 5 | #
|
... | ... | @@ -12,8 +12,6 @@ |
12 | 12 | # should appear in the bin/ folder, which should also have
|
13 | 13 | # a copy of freetype.dll.
|
14 | 14 | #
|
15 | -VisualStudioVersion = 15.0.26730.16
|
|
16 | -MinimumVisualStudioVersion = 10.0.40219.1
|
|
17 | 15 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftmulti", "builds\windows\msvc\ftmulti.vcxproj", "{B50E4284-645B-446B-A3FD-0C44F1B2D8AB}"
|
18 | 16 | EndProject
|
19 | 17 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftview", "builds\windows\msvc\ftview.vcxproj", "{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}"
|
... | ... | @@ -119,7 +117,4 @@ Global |
119 | 117 | GlobalSection(ExtensibilityGlobals) = postSolution
|
120 | 118 | SolutionGuid = {6591DD69-13FA-4826-9C49-47DB559E44DB}
|
121 | 119 | EndGlobalSection
|
122 | - GlobalSection(Performance) = preSolution
|
|
123 | - HasPerformanceSessions = true
|
|
124 | - EndGlobalSection
|
|
125 | 120 | EndGlobal |
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -53,17 +53,7 @@ |
53 | 53 | </ImportGroup>
|
54 | 54 | <ImportGroup Label="Shared">
|
55 | 55 | </ImportGroup>
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61 | - </ImportGroup>
|
|
62 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
63 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
64 | - </ImportGroup>
|
|
65 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
66 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 | + <ImportGroup Label="PropertySheets">
|
|
67 | 57 | </ImportGroup>
|
68 | 58 | <PropertyGroup Label="UserMacros" />
|
69 | 59 | <Import Project="ft2demos.props" />
|
... | ... | @@ -47,17 +47,7 @@ |
47 | 47 | </ImportGroup>
|
48 | 48 | <ImportGroup Label="Shared">
|
49 | 49 | </ImportGroup>
|
50 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
51 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
52 | - </ImportGroup>
|
|
53 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
54 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
55 | - </ImportGroup>
|
|
56 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
57 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58 | - </ImportGroup>
|
|
59 | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
60 | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
50 | + <ImportGroup Label="PropertySheets">
|
|
61 | 51 | </ImportGroup>
|
62 | 52 | <PropertyGroup Label="UserMacros" />
|
63 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|