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
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{84BE2D91-F071-4151-BE12-61460464C494}</ProjectGuid >
23
+ <RootNamespace >Msdfgen</RootNamespace >
24
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v140</PlatformToolset >
31
+ <CharacterSet >MultiByte</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >false</UseDebugLibraries >
36
+ <PlatformToolset >v140</PlatformToolset >
37
+ <WholeProgramOptimization >true</WholeProgramOptimization >
38
+ <CharacterSet >MultiByte</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >Application</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v140</PlatformToolset >
44
+ <CharacterSet >MultiByte</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v140</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >MultiByte</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" Shared" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
72
+ <TargetName >msdfgen</TargetName >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
75
+ <TargetName >msdfgen</TargetName >
76
+ <OutDir >$(SolutionDir)\</OutDir >
77
+ </PropertyGroup >
78
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79
+ <ClCompile >
80
+ <WarningLevel >Level3</WarningLevel >
81
+ <Optimization >Disabled</Optimization >
82
+ <SDLCheck >true</SDLCheck >
83
+ <PreprocessorDefinitions >MSDFGEN_STANDALONE;MSDFGEN_USE_CPP11;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
85
+ <AdditionalIncludeDirectories >include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
86
+ </ClCompile >
87
+ <Link >
88
+ <SubSystem >Console</SubSystem >
89
+ <AdditionalLibraryDirectories >lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
90
+ </Link >
91
+ </ItemDefinitionGroup >
92
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
93
+ <ClCompile >
94
+ <WarningLevel >Level3</WarningLevel >
95
+ <Optimization >Disabled</Optimization >
96
+ <SDLCheck >true</SDLCheck >
97
+ </ClCompile >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <ClCompile >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <Optimization >MaxSpeed</Optimization >
103
+ <FunctionLevelLinking >true</FunctionLevelLinking >
104
+ <IntrinsicFunctions >true</IntrinsicFunctions >
105
+ <SDLCheck >true</SDLCheck >
106
+ <PreprocessorDefinitions >MSDFGEN_STANDALONE;MSDFGEN_USE_CPP11;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
108
+ <AdditionalIncludeDirectories >include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
109
+ </ClCompile >
110
+ <Link >
111
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
112
+ <OptimizeReferences >true</OptimizeReferences >
113
+ <SubSystem >Console</SubSystem >
114
+ <AdditionalLibraryDirectories >lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
115
+ </Link >
116
+ </ItemDefinitionGroup >
117
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
118
+ <ClCompile >
119
+ <WarningLevel >Level3</WarningLevel >
120
+ <Optimization >MaxSpeed</Optimization >
121
+ <FunctionLevelLinking >true</FunctionLevelLinking >
122
+ <IntrinsicFunctions >true</IntrinsicFunctions >
123
+ <SDLCheck >true</SDLCheck >
124
+ </ClCompile >
125
+ <Link >
126
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
127
+ <OptimizeReferences >true</OptimizeReferences >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemGroup >
131
+ <ClInclude Include =" core\arithmetics.hpp" />
132
+ <ClInclude Include =" core\Bitmap.h" />
133
+ <ClInclude Include =" core\Contour.h" />
134
+ <ClInclude Include =" core\edge-coloring.h" />
135
+ <ClInclude Include =" core\edge-segments.h" />
136
+ <ClInclude Include =" core\EdgeColor.h" />
137
+ <ClInclude Include =" core\EdgeHolder.h" />
138
+ <ClInclude Include =" core\equation-solver.h" />
139
+ <ClInclude Include =" core\render-sdf.h" />
140
+ <ClInclude Include =" core\save-bmp.h" />
141
+ <ClInclude Include =" core\shape-description.h" />
142
+ <ClInclude Include =" core\Shape.h" />
143
+ <ClInclude Include =" core\SignedDistance.h" />
144
+ <ClInclude Include =" core\Vector2.h" />
145
+ <ClInclude Include =" ext\import-font.h" />
146
+ <ClInclude Include =" ext\import-svg.h" />
147
+ <ClInclude Include =" ext\save-png.h" />
148
+ <ClInclude Include =" msdfgen-ext.h" />
149
+ <ClInclude Include =" msdfgen.h" />
150
+ <ClInclude Include =" resource.h" />
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <ClCompile Include =" core\Bitmap.cpp" />
154
+ <ClCompile Include =" core\Contour.cpp" />
155
+ <ClCompile Include =" core\edge-coloring.cpp" />
156
+ <ClCompile Include =" core\edge-segments.cpp" />
157
+ <ClCompile Include =" core\EdgeHolder.cpp" />
158
+ <ClCompile Include =" core\equation-solver.cpp" />
159
+ <ClCompile Include =" core\render-sdf.cpp" />
160
+ <ClCompile Include =" core\save-bmp.cpp" />
161
+ <ClCompile Include =" core\shape-description.cpp" />
162
+ <ClCompile Include =" core\Shape.cpp" />
163
+ <ClCompile Include =" core\SignedDistance.cpp" />
164
+ <ClCompile Include =" core\Vector2.cpp" />
165
+ <ClCompile Include =" ext\import-font.cpp" />
166
+ <ClCompile Include =" ext\import-svg.cpp" />
167
+ <ClCompile Include =" ext\save-png.cpp" />
168
+ <ClCompile Include =" lib\lodepng.cpp" />
169
+ <ClCompile Include =" lib\tinyxml2.cpp" />
170
+ <ClCompile Include =" main.cpp" />
171
+ <ClCompile Include =" core\msdfgen.cpp" />
172
+ </ItemGroup >
173
+ <ItemGroup >
174
+ <ResourceCompile Include =" Msdfgen.rc" />
175
+ </ItemGroup >
176
+ <ItemGroup >
177
+ <Image Include =" icon.ico" />
178
+ </ItemGroup >
179
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
180
+ <ImportGroup Label =" ExtensionTargets" >
181
+ </ImportGroup >
182
+ </Project >
0 commit comments