mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
16 lines
No EOL
577 B
XML
16 lines
No EOL
577 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
<PublishDir>../build/TmpReleaseBuild</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
<PublishAot>true</PublishAot>
|
|
<OptimizeUi>true</OptimizeUi>
|
|
</PropertyGroup>
|
|
</Project> |