mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-16 14:40:58 +00:00
16 lines
641 B
XML
16 lines
641 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
<Nullable>enable</Nullable>
|
|
<UseUwp>true</UseUwp>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<IsAotCompatible>true</IsAotCompatible>
|
|
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<BaseOutputPath>Z:\mce\x64</BaseOutputPath>
|
|
<IlcExportUnmanagedEntrypoints>true</IlcExportUnmanagedEntrypoints>
|
|
<PublishAot>true</PublishAot>
|
|
</PropertyGroup>
|
|
</Project>
|