diff options
author | Jose <jose@zeroc.com> | 2019-06-06 10:36:43 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-06 10:36:43 +0200 |
commit | 1994ccb4d17e6098666713100ed9de12442d099a (patch) | |
tree | e3da90d6477b4f5f0ec17919f13d237c264887d4 /cpp/test/IceStorm/rep1 | |
parent | Remove Duplicates in ice.vcxproj.filters and iceuwp++11.vcxproj Close #365 (diff) | |
download | ice-1994ccb4d17e6098666713100ed9de12442d099a.tar.bz2 ice-1994ccb4d17e6098666713100ed9de12442d099a.tar.xz ice-1994ccb4d17e6098666713100ed9de12442d099a.zip |
Do not set WindowsTargetPlatformVersion, use the default
Diffstat (limited to 'cpp/test/IceStorm/rep1')
-rw-r--r-- | cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj | 1 | ||||
-rw-r--r-- | cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj | 1 | ||||
-rw-r--r-- | cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj index 36b352413aa..dfc4aac417b 100644 --- a/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj @@ -211,7 +211,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{58B8CF53-AC7C-4FE5-ABA1-A356034BFE10}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj b/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj index 1206dcbcbbd..63df0bb261c 100644 --- a/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj @@ -211,7 +211,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{E6690528-7BB9-4B8E-8F15-4F3C58A736B9}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj index 85c34550f7c..b3927ed570e 100644 --- a/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj @@ -211,7 +211,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{CB22725D-1669-4945-83D3-81CA767F0B56}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |