1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}</ProjectGuid >
15+ <RootNamespace >GLFontGen</RootNamespace >
16+ <Keyword >Win32Proj</Keyword >
17+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <CharacterSet >NotSet</CharacterSet >
23+ <WholeProgramOptimization >true</WholeProgramOptimization >
24+ <PlatformToolset >v143</PlatformToolset >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <CharacterSet >NotSet</CharacterSet >
29+ <PlatformToolset >v143</PlatformToolset >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32+ <ImportGroup Label =" ExtensionSettings" >
33+ </ImportGroup >
34+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
35+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36+ </ImportGroup >
37+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
38+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39+ </ImportGroup >
40+ <PropertyGroup Label =" UserMacros" />
41+ <PropertyGroup >
42+ <_ProjectFileVersion >10.0.40219.1</_ProjectFileVersion >
43+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(SolutionDir)</OutDir >
44+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Configuration)\</IntDir >
45+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
46+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(SolutionDir)</OutDir >
47+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Configuration)\</IntDir >
48+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
49+ <CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >AllRules.ruleset</CodeAnalysisRuleSet >
50+ <CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
51+ <CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
52+ <CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >AllRules.ruleset</CodeAnalysisRuleSet >
53+ <CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
54+ <CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
55+ </PropertyGroup >
56+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57+ <ClCompile >
58+ <Optimization >Disabled</Optimization >
59+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
60+ <MinimalRebuild >true</MinimalRebuild >
61+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
62+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
63+ <PrecompiledHeader >
64+ </PrecompiledHeader >
65+ <WarningLevel >Level3</WarningLevel >
66+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
67+ <LanguageStandard >stdcpp20</LanguageStandard >
68+ </ClCompile >
69+ <Link >
70+ <GenerateDebugInformation >true</GenerateDebugInformation >
71+ <SubSystem >Windows</SubSystem >
72+ <TargetMachine >MachineX86</TargetMachine >
73+ </Link >
74+ <Manifest >
75+ <AdditionalManifestFiles >glfg.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles >
76+ </Manifest >
77+ </ItemDefinitionGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79+ <ClCompile >
80+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
82+ <PrecompiledHeader >
83+ </PrecompiledHeader >
84+ <WarningLevel >Level3</WarningLevel >
85+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
86+ <LanguageStandard >stdcpp20</LanguageStandard >
87+ </ClCompile >
88+ <Link >
89+ <GenerateDebugInformation >true</GenerateDebugInformation >
90+ <SubSystem >Windows</SubSystem >
91+ <OptimizeReferences >true</OptimizeReferences >
92+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
93+ <TargetMachine >MachineX86</TargetMachine >
94+ </Link >
95+ <Manifest />
96+ <Manifest />
97+ <Manifest >
98+ <AdditionalManifestFiles >glfg.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles >
99+ <EnableDpiAwareness >false</EnableDpiAwareness >
100+ </Manifest >
101+ </ItemDefinitionGroup >
102+ <ItemGroup >
103+ <ClCompile Include =" fontgen.cpp" />
104+ </ItemGroup >
105+ <ItemGroup >
106+ <ResourceCompile Include =" fontgen.rc" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <ClInclude Include =" resource.h" />
110+ </ItemGroup >
111+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
112+ <ImportGroup Label =" ExtensionTargets" >
113+ </ImportGroup >
114+ </Project >
0 commit comments