System.Web.Extensions.Design-net_4_5.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{D1A53FE0-3EE3-43FD-8472-29B6E0FAA21D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Web.Extensions.Design</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;NET_3_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;NET_3_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="System.Web.Extensions.Design\AsyncPostBackTriggerControlIDConverter.cs" />
  51. <Compile Include="System.Web.Extensions.Design\AsyncPostBackTriggerEventNameConverter.cs" />
  52. <Compile Include="System.Web.Extensions.Design\CollectionEditorBase.cs" />
  53. <Compile Include="System.Web.Extensions.Design\ExtenderControlDesigner.cs" />
  54. <Compile Include="System.Web.Extensions.Design\PostBackTriggerControlIDConverter.cs" />
  55. <Compile Include="System.Web.Extensions.Design\ScriptManagerDesigner.cs" />
  56. <Compile Include="System.Web.Extensions.Design\ScriptManagerProxyDesigner.cs" />
  57. <Compile Include="System.Web.Extensions.Design\TimerDesigner.cs" />
  58. <Compile Include="System.Web.Extensions.Design\UpdatePanelDesigner.cs" />
  59. <Compile Include="System.Web.Extensions.Design\UpdatePanelTriggerCollectionEditor.cs" />
  60. <Compile Include="System.Web.Extensions.Design\UpdateProgressAssociatedUpdatePanelIDConverter.cs" />
  61. <Compile Include="System.Web.Extensions.Design\UpdateProgressDesigner.cs" /> </ItemGroup>
  62. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  63. Other similar extension points exist, see Microsoft.Common.targets.
  64. <Target Name="BeforeBuild">
  65. </Target>
  66. <Target Name="AfterBuild">
  67. </Target>
  68. -->
  69. <PropertyGroup>
  70. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  71. </PreBuildEvent>
  72. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  73. </PreBuildEvent>
  74. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  75. </PostBuildEvent>
  76. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  77. </PostBuildEvent>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  81. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  82. <Name>corlib-net_4_5</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="../System/System-net_4_5.csproj">
  85. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  86. <Name>System-net_4_5</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="../System.Design/System.Design-net_4_5.csproj">
  89. <Project>{D4E6A482-761B-4B41-8B63-C930CA84D268}</Project>
  90. <Name>System.Design-net_4_5</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="../System.Drawing/System.Drawing-net_4_5.csproj">
  93. <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
  94. <Name>System.Drawing-net_4_5</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="../Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
  97. <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
  98. <Name>System.Windows.Forms-net_4_5</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Folder Include="Properties\" />
  103. </ItemGroup>
  104. </Project>