FolderProfile.pubxml 598 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
  3. <Project>
  4. <PropertyGroup>
  5. <Configuration>Release</Configuration>
  6. <Platform>Any CPU</Platform>
  7. <PublishDir>E:\Publish</PublishDir>
  8. <PublishProtocol>FileSystem</PublishProtocol>
  9. <_TargetId>Folder</_TargetId>
  10. <TargetFramework>net8.0-windows</TargetFramework>
  11. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  12. <SelfContained>true</SelfContained>
  13. <PublishSingleFile>false</PublishSingleFile>
  14. <PublishReadyToRun>true</PublishReadyToRun>
  15. </PropertyGroup>
  16. </Project>