File tree 2 files changed +4
-2
lines changed
Release/src/build/vs14.xp
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,6 @@ Intermediate/
66
66
.vs /
67
67
# Ignore cmake building directories
68
68
build. * /
69
- docs /
69
+ docs /
70
+ # ignore NuGet artifacts
71
+ .nuget /
Original file line number Diff line number Diff line change 13
13
<WinRTProject >false</WinRTProject >
14
14
<TargetXP >true</TargetXP >
15
15
<ProjectName >cpprestsdk140.xp</ProjectName >
16
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
16
17
</PropertyGroup >
17
18
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Config.Definitions.props" />
18
19
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42
43
</PropertyGroup >
43
44
<PropertyGroup >
44
45
<TargetName >$(CppRestBaseFileName)140$(DebugFileSuffix)_xp_$(CppRestSDKVersionFileSuffix)</TargetName >
45
- <NuGetPackageImportStamp >eec97f90</NuGetPackageImportStamp >
46
46
</PropertyGroup >
47
47
<ItemGroup >
48
48
<None Include =" packages.config" >
You can’t perform that action at this time.
0 commit comments