Index: source/samples/cal/cal.vcxproj |
diff --git a/source/samples/cal/cal.vcxproj b/source/samples/cal/cal.vcxproj |
index 7af9affdf4f2df86437960e58dd92ba05938f5e5..26f2c74550e14a2508cb1c28e37711ecbbca871d 100644 |
--- a/source/samples/cal/cal.vcxproj |
+++ b/source/samples/cal/cal.vcxproj |
@@ -1,5 +1,5 @@ |
<?xml version="1.0" encoding="utf-8"?> |
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<ItemGroup Label="ProjectConfigurations"> |
<ProjectConfiguration Include="Debug|Win32"> |
<Configuration>Debug</Configuration> |
@@ -20,27 +20,32 @@ |
</ItemGroup> |
<PropertyGroup Label="Globals"> |
<ProjectGuid>{F7659D77-09CF-4FE9-ACEE-927287AA9509}</ProjectGuid> |
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
</PropertyGroup> |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
<ConfigurationType>Application</ConfigurationType> |
<UseOfMfc>false</UseOfMfc> |
<CharacterSet>MultiByte</CharacterSet> |
+ <PlatformToolset>v140</PlatformToolset> |
</PropertyGroup> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
<ConfigurationType>Application</ConfigurationType> |
<UseOfMfc>false</UseOfMfc> |
<CharacterSet>MultiByte</CharacterSet> |
+ <PlatformToolset>v140</PlatformToolset> |
</PropertyGroup> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
<ConfigurationType>Application</ConfigurationType> |
<UseOfMfc>false</UseOfMfc> |
<CharacterSet>MultiByte</CharacterSet> |
+ <PlatformToolset>v140</PlatformToolset> |
</PropertyGroup> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
<ConfigurationType>Application</ConfigurationType> |
<UseOfMfc>false</UseOfMfc> |
<CharacterSet>MultiByte</CharacterSet> |
+ <PlatformToolset>v140</PlatformToolset> |
</PropertyGroup> |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
<ImportGroup Label="ExtensionSettings"> |
@@ -239,10 +244,10 @@ |
</ItemDefinitionGroup> |
<ItemGroup> |
<ClCompile Include="cal.c"> |
- <DisableLanguageExtensions>false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions>false</DisableLanguageExtensions> |
</ClCompile> |
<ClCompile Include="uprint.c"> |
- <DisableLanguageExtensions>false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions>false</DisableLanguageExtensions> |
</ClCompile> |
</ItemGroup> |
<ItemGroup> |
@@ -261,4 +266,4 @@ |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
<ImportGroup Label="ExtensionTargets"> |
</ImportGroup> |
-</Project> |
+</Project> |