You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.6 KiB
39 lines
1.6 KiB
|
1 month ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
||
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<ApplicationRevision>1</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\net9.0-windows\app.publish\</PublishDir>
|
||
|
|
<PublishUrl>bin\publish\</PublishUrl>
|
||
|
|
<PublishProtocol>ClickOnce</PublishProtocol>
|
||
|
|
<PublishReadyToRun>False</PublishReadyToRun>
|
||
|
|
<PublishSingleFile>False</PublishSingleFile>
|
||
|
|
<SelfContained>False</SelfContained>
|
||
|
|
<SignatureAlgorithm>(없음)</SignatureAlgorithm>
|
||
|
|
<SignManifests>False</SignManifests>
|
||
|
|
<SkipPublishVerification>false</SkipPublishVerification>
|
||
|
|
<TargetFramework>net9.0-windows</TargetFramework>
|
||
|
|
<UpdateEnabled>False</UpdateEnabled>
|
||
|
|
<UpdateMode>Foreground</UpdateMode>
|
||
|
|
<UpdateRequired>False</UpdateRequired>
|
||
|
|
<WebPageFileName>Publish.html</WebPageFileName>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.9.0.x64">
|
||
|
|
<Install>True</Install>
|
||
|
|
<ProductName>.NET 데스크톱 런타임 9.0.17 (x64)</ProductName>
|
||
|
|
</BootstrapperPackage>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|