68 lines
2.8 KiB
Plaintext
68 lines
2.8 KiB
Plaintext
|
<!--
|
||
|
Microsoft Visual Studio 2005 Web Deployment Project
|
||
|
http://go.microsoft.com/fwlink/?LinkId=55111
|
||
|
-->
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProductVersion>8.0.60403</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{40700F60-D470-486D-BD45-CBB877E7C38A}</ProjectGuid>
|
||
|
<SourceWebPhysicalPath>..\view</SourceWebPhysicalPath>
|
||
|
<SourceWebProject>{7F2394DD-DDD8-47D6-9F1E-34DDD72D4BF0}|E:\zp\20110319ZhangPuPrj\ZhangPuPrj\view</SourceWebProject>
|
||
|
<SourceWebVirtualPath>/view</SourceWebVirtualPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<OutputPath>.\Debug</OutputPath>
|
||
|
<EnableUpdateable>true</EnableUpdateable>
|
||
|
<UseMerge>true</UseMerge>
|
||
|
<SingleAssemblyName>view_deploy</SingleAssemblyName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugSymbols>false</DebugSymbols>
|
||
|
<OutputPath>.\Release</OutputPath>
|
||
|
<EnableUpdateable>true</EnableUpdateable>
|
||
|
<UseMerge>false</UseMerge>
|
||
|
<SingleAssemblyName>
|
||
|
</SingleAssemblyName>
|
||
|
<UseFixedNames>true</UseFixedNames>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Data\BaseObject\DataAccess.csproj">
|
||
|
<Project>{D756EE47-E7E0-4DBC-8BAD-6AC744F00D4F}</Project>
|
||
|
<Name>DataAccess</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\Logical\Logical.csproj">
|
||
|
<Project>{9CAD4CF0-BD54-46D4-B640-13FDE3D58DD9}</Project>
|
||
|
<Name>Logical</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\Model\Model.csproj">
|
||
|
<Project>{D02E3CAD-BFF0-40D3-964C-18551410683E}</Project>
|
||
|
<Name>Model</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\myLog\myLog.csproj">
|
||
|
<Project>{2A0D6C89-2BCE-4EBE-A4E0-7056A10A45CE}</Project>
|
||
|
<Name>myLog</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\Utils\Utils.csproj">
|
||
|
<Project>{151F88A4-82D0-4E30-A9B5-AB0B0ADA1FBD}</Project>
|
||
|
<Name>Utils</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WebDeployment\v8.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>
|