18 lines
879 B
XML
18 lines
879 B
XML
<?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>
|
|
<publishUrl>D:\VS.NET\Thinkyu\BackupServiceRelease</publishUrl>
|
|
<DeleteExistingFiles>False</DeleteExistingFiles>
|
|
</PropertyGroup>
|
|
</Project> |