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/stress/msbuild | |
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/stress/msbuild')
-rw-r--r-- | cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj | 1 | ||||
-rw-r--r-- | cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj index 5d2eb0a8132..a152d1c2f73 100644 --- a/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj @@ -211,7 +211,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{1F040862-DAB3-4F65-893D-0023BD2BD0E4}</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/stress/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj index 50600190f1e..c439f452b3f 100644 --- a/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj @@ -211,7 +211,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{529BDB9A-7714-4CC6-A116-189159D8CC4A}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |