Merge pull request #12385 from ZehMatt/disable-vcpkg

Disable vcpkg for all projects
This commit is contained in:
ζeh Matt 2020-07-25 20:52:46 +02:00 committed by GitHub
commit 28d3b51c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,6 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<!-- Allow any version of VS and Windows SDK -->
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
@ -113,4 +112,8 @@
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
</Manifest>
</ItemDefinitionGroup>
<PropertyGroup>
<VcpkgEnabled>false</VcpkgEnabled>
</PropertyGroup>
</Project>