65 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!--
 | |
| 
 | |
| ***********************************************************************************************
 | |
| website.publishproj
 | |
| 
 | |
| 警告: 请勿修改此文件,它将用于 Web 发布过程。
 | |
| 
 | |
| 版权所有 (C) Microsoft Corporation。保留所有权利。
 | |
| 
 | |
| ***********************************************************************************************
 | |
| -->
 | |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>10.0.30319</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{6c81266c-15f5-4fbd-9cf3-0e95b5819558}</ProjectGuid>
 | |
|     <SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
 | |
|     <SourceWebVirtualPath>/view</SourceWebVirtualPath>
 | |
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | |
|     <SourceWebProject>
 | |
|     </SourceWebProject>
 | |
|     <SourceWebMetabasePath>
 | |
|     </SourceWebMetabasePath>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 | |
|     <!-- for VS2010 we need to use 10.5 but for VS2012+ we should use VisualStudioVersion -->
 | |
|     <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)' =='' and '$(VisualStudioVersion)' == 10.0 ">10.5</WebPublishTargetsVersion>
 | |
|     <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)'=='' ">$(VisualStudioVersion)</WebPublishTargetsVersion>
 | |
|     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(WebPublishTargetsVersion)</VSToolsPath>
 | |
|     <_WebPublishTargetsPath Condition=" '$(_WebPublishTargetsPath)'=='' ">$(VSToolsPath)</_WebPublishTargetsPath>
 | |
|     <AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">1.0.0.0</AssemblyFileVersion>
 | |
|     <AssemblyVersion Condition="'$(AssemblyVersion)' == ''">1.0.0.0</AssemblyVersion>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <AssemblyAttributes Include="AssemblyFileVersion">
 | |
|       <Value>$(AssemblyFileVersion)</Value>
 | |
|     </AssemblyAttributes>
 | |
|     <AssemblyAttributes Include="AssemblyVersion">
 | |
|       <Value>$(AssemblyVersion)</Value>
 | |
|     </AssemblyAttributes>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <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="$(_WebPublishTargetsPath)\Web\Microsoft.WebSite.Publishing.targets" />
 | |
| </Project> |