1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- 此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
- 自定义此过程的行为。为了解与此相关的更多内容,请访问 https://go.microsoft.com/fwlink/?LinkID=208121。
- -->
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <PublishProvider>FileSystem</PublishProvider>
- <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <SiteUrlToLaunchAfterPublish />
- <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
- <ExcludeApp_Data>false</ExcludeApp_Data>
- <ProjectGuid>f3fa3ceb-e708-44d3-ac9e-b9b4235d54a4</ProjectGuid>
- <publishUrl>E:\GIT\new_mdk\pub</publishUrl>
- <DeleteExistingFiles>true</DeleteExistingFiles>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <SelfContained>true</SelfContained>
- <_IsPortable>false</_IsPortable>
- <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
- </PropertyGroup>
- </Project>
|