FolderProfile.pubxml 662 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. https://go.microsoft.com/fwlink/?LinkID=208121.
  4. -->
  5. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  6. <PropertyGroup>
  7. <Configuration>Release</Configuration>
  8. <Platform>Any CPU</Platform>
  9. <PublishDir>D:\ISAS\测试\视频测试</PublishDir>
  10. <PublishProtocol>FileSystem</PublishProtocol>
  11. <TargetFramework>net6.0-windows</TargetFramework>
  12. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  13. <SelfContained>true</SelfContained>
  14. <PublishSingleFile>false</PublishSingleFile>
  15. <PublishReadyToRun>false</PublishReadyToRun>
  16. </PropertyGroup>
  17. </Project>