12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- https://go.microsoft.com/fwlink/?LinkID=208121.
- -->
- <Project>
- <PropertyGroup>
- <DeleteExistingFiles>false</DeleteExistingFiles>
- <ExcludeApp_Data>false</ExcludeApp_Data>
- <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
- <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
- <LastUsedPlatform>x86</LastUsedPlatform>
- <PublishProvider>FileSystem</PublishProvider>
- <PublishUrl>bin\Debug\net6.0\publish\</PublishUrl>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <SiteUrlToLaunchAfterPublish />
- <TargetFramework>net6.0</TargetFramework>
- <ProjectGuid>4b98a1ee-1680-4fe0-9c5b-657db75e5f88</ProjectGuid>
- <SelfContained>false</SelfContained>
- <RuntimeIdentifier>win-x86</RuntimeIdentifier>
- <PublishReadyToRun>true</PublishReadyToRun>
- </PropertyGroup>
- </Project>
|