6 changed files with 99 additions and 35 deletions
@ -0,0 +1,42 @@ |
|||||
|
<?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\net6.0\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>net6.0</TargetFramework> |
||||
|
<UpdateEnabled>False</UpdateEnabled> |
||||
|
<UpdateMode>Foreground</UpdateMode> |
||||
|
<UpdateRequired>False</UpdateRequired> |
||||
|
<WebPageFileName>Publish.html</WebPageFileName> |
||||
|
<History>True|2024-12-06T15:16:15.2109813Z;</History> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<BootstrapperPackage Include="Microsoft.NetCore.CoreRuntime.6.0.x64"> |
||||
|
<Install>True</Install> |
||||
|
<ProductName>.NET 运行时 6.0.27 (x64)</ProductName> |
||||
|
</BootstrapperPackage> |
||||
|
</ItemGroup> |
||||
|
</Project> |
@ -0,0 +1,13 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<!-- |
||||
|
https://go.microsoft.com/fwlink/?LinkID=208121. |
||||
|
--> |
||||
|
<Project> |
||||
|
<PropertyGroup> |
||||
|
<Configuration>Release</Configuration> |
||||
|
<Platform>Any CPU</Platform> |
||||
|
<PublishDir>bin\Release\net6.0\publish\</PublishDir> |
||||
|
<PublishProtocol>FileSystem</PublishProtocol> |
||||
|
<_TargetId>Folder</_TargetId> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
Loading…
Reference in new issue