<?xml version="1.0" encoding="utf-8"?>
|
<!--
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
-->
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration>Debug</Configuration>
|
<Platform>Any CPU</Platform>
|
<PublishDir>D:\网站发布\钉钉发布</PublishDir>
|
<PublishProtocol>FileSystem</PublishProtocol>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<SelfContained>true</SelfContained>
|
<PublishSingleFile>False</PublishSingleFile>
|
<PublishReadyToRun>False</PublishReadyToRun>
|
<PublishTrimmed>False</PublishTrimmed>
|
</PropertyGroup>
|
</Project>
|