website.publishproj 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ***********************************************************************************************
  4. website.publishproj
  5. 警告: 请勿修改此文件,它将用于 Web 发布过程。
  6. 版权所有 (C) Microsoft Corporation。保留所有权利。
  7. ***********************************************************************************************
  8. -->
  9. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  10. <PropertyGroup>
  11. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  12. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  13. <ProductVersion>10.0.30319</ProductVersion>
  14. <SchemaVersion>2.0</SchemaVersion>
  15. <ProjectGuid>{552d3b29-3c1c-4ae0-a6d8-0935ecda1e44}</ProjectGuid>
  16. <SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
  17. <SourceWebVirtualPath>/KC_HL7_HN</SourceWebVirtualPath>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <SourceWebProject>http://localhost:27299</SourceWebProject>
  20. <SourceWebMetabasePath>/IISExpress/7.5/LM/W3SVC/29/ROOT</SourceWebMetabasePath>
  21. </PropertyGroup>
  22. <PropertyGroup>
  23. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  24. <!-- for VS2010 we need to use 10.5 but for VS2012+ we should use VisualStudioVersion -->
  25. <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)' =='' and '$(VisualStudioVersion)' == 10.0 ">10.5</WebPublishTargetsVersion>
  26. <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)'=='' ">$(VisualStudioVersion)</WebPublishTargetsVersion>
  27. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(WebPublishTargetsVersion)</VSToolsPath>
  28. <_WebPublishTargetsPath Condition=" '$(_WebPublishTargetsPath)'=='' ">$(VSToolsPath)</_WebPublishTargetsPath>
  29. <AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">1.0.0.0</AssemblyFileVersion>
  30. <AssemblyVersion Condition="'$(AssemblyVersion)' == ''">1.0.0.0</AssemblyVersion>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <AssemblyAttributes Include="AssemblyFileVersion">
  34. <Value>$(AssemblyFileVersion)</Value>
  35. </AssemblyAttributes>
  36. <AssemblyAttributes Include="AssemblyVersion">
  37. <Value>$(AssemblyVersion)</Value>
  38. </AssemblyAttributes>
  39. </ItemGroup>
  40. <Import Project="$(_WebPublishTargetsPath)\Web\Microsoft.WebSite.Publishing.targets" />
  41. </Project>