1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 14:10:45 +00:00
msfs-popout-panel-manager/MainApp/Properties/PublishProfiles/FolderProfile.pubxml

19 lines
708 B
Text
Raw Normal View History

2022-06-24 14:24:31 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\..\publish\master</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
2023-07-12 22:41:31 +00:00
<TargetFramework>net7.0-windows</TargetFramework>
2022-07-23 19:23:32 +00:00
<SelfContained>true</SelfContained>
<DeleteExistingFiles>true</DeleteExistingFiles>
<PublishWithAspNetCoreTargetManifest>true</PublishWithAspNetCoreTargetManifest>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
2022-06-24 14:24:31 +00:00
</PropertyGroup>
</Project>