Skip to content

Commit 0a9ca2c

Browse files
authored
Merge pull request microsoft#449 from eburkitt/upmaster
Supply missing WindowsTargetPlatformVersion setting...
2 parents 8d459d4 + ce5595d commit 0a9ca2c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ Intermediate/
6666
.vs/
6767
# Ignore cmake building directories
6868
build.*/
69-
docs/
69+
docs/
70+
# ignore NuGet artifacts
71+
.nuget/

Release/src/build/vs14.xp/casablanca140.xp.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<WinRTProject>false</WinRTProject>
1414
<TargetXP>true</TargetXP>
1515
<ProjectName>cpprestsdk140.xp</ProjectName>
16+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
1617
</PropertyGroup>
1718
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Config.Definitions.props" />
1819
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -42,7 +43,6 @@
4243
</PropertyGroup>
4344
<PropertyGroup>
4445
<TargetName>$(CppRestBaseFileName)140$(DebugFileSuffix)_xp_$(CppRestSDKVersionFileSuffix)</TargetName>
45-
<NuGetPackageImportStamp>eec97f90</NuGetPackageImportStamp>
4646
</PropertyGroup>
4747
<ItemGroup>
4848
<None Include="packages.config">

0 commit comments

Comments
 (0)