mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-22 13:50:14 +00:00
19 lines
No EOL
706 B
XML
19 lines
No EOL
706 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<Configuration>Local</Configuration>
|
|
<Platform>x64</Platform>
|
|
<PublishDir>..\..\..\publish\master</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
<SelfContained>true</SelfContained>
|
|
<DeleteExistingFiles>true</DeleteExistingFiles>
|
|
<PublishWithAspNetCoreTargetManifest>true</PublishWithAspNetCoreTargetManifest>
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
|
</PropertyGroup>
|
|
</Project> |