mirror of
https://github.com/A-Star100/simpliplay-xbox.git
synced 2025-09-17 22:39:39 +00:00
16 lines
689 B
XML
16 lines
689 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
<Nullable>enable</Nullable>
|
|
<UseUwp>true</UseUwp>
|
|
<Platforms>x86;x64;arm64</Platforms>
|
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<PublishAot>true</PublishAot>
|
|
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
|
|
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
|
|
<EnableMsixTooling>true</EnableMsixTooling>
|
|
</PropertyGroup>
|
|
</Project> |