diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2017-05-25 15:58:59 -0700 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2017-05-25 15:58:59 -0700 |
| commit | d592bdd4d40046a16528df31343710c936a6186d (patch) | |
| tree | 9619d49ee1e0aba87bdcd65c10057fd596da00a5 /Externals/cpp-optparse/cpp-optparse.vcxproj | |
| parent | 0f020857c56c4f039c3f58fc284c5fea89d60d75 (diff) | |
Migrate to Visual Studio 2017.
Auto-generated by the IDE, I'll trust it knows what it's doing.
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 03fd2db0c9..aa59b90632 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.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|x64"> <Configuration>Debug</Configuration> @@ -16,7 +16,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> @@ -49,4 +49,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |
