ClickOnceProfile.pubxml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. https://go.microsoft.com/fwlink/?LinkID=208121.
  4. -->
  5. <Project>
  6. <PropertyGroup>
  7. <ApplicationRevision>2</ApplicationRevision>
  8. <ApplicationVersion>1.0.0.*</ApplicationVersion>
  9. <BootstrapperEnabled>True</BootstrapperEnabled>
  10. <Configuration>Release</Configuration>
  11. <CreateWebPageOnPublish>False</CreateWebPageOnPublish>
  12. <GenerateManifests>true</GenerateManifests>
  13. <Install>True</Install>
  14. <InstallFrom>Disk</InstallFrom>
  15. <IsRevisionIncremented>True</IsRevisionIncremented>
  16. <IsWebBootstrapper>False</IsWebBootstrapper>
  17. <MapFileExtensions>True</MapFileExtensions>
  18. <OpenBrowserOnPublish>False</OpenBrowserOnPublish>
  19. <Platform>Any CPU</Platform>
  20. <PublishDir>bin\Release\net8.0-windows\win-x86\app.publish\</PublishDir>
  21. <PublishUrl>bin\publish\</PublishUrl>
  22. <PublishProtocol>ClickOnce</PublishProtocol>
  23. <PublishReadyToRun>False</PublishReadyToRun>
  24. <PublishSingleFile>False</PublishSingleFile>
  25. <RuntimeIdentifier>win-x86</RuntimeIdentifier>
  26. <SelfContained>False</SelfContained>
  27. <SignatureAlgorithm>(нет)</SignatureAlgorithm>
  28. <SignManifests>False</SignManifests>
  29. <SkipPublishVerification>false</SkipPublishVerification>
  30. <TargetFramework>net8.0-windows</TargetFramework>
  31. <UpdateEnabled>False</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateRequired>False</UpdateRequired>
  34. <WebPageFileName>Publish.html</WebPageFileName>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.8.0.x86">
  38. <Install>true</Install>
  39. <ProductName>Среда выполнения .NET Core для классических приложений 8.0.2 (x86)</ProductName>
  40. </BootstrapperPackage>
  41. </ItemGroup>
  42. </Project>