Files
XPS/project/XPST_deploy/XPST_deploy.wdproj
T
samuele ee502bf6a6 Update XPST
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@126 43c8e981-f90d-406c-a89a-24a2c4268d51
2012-02-10 10:05:41 +00:00

77 lines
3.7 KiB
Plaintext

<!--
Microsoft Visual Studio 2008 Web Deployment Project
http://go.microsoft.com/fwlink/?LinkID=104956
-->
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5899A61E-C9A6-4DB9-B457-9E75503F89C9}</ProjectGuid>
<SourceWebPhysicalPath>..\XPST</SourceWebPhysicalPath>
<SourceWebProject>{7E601ABB-1A55-4F6B-85EB-E98F284B21F1}|XPST\XPST.csproj</SourceWebProject>
<SourceWebVirtualPath>/XPST.csproj</SourceWebVirtualPath>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\Debug</OutputPath>
<EnableUpdateable>true</EnableUpdateable>
<UseMerge>true</UseMerge>
<SingleAssemblyName>XPST_deploy</SingleAssemblyName>
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
<DeleteAppDataFolder>true</DeleteAppDataFolder>
<UseWebConfigReplacement>true</UseWebConfigReplacement>
<ValidateWebConfigReplacement>true</ValidateWebConfigReplacement>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\Release</OutputPath>
<EnableUpdateable>true</EnableUpdateable>
<UseMerge>true</UseMerge>
<SingleAssemblyName>XPST_deploy</SingleAssemblyName>
<UseWebConfigReplacement>true</UseWebConfigReplacement>
<DeleteAppDataFolder>true</DeleteAppDataFolder>
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
<ValidateWebConfigReplacement>true</ValidateWebConfigReplacement>
</PropertyGroup>
<ItemGroup>
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.txt" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\mod_menuBottom.ascx.in" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\post-update.bat" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\logs\*.txt" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\logs\*.zip" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\logs\ViewStates\*" />
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\**\*.pdb" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<WebConfigReplacementFiles Include="equaAppSettings.config">
<Section>appSettings</Section>
</WebConfigReplacementFiles>
<WebConfigReplacementFiles Include="equaConnectionStrings.config">
<Section>connectionStrings</Section>
</WebConfigReplacementFiles>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<WebConfigReplacementFiles Include="equaAppSettings.config">
<Section>appSettings</Section>
</WebConfigReplacementFiles>
<WebConfigReplacementFiles Include="equaConnectionStrings.config">
<Section>connectionStrings</Section>
</WebConfigReplacementFiles>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.WebDeployment.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="BeforeMerge">
</Target>
<Target Name="AfterMerge">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>