tijian_tieying/web/Web/website.publishproj

77 lines
3.6 KiB
Plaintext
Raw Normal View History

2025-02-20 12:14:39 +08:00
<?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>{37109952-aae6-4bab-a550-1361f9c223c8}</ProjectGuid>
<SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
<SourceWebVirtualPath>/Web</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="..\BLL\BLL.csproj">
<Project>{1779321D-1013-4510-86B0-B1D7700EDD4F}</Project>
<Name>BLL</Name>
</ProjectReference>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{2BD96671-63CA-4DED-9798-FBA5A57922B6}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\cyqdata-master\CYQ.Data.csproj">
<Project>{BD5CCC87-278F-4FEB-AD23-157FCBA9FFA1}</Project>
<Name>CYQ.Data</Name>
</ProjectReference>
<ProjectReference Include="..\DBUtility\DBUtility.csproj">
<Project>{B2CB0F25-F746-413B-BB57-4E22596AAF98}</Project>
<Name>DBUtility</Name>
</ProjectReference>
<ProjectReference Include="..\dccdc.BLL\dccdc.BLL.csproj">
<Project>{7CCF17F2-2302-40C6-80A2-755586875B8D}</Project>
<Name>dccdc.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\dccdc.DAL\dccdc.DAL.csproj">
<Project>{57BE2B09-BA3F-4166-911B-56AF5662D946}</Project>
<Name>dccdc.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\dccdc.Models\dccdc.Models.csproj">
<Project>{25CCC308-7511-44D6-8B4F-B83C19D40D48}</Project>
<Name>dccdc.Models</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(_WebPublishTargetsPath)\Web\Microsoft.WebSite.Publishing.targets" />
</Project>