summaryrefslogtreecommitdiffhomepage
path: root/Datafile
diff options
context:
space:
mode:
authorYasha Jannoo <alledodo@gmail.com>2019-09-05 01:32:24 +0100
committerYasha Jannoo <alledodo@gmail.com>2019-09-05 01:32:24 +0100
commit60397b084fb1d3544222e7a2c25d4aecd630381d (patch)
tree8837694a347a207d48247dc56942b825d9509378 /Datafile
parenta7b8d217af38b2102644cb45012ddb9fc3642c01 (diff)
downloadstarshatter-60397b084fb1d3544222e7a2c25d4aecd630381d.zip
starshatter-60397b084fb1d3544222e7a2c25d4aecd630381d.tar.gz
starshatter-60397b084fb1d3544222e7a2c25d4aecd630381d.tar.bz2
Retarget for new MSBuild toolsets
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17)
Diffstat (limited to 'Datafile')
-rw-r--r--Datafile/Datafile.vcxproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/Datafile/Datafile.vcxproj b/Datafile/Datafile.vcxproj
index a5f87a1..99bd8ad 100644
--- a/Datafile/Datafile.vcxproj
+++ b/Datafile/Datafile.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="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug VS2012|Win32">
<Configuration>Debug VS2012</Configuration>
@@ -29,34 +29,34 @@
<ProjectGuid>{ADBA4106-AFE3-43D2-88D9-308A7D75E372}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>Datafile</RootNamespace>
- <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
+ <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug VS2012|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release VS2012|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">