| 1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- https://go.microsoft.com/fwlink/?LinkID=208121.
- -->
- <Project>
- <PropertyGroup>
- <DeleteExistingFiles>true</DeleteExistingFiles>
- <ExcludeApp_Data>false</ExcludeApp_Data>
- <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
- <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <PublishProvider>FileSystem</PublishProvider>
- <PublishUrl>publish\</PublishUrl>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <SiteUrlToLaunchAfterPublish />
- <TargetFramework>net6.0</TargetFramework>
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
- <PublishSingleFile>true</PublishSingleFile>
- <PublishReadyToRun>true</PublishReadyToRun>
- <ProjectGuid>11ea630b-4600-4236-a117-ce6c6cd67586</ProjectGuid>
- <SelfContained>true</SelfContained>
- </PropertyGroup>
- </Project>
|