|
|
|
@ -34,35 +34,35 @@ |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<!-- |
|
|
|
|
<!-- |
|
|
|
|
Switch the PlatformToolset based on the Visual Studio Version |
|
|
|
|
--> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<!-- Assume Visual Studio 2010 / 4.0 as the default --> |
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">4.0</VisualStudioVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2010 (4.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '4.0'"> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2010 (4.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '4.0'"> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2013 (12.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'"> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2013 (12.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'"> |
|
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2015 (14.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'"> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2015 (14.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'"> |
|
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2017 (15.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '15.0'"> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- Visual Studio 2017 (15.0) --> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '15.0'"> |
|
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- |
|
|
|
|
End of: Switch the PlatformToolset based on the Visual Studio Version |
|
|
|
|
--> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid> |
|
|
|
|
<RootNamespace>FreeType</RootNamespace> |
|
|
|
|
<ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid> |
|
|
|
|
<RootNamespace>FreeType</RootNamespace> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|