mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
20 lines
No EOL
759 B
XML
20 lines
No EOL
759 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration>Android</Configuration>
|
|
<Platform>ARM</Platform>
|
|
<PublishDir>bin\arm\Android\net8.0\android-arm\publish\</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RuntimeIdentifier>android-arm</RuntimeIdentifier>
|
|
<SelfContained>True</SelfContained>
|
|
<UseAppHost>True</UseAppHost>
|
|
<PublishSingleFile>True</PublishSingleFile>
|
|
<PublishReadyToRun>True</PublishReadyToRun>
|
|
<PublishTrimmed>True</PublishTrimmed>
|
|
<DefineConstants>OS_ANDROID;ARCH_ARM</DefineConstants>
|
|
</PropertyGroup>
|
|
</Project> |