System.Web.WebPages.Deployment-net_4_x.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{12C344E9-64D1-4F94-BAB6-1231B863EE6C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>
  18. </RootNamespace>
  19. <AssemblyName>System.Web.WebPages.Deployment</AssemblyName>
  20. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. </PropertyGroup>
  23. <PropertyGroup>
  24. <SignAssembly>true</SignAssembly>
  25. <DelaySign>true</DelaySign>
  26. </PropertyGroup>
  27. <PropertyGroup>
  28. <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <NoWarn>1699</NoWarn>
  34. <Optimize>false</Optimize>
  35. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;ASPNETWEBPAGES</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <NoWarn>1699</NoWarn>
  42. <Optimize>true</Optimize>
  43. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;ASPNETWEBPAGES</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  48. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  49. is a problem to compile the Mono mscorlib.dll -->
  50. <PropertyGroup>
  51. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  52. </PropertyGroup>
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  54. <ItemGroup>
  55. <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
  56. <Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
  57. <Compile Include="..\..\..\external\aspnetwebstack\src\ExceptionHelper.cs" />
  58. <Compile Include="..\..\..\external\aspnetwebstack\src\GlobalSuppressions.cs" />
  59. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AppDomainHelper.cs" />
  60. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AssemblyUtils.cs" />
  61. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\BuildManagerWrapper.cs" />
  62. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\IFileSystem.cs" />
  63. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\PhysicalFileSystem.cs" />
  64. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\GlobalSuppressions.cs" />
  65. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\IBuildManager.cs" />
  66. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\PreApplicationStartCode.cs" />
  67. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Properties\AssemblyInfo.cs" />
  68. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Resources\ConfigurationResources.Designer.cs" />
  69. <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\WebPagesDeployment.cs" />
  70. <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
  71. <Compile Include="..\..\build\common\Consts.cs" />
  72. <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. <PropertyGroup>
  81. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  82. </PreBuildEvent>
  83. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  84. </PreBuildEvent>
  85. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  86. </PostBuildEvent>
  87. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  88. </PostBuildEvent>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  92. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  93. <Name>corlib-net_4_x</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="../System/System-net_4_x.csproj">
  96. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  97. <Name>System-net_4_x</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  100. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  101. <Name>System.Core-net_4_x</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  104. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  105. <Name>System.Configuration-net_4_x</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="../System.Web/System.Web-net_4_x.csproj">
  108. <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
  109. <Name>System.Web-net_4_x</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj">
  112. <Project>{CD409902-9DA0-48A3-B360-C09060168CB5}</Project>
  113. <Name>Microsoft.Web.Infrastructure-net_4_x</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Folder Include="Properties\" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <EmbeddedResource Include="System.Web.WebPages.Deployment.Common.CommonResources.resx">
  121. <LogicalName>System.Web.WebPages.Deployment.Common.CommonResources.resources</LogicalName>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="System.Web.WebPages.Deployment.Resources.ConfigurationResources.resx">
  124. <LogicalName>System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources</LogicalName>
  125. </EmbeddedResource>
  126. </ItemGroup>
  127. </Project>