Files
XPS/project/XPS_deploy/XPS_deploy.wdproj
T
samuele e8370a28fd Update:
- gestione della sostituzione a deploy-time delle parti del web.config specifiche x il cliente

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@92 43c8e981-f90d-406c-a89a-24a2c4268d51
2008-11-25 17:02:48 +00:00

70 lines
3.3 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>{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}</ProjectGuid>
<SourceWebPhysicalPath>..\..\..\WebSites\XPS</SourceWebPhysicalPath>
<SourceWebProject>{B1C93D09-7B57-4B57-93EF-0539F31A7102}|C:\Users\Administrator\Documents\Visual Studio 2005\WebSites\XPS</SourceWebProject>
<SourceWebVirtualPath>/XPS</SourceWebVirtualPath>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>.\Debug</OutputPath>
<EnableUpdateable>true</EnableUpdateable>
<UseMerge>true</UseMerge>
<SingleAssemblyName>XPS</SingleAssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\Release</OutputPath>
<EnableUpdateable>true</EnableUpdateable>
<UseMerge>true</UseMerge>
<SingleAssemblyName>XPS</SingleAssemblyName>
<DeleteAppDataFolder>true</DeleteAppDataFolder>
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
<UseWebConfigReplacement>true</UseWebConfigReplacement>
<UseExernalWebConfigReplacementFile>false</UseExernalWebConfigReplacementFile>
</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)\**\*.pdb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SteamWare\SteamWare.csproj">
<Project>{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}</Project>
<Name>SteamWare</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release|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>