1
duhe
2025-06-20 d76fd72caa8b3249dab5c058f795b805cc88c486
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
 
    <!-- <DeleteExistingFiles>False</DeleteExistingFiles> -->
    <DeleteExistingFiles>True</DeleteExistingFiles>
 
    <ExcludeApp_Data>False</ExcludeApp_Data>
    <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
    <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
    <LastUsedPlatform>Any CPU</LastUsedPlatform>
    <PublishProvider>FileSystem</PublishProvider>
 
    <PublishUrl>D:\网站发布\API</PublishUrl>
    <!-- <PublishUrl>G:\issWeb\网站发布\API</PublishUrl> -->
    <WebPublishMethod>FileSystem</WebPublishMethod>
  </PropertyGroup>
</Project>