1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Disable vcpkg for all projects

This commit is contained in:
Matt
2020-07-25 11:26:39 +02:00
parent 3b60740128
commit f604b41d14

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>