23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
此檔案是由您 Web 專案的發行/封裝處理程序所使用。您可以編輯此 MSBuild 檔案,
|
|
以自訂此處理程序的行為。若要深入了解,請造訪 http://go.microsoft.com/fwlink/?LinkID=208121。
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<publishUrl>..\Release</publishUrl>
|
|
<DeleteExistingFiles>true</DeleteExistingFiles>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<ExcludeApp_Data>true</ExcludeApp_Data>
|
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
<PrecompileBeforePublish>true</PrecompileBeforePublish>
|
|
<EnableUpdateable>false</EnableUpdateable>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<WDPMergeOption>MergeAllPagesAndControlToASingleAssembly</WDPMergeOption>
|
|
<UseMerge>true</UseMerge>
|
|
<ContentAssemblyName>WEB</ContentAssemblyName>
|
|
</PropertyGroup>
|
|
</Project> |