21 lines
No EOL
863 B
XML
21 lines
No EOL
863 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<PropertyGroup>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Any CPU</Platform>
|
|
<PublishDir>bin\Release\net8.0\publish\aot</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<_TargetId>Folder</_TargetId>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
<SelfContained>true</SelfContained>
|
|
<PublishSingleFile>false</PublishSingleFile>
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
<PublishAot>true</PublishAot>
|
|
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
|
<TrimMode>copyused</TrimMode>
|
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
|
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
|
|
</PropertyGroup>
|
|
</Project> |