mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
20 lines
No EOL
758 B
XML
Executable file
20 lines
No EOL
758 B
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration>Windows</Configuration>
|
|
<Platform>x64</Platform>
|
|
<PublishDir>bin\x64\Windows\net7.0\win-x64\publish\</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
<SelfContained>True</SelfContained>
|
|
<!--<PublishSingleFile>True</PublishSingleFile>-->
|
|
<!--<PublishReadyToRun>True</PublishReadyToRun>-->
|
|
<PublishAot>true</PublishAot>
|
|
<!-- <PublishTrimmed>True</PublishTrimmed> -->
|
|
<DefineConstants>OS_WINDOWS;ARCH_X86_64</DefineConstants>
|
|
</PropertyGroup>
|
|
</Project> |