|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
2
|
+<!--
|
|
|
3
|
+您 Web 项目的发布/打包进程将使用此文件。您可以通过编辑此 MSBuild 文件
|
|
|
4
|
+来自定义该进程的行为。若要了解与此相关的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkID=208121。
|
|
|
5
|
+-->
|
|
|
6
|
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
7
|
+ <PropertyGroup>
|
|
|
8
|
+ <WebPublishMethod>FileSystem</WebPublishMethod>
|
|
|
9
|
+ <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
|
10
|
+ <LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
|
11
|
+ <SiteUrlToLaunchAfterPublish />
|
|
|
12
|
+ <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
|
13
|
+ <ExcludeApp_Data>False</ExcludeApp_Data>
|
|
|
14
|
+ <publishUrl>D:\roots\FuWai阜外华中心血管病医院\FuWaiCallCenter_UI</publishUrl>
|
|
|
15
|
+ <DeleteExistingFiles>False</DeleteExistingFiles>
|
|
|
16
|
+ </PropertyGroup>
|
|
|
17
|
+</Project>
|