diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-08 22:28:54 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-08 22:29:29 -0800 |
| commit | fb080f38cb1bd673eaef9a56ca5056960e44e60e (patch) | |
| tree | 4e45921a8b4c64ecb48f5b2772ceb479d62da721 /toolsrc/vcpkgtest | |
| parent | b6b69025c3c5d64f73faa3445fa3f17c967a8337 (diff) | |
| download | vcpkg-fb080f38cb1bd673eaef9a56ca5056960e44e60e.tar.gz vcpkg-fb080f38cb1bd673eaef9a56ca5056960e44e60e.zip | |
Remove unnecessary $(PlatformToolset) condition
Diffstat (limited to 'toolsrc/vcpkgtest')
| -rw-r--r-- | toolsrc/vcpkgtest/vcpkgtest.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/vcpkgtest/vcpkgtest.vcxproj b/toolsrc/vcpkgtest/vcpkgtest.vcxproj index 224500d82..c0a91ce50 100644 --- a/toolsrc/vcpkgtest/vcpkgtest.vcxproj +++ b/toolsrc/vcpkgtest/vcpkgtest.vcxproj @@ -32,7 +32,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>vcpkgtest</RootNamespace> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> - <PlatformToolset Condition="'$(PlatformToolset)' == ''">v140</PlatformToolset> + <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
