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/vcpkglib | |
| parent | b6b69025c3c5d64f73faa3445fa3f17c967a8337 (diff) | |
| download | vcpkg-fb080f38cb1bd673eaef9a56ca5056960e44e60e.tar.gz vcpkg-fb080f38cb1bd673eaef9a56ca5056960e44e60e.zip | |
Remove unnecessary $(PlatformToolset) condition
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index 2a651e294..ad15ea7ea 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{B98C92B7-2874-4537-9D46-D14E5C237F04}</ProjectGuid> <RootNamespace>vcpkglib</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"> |
