summaryrefslogtreecommitdiff
path: root/buildscripts/vcxproj.header
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2018-11-28 15:25:15 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2018-12-05 15:23:01 -0500
commit9a3ad4c8635a6dcdf915a336f3356053342701c3 (patch)
treea17a770bd5d6f99b95bc993fec68cd6552b13651 /buildscripts/vcxproj.header
parent1c135a8f8368b92d44b3012dbff5f0cfdfed5166 (diff)
downloadmongo-9a3ad4c8635a6dcdf915a336f3356053342701c3.tar.gz
SERVER-38278 Update Visual Studio Project Generator to VS 2017
Diffstat (limited to 'buildscripts/vcxproj.header')
-rw-r--r--buildscripts/vcxproj.header6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildscripts/vcxproj.header b/buildscripts/vcxproj.header
index 220cbaa19a7..9ae2cff76ec 100644
--- a/buildscripts/vcxproj.header
+++ b/buildscripts/vcxproj.header
@@ -6,7 +6,7 @@
writes it back out you will use the comments and semi-neat formatting below.
-->
-<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>
@@ -19,12 +19,14 @@
</ItemGroup>
<PropertyGroup Label="Globals">
+ <VCProjectVersion>15.0</VCProjectVersion>
<ProjectName>%_TARGET_%</ProjectName>
<RootNamespace>mongod</RootNamespace>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
<!-- <ProjectGuid>{215B2D68-0A70-4D10-8E75-B31010C62A91}</ProjectGuid> -->
<Keyword>MakeFileProj</Keyword>
<RootNamespace>%_TARGET_%</RootNamespace>
+ <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />