| 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>
- <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
- <PublishProvider>FileSystem</PublishProvider>
- <PublishUrl>G:\git\upload-release</PublishUrl>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <_TargetId>Folder</_TargetId>
- <SiteUrlToLaunchAfterPublish />
- <PrecompileBeforePublish>true</PrecompileBeforePublish>
- <EnableUpdateable>false</EnableUpdateable>
- <DebugSymbols>false</DebugSymbols>
- <WDPMergeOption>CreateSeparateAssembly</WDPMergeOption>
- <UseFixedNames>true</UseFixedNames>
- </PropertyGroup>
- </Project>
|