diff options
| author | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-11 18:16:10 -0700 |
|---|---|---|
| committer | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-11 18:21:25 -0700 |
| commit | a0fe40ea5842006c0da901a99ae07d7a25531175 (patch) | |
| tree | 73e7031f04ef399021fe6fe0fd505148d3a5f9a2 /toolsrc/vcpkglib | |
| parent | 510b0c5cc0233311b6993b89cd5ce488218ed78d (diff) | |
| download | vcpkg-a0fe40ea5842006c0da901a99ae07d7a25531175.tar.gz vcpkg-a0fe40ea5842006c0da901a99ae07d7a25531175.zip | |
add tests!
Also, fix all the bugs I found when I wrote the tests!
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index 2eff1abee..9312dd627 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -21,8 +21,8 @@ <PropertyGroup Label="Globals">
<ProjectGuid>{B98C92B7-2874-4537-9D46-D14E5C237F04}</ProjectGuid>
<RootNamespace>vcpkglib</RootNamespace>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
- <PlatformToolset>v140</PlatformToolset>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
