We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 649757b + f604b41 commit 28d3b51Copy full SHA for 28d3b51
openrct2.common.props
@@ -5,7 +5,6 @@
5
</PropertyGroup>
6
7
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
8
-
9
<PropertyGroup>
10
<!-- Allow any version of VS and Windows SDK -->
11
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
@@ -113,4 +112,8 @@
113
112
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
114
</Manifest>
115
</ItemDefinitionGroup>
+
116
+ <PropertyGroup>
117
+ <VcpkgEnabled>false</VcpkgEnabled>
118
+ </PropertyGroup>
119
</Project>
0 commit comments