Browse Source

发布设置

v1.4
大石头 9 years ago
parent
commit
9b20e61c88
  1. 1
      GitCandy/GitCandy.csproj
  2. 24
      GitCandy/Properties/PublishProfiles/GitCandy.pubxml

1
GitCandy/GitCandy.csproj

@ -147,6 +147,7 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\PublishProfiles\GitCandy.pubxml" />
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<None Include="Scripts\_references.js" />
<None Include="Web.Debug.config">

24
GitCandy/Properties/PublishProfiles/GitCandy.pubxml

@ -0,0 +1,24 @@
<?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>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
<WDPMergeOption>MergeAllOutputsToASingleAssembly</WDPMergeOption>
<UseMerge>True</UseMerge>
<SingleAssemblyName>GitCandy.Web</SingleAssemblyName>
<DeleteAppCodeCompiledFiles>True</DeleteAppCodeCompiledFiles>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>..\..\Git</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
</PropertyGroup>
</Project>
Loading…
Cancel
Save