mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
9 lines
341 B
XML
9 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<!-- Allow any version of VS and Windows SDK -->
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<TargetPlatformVersion>$(UCRTVersion)</TargetPlatformVersion>
|
|
</PropertyGroup>
|
|
</Project>
|