System.Drawing.Design-net_4_5.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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_5</OutputPath>
  12. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  13. <NoStdLib>true</NoStdLib>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>mscorlib</RootNamespace>
  16. <AssemblyName>System.Drawing.Design</AssemblyName>
  17. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <StartupObject>
  20. </StartupObject>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699</NoWarn>
  26. <Optimize>true</Optimize>
  27. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  40. </PropertyGroup>
  41. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  42. <ItemGroup>
  43. <Compile Include="Assembly\AssemblyInfo.cs" />
  44. <Compile Include="..\..\build\common\Consts.cs" />
  45. <Compile Include="..\..\build\common\Locale.cs" />
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  47. <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
  48. <Compile Include="System.Drawing.Design\ColorEditor.cs" />
  49. <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
  50. <Compile Include="System.Drawing.Design\CursorEditor.cs" />
  51. <Compile Include="System.Drawing.Design\FontEditor.cs" />
  52. <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
  53. <Compile Include="System.Drawing.Design\IconEditor.cs" />
  54. <Compile Include="System.Drawing.Design\ImageEditor.cs" />
  55. <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
  56. <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
  57. <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
  58. <Compile Include="System.Drawing.Design\ToolboxService.cs" />
  59. </ItemGroup>
  60. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  61. Other similar extension points exist, see Microsoft.Common.targets.
  62. <Target Name="BeforeBuild">
  63. </Target>
  64. <Target Name="AfterBuild">
  65. </Target>
  66. -->
  67. <PropertyGroup>
  68. <PreBuildEvent></PreBuildEvent>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="mscorlib.dll">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  74. </Reference>
  75. <Reference Include="mscorlib.dll">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.dll">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\\lib\build\System.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Drawing.dll">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\\lib\build\System.Drawing.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Windows.Forms.dll">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\\lib\build\System.Windows.Forms.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Folder Include="Properties\" />
  94. </ItemGroup>
  95. </Project>