FolderProfile.pubxml 896 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. https://go.microsoft.com/fwlink/?LinkID=208121.
  4. -->
  5. <Project>
  6. <PropertyGroup>
  7. <DeleteExistingFiles>true</DeleteExistingFiles>
  8. <ExcludeApp_Data>false</ExcludeApp_Data>
  9. <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
  10. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  11. <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
  12. <PublishProvider>FileSystem</PublishProvider>
  13. <PublishUrl>G:\git\upload-release</PublishUrl>
  14. <WebPublishMethod>FileSystem</WebPublishMethod>
  15. <_TargetId>Folder</_TargetId>
  16. <SiteUrlToLaunchAfterPublish />
  17. <PrecompileBeforePublish>true</PrecompileBeforePublish>
  18. <EnableUpdateable>false</EnableUpdateable>
  19. <DebugSymbols>false</DebugSymbols>
  20. <WDPMergeOption>CreateSeparateAssembly</WDPMergeOption>
  21. <UseFixedNames>true</UseFixedNames>
  22. </PropertyGroup>
  23. </Project>