e0a96794cc
- Aggiunti progetti deploy/install (completare customizzazione installer!!!) git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@2 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
71 lines
3.2 KiB
Plaintext
71 lines
3.2 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>{54DF455E-E89B-440D-8A27-FDF414887070}</ProjectGuid>
|
|
<SourceWebPhysicalPath>..\..\..\WebSites\WebGIM</SourceWebPhysicalPath>
|
|
<SourceWebProject>{2613720C-20FA-4679-877F-ED5580A2C212}|C:\Users\Administrator\Documents\Visual Studio 2005\WebSites\WebGIM</SourceWebProject>
|
|
<SourceWebVirtualPath>/WebGIM</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>WebGIM_deploy</SingleAssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<OutputPath>.\Release</OutputPath>
|
|
<EnableUpdateable>true</EnableUpdateable>
|
|
<UseMerge>true</UseMerge>
|
|
<SingleAssemblyName>WebGIM</SingleAssemblyName>
|
|
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
|
|
<UseWebConfigReplacement>true</UseWebConfigReplacement>
|
|
<DeleteAppDataFolder>true</DeleteAppDataFolder>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
</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="WebConfigSomaschini_AppSettings.config">
|
|
<Section>appSettings</Section>
|
|
</WebConfigReplacementFiles>
|
|
<WebConfigReplacementFiles Include="WebConfigSomaschini_ConnectionStrings.config">
|
|
<Section>connectionStrings</Section>
|
|
</WebConfigReplacementFiles>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets" />
|
|
<!--Config Steamware-->
|
|
<ItemGroup>
|
|
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.txt" />
|
|
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\mod_menuBottom.ascx.in" />
|
|
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\post-update.bat" />
|
|
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\logs\*" />
|
|
<ExcludeFromBuild Include="$(SourceWebPhysicalPath)\**\*.pdb" />
|
|
</ItemGroup>
|
|
<!-- 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> |