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/repstress | |
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/repstress')
3 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj b/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj index 6bd9113bdad..7b553cbb482 100644 --- a/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj @@ -372,7 +372,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{7C5AB509-3BB9-43F7-B4BA-D8D57BDED7BA}</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/repstress/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj index 3a7bcee2522..d7aceed959b 100644 --- a/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj @@ -372,7 +372,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{A6F10BA0-D8BC-4CE6-A6B0-E9C556F4FCC0}</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/repstress/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj index 00a9d053fc1..3926177aab7 100644 --- a/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj @@ -372,7 +372,6 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{6020F924-5846-452A-B704-BA762AC106DD}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |