| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- https://go.microsoft.com/fwlink/?LinkID=208121.
- -->
- <Project>
- <PropertyGroup>
- <ApplicationRevision>2</ApplicationRevision>
- <ApplicationVersion>1.0.0.*</ApplicationVersion>
- <BootstrapperEnabled>True</BootstrapperEnabled>
- <Configuration>Release</Configuration>
- <CreateWebPageOnPublish>False</CreateWebPageOnPublish>
- <GenerateManifests>true</GenerateManifests>
- <Install>True</Install>
- <InstallFrom>Disk</InstallFrom>
- <IsRevisionIncremented>True</IsRevisionIncremented>
- <IsWebBootstrapper>False</IsWebBootstrapper>
- <MapFileExtensions>True</MapFileExtensions>
- <OpenBrowserOnPublish>False</OpenBrowserOnPublish>
- <Platform>Any CPU</Platform>
- <PublishDir>bin\Release\net8.0-windows\win-x86\app.publish\</PublishDir>
- <PublishUrl>bin\publish\</PublishUrl>
- <PublishProtocol>ClickOnce</PublishProtocol>
- <PublishReadyToRun>False</PublishReadyToRun>
- <PublishSingleFile>False</PublishSingleFile>
- <RuntimeIdentifier>win-x86</RuntimeIdentifier>
- <SelfContained>False</SelfContained>
- <SignatureAlgorithm>(нет)</SignatureAlgorithm>
- <SignManifests>False</SignManifests>
- <SkipPublishVerification>false</SkipPublishVerification>
- <TargetFramework>net8.0-windows</TargetFramework>
- <UpdateEnabled>False</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateRequired>False</UpdateRequired>
- <WebPageFileName>Publish.html</WebPageFileName>
- </PropertyGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.8.0.x86">
- <Install>true</Install>
- <ProductName>Среда выполнения .NET Core для классических приложений 8.0.2 (x86)</ProductName>
- </BootstrapperPackage>
- </ItemGroup>
- </Project>
|