System.Web.Extensions.Design-net_4_0.csproj 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_0</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.Web.Extensions.Design</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <NoWarn>1699</NoWarn>
  23. <Optimize>false</Optimize>
  24. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <NoWarn>1699</NoWarn>
  32. <Optimize>true</Optimize>
  33. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="..\..\build\common\Consts.cs" />
  41. <Compile Include="..\..\build\common\Locale.cs" />
  42. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  43. <Compile Include="Assembly\AssemblyInfo.cs" />
  44. <Compile Include="System.Web.Extensions.Design\AsyncPostBackTriggerControlIDConverter.cs" />
  45. <Compile Include="System.Web.Extensions.Design\AsyncPostBackTriggerEventNameConverter.cs" />
  46. <Compile Include="System.Web.Extensions.Design\CollectionEditorBase.cs" />
  47. <Compile Include="System.Web.Extensions.Design\ExtenderControlDesigner.cs" />
  48. <Compile Include="System.Web.Extensions.Design\PostBackTriggerControlIDConverter.cs" />
  49. <Compile Include="System.Web.Extensions.Design\ScriptManagerDesigner.cs" />
  50. <Compile Include="System.Web.Extensions.Design\ScriptManagerProxyDesigner.cs" />
  51. <Compile Include="System.Web.Extensions.Design\TimerDesigner.cs" />
  52. <Compile Include="System.Web.Extensions.Design\UpdatePanelDesigner.cs" />
  53. <Compile Include="System.Web.Extensions.Design\UpdatePanelTriggerCollectionEditor.cs" />
  54. <Compile Include="System.Web.Extensions.Design\UpdateProgressAssociatedUpdatePanelIDConverter.cs" />
  55. <Compile Include="System.Web.Extensions.Design\UpdateProgressDesigner.cs" />
  56. </ItemGroup>
  57. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  58. Other similar extension points exist, see Microsoft.Common.targets.
  59. <Target Name="BeforeBuild">
  60. </Target>
  61. <Target Name="AfterBuild">
  62. </Target>
  63. -->
  64. <PropertyGroup>
  65. <PreBuildEvent></PreBuildEvent>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="mscorlib.dll">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>mscorlib.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.dll">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>System.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Design.dll">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>System.Design.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Drawing.dll">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>System.Drawing.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Windows.Forms.dll">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>System.Windows.Forms.dll</HintPath>
  87. </Reference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Folder Include="Properties\" />
  91. </ItemGroup>
  92. </Project>