summaryrefslogtreecommitdiff
path: root/python/modules
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-06-21 18:28:13 +0200
committerJose <jose@zeroc.com>2017-06-21 18:28:13 +0200
commite7a7bf47ba2acb6c47c5a70fc7d4b2a740551ceb (patch)
tree5df0a656e276d23fcd32e5911c6ae56659e4cab8 /python/modules
parentsymchk no longer verbose (diff)
downloadice-e7a7bf47ba2acb6c47c5a70fc7d4b2a740551ceb.tar.bz2
ice-e7a7bf47ba2acb6c47c5a70fc7d4b2a740551ceb.tar.xz
ice-e7a7bf47ba2acb6c47c5a70fc7d4b2a740551ceb.zip
Windows UWP build instructions updates
Diffstat (limited to 'python/modules')
-rw-r--r--python/modules/IcePy/msbuild/icepy.vcxproj4
-rw-r--r--python/modules/IcePy/msbuild/packages.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/python/modules/IcePy/msbuild/icepy.vcxproj b/python/modules/IcePy/msbuild/icepy.vcxproj
index 985397d1810..760d6118431 100644
--- a/python/modules/IcePy/msbuild/icepy.vcxproj
+++ b/python/modules/IcePy/msbuild/icepy.vcxproj
@@ -177,12 +177,12 @@
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
- <Import Project="..\..\..\msbuild\packages\mcpp.v140.2.7.2.16\build\native\mcpp.v140.targets" Condition="Exists('..\..\..\msbuild\packages\mcpp.v140.2.7.2.16\build\native\mcpp.v140.targets')" />
+ <Import Project="..\..\..\msbuild\packages\mcpp.v140.2.7.2.17\build\native\mcpp.v140.targets" Condition="Exists('..\..\..\msbuild\packages\mcpp.v140.2.7.2.17\build\native\mcpp.v140.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
- <Error Condition="!Exists('..\..\..\msbuild\packages\mcpp.v140.2.7.2.16\build\native\mcpp.v140.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\mcpp.v140.2.7.2.16\build\native\mcpp.v140.targets'))" />
+ <Error Condition="!Exists('..\..\..\msbuild\packages\mcpp.v140.2.7.2.17\build\native\mcpp.v140.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\mcpp.v140.2.7.2.17\build\native\mcpp.v140.targets'))" />
</Target>
</Project> \ No newline at end of file
diff --git a/python/modules/IcePy/msbuild/packages.config b/python/modules/IcePy/msbuild/packages.config
index b157755c2b9..e5ba87549f9 100644
--- a/python/modules/IcePy/msbuild/packages.config
+++ b/python/modules/IcePy/msbuild/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="mcpp.v140" version="2.7.2.16" targetFramework="native" />
+ <package id="mcpp.v140" version="2.7.2.17" targetFramework="native" />
</packages> \ No newline at end of file