mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
19 lines
No EOL
758 B
XML
19 lines
No EOL
758 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>Windows</Configuration>
|
|
<Platform>x86</Platform>
|
|
<PublishDir>bin\x86\Windows\net7.0\win-x86\publish\</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
|
<SelfContained>True</SelfContained>
|
|
<PublishSingleFile>True</PublishSingleFile>
|
|
<PublishReadyToRun>True</PublishReadyToRun>
|
|
<PublishTrimmed>True</PublishTrimmed>
|
|
<DefineConstants>OS_WINDOWS;ARCH_X86</DefineConstants>
|
|
</PropertyGroup>
|
|
</Project> |