Skip to content

Commit 28d3b51

Browse files
authored
Merge pull request OpenRCT2#12385 from ZehMatt/disable-vcpkg
Disable vcpkg for all projects
2 parents 649757b + f604b41 commit 28d3b51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openrct2.common.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66

77
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
8-
98
<PropertyGroup>
109
<!-- Allow any version of VS and Windows SDK -->
1110
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
@@ -113,4 +112,8 @@
113112
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
114113
</Manifest>
115114
</ItemDefinitionGroup>
115+
116+
<PropertyGroup>
117+
<VcpkgEnabled>false</VcpkgEnabled>
118+
</PropertyGroup>
116119
</Project>

0 commit comments

Comments
 (0)