a5ef272509
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@80 43c8e981-f90d-406c-a89a-24a2c4268d51
61 lines
2.6 KiB
Plaintext
61 lines
2.6 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_deploy</SingleAssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<OutputPath>.\Release</OutputPath>
|
|
<EnableUpdateable>true</EnableUpdateable>
|
|
<UseMerge>true</UseMerge>
|
|
<SingleAssemblyName>XPS_deploy</SingleAssemblyName>
|
|
<DeleteAppDataFolder>true</DeleteAppDataFolder>
|
|
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\SteamWareXPS\SteamWareXPS.csproj">
|
|
<Project>{4FE11D55-8C70-4084-9970-5C5F59628F6C}</Project>
|
|
<Name>SteamWareXPS</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\SteamWare\SteamWare.csproj">
|
|
<Project>{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}</Project>
|
|
<Name>SteamWare</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets" />
|
|
<!--<Target Name="AfterBuild">
|
|
<Delete Files="$(OutputPath)\bin\*.pdb" />
|
|
</Target>-->
|
|
<!-- 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> |