1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
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,
618,
219,
169,
1595</NoWarn>
11 <OutputPath>.\
</OutputPath>
12 <NoStdLib>true
</NoStdLib>
13 <AllowUnsafeBlocks>true
</AllowUnsafeBlocks>
14 <AppDesignerFolder>Properties
</AppDesignerFolder>
15 <AssemblyName>System.Drawing_test_net_2_0
</AssemblyName>
16 <TargetFrameworkVersion>v2.0
</TargetFrameworkVersion>
17 <FileAlignment>512</FileAlignment>
18 <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
19 <AddAdditionalExplicitAssemblyReferences>false
</AddAdditionalExplicitAssemblyReferences>
21 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <PlatformTarget>AnyCPU
</PlatformTarget>
23 <DebugSymbols>True
</DebugSymbols>
24 <DebugType>full
</DebugType>
25 <Optimize>False
</Optimize>
26 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;TEST
</DefineConstants>
27 <ErrorReport>prompt
</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 <AdditionalLibPaths>./../../class/lib/net_2_0
</AdditionalLibPaths>
30 <OutputPath>.
</OutputPath>
32 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33 <PlatformTarget>AnyCPU
</PlatformTarget>
34 <DebugType>pdbonly
</DebugType>
35 <Optimize>True
</Optimize>
36 <DefineConstants>NET_1_1;NET_2_0;TEST
</DefineConstants>
37 <ErrorReport>prompt
</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 <AdditionalLibPaths>./../../class/lib/net_2_0
</AdditionalLibPaths>
40 <OutputPath>.
</OutputPath>
42 <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
44 <Compile Include=
"..\..\build\common\Locale.cs" />
45 <Compile Include=
"System.Drawing\gdipEnums.cs" />
46 <Compile Include=
"System.Drawing\gdipFunctions.cs" />
47 <Compile Include=
"System.Drawing\gdipStructs.cs" />
48 <Compile Include=
"Test\HostIgnoreList.cs" />
49 <Compile Include=
"Test\System.Drawing\ColorTranslator.cs" />
50 <Compile Include=
"Test\System.Drawing\ColorConverter.cs" />
51 <Compile Include=
"Test\System.Drawing\FontFamilyTest.cs" />
52 <Compile Include=
"Test\System.Drawing\GDIPlusTest.cs" />
53 <Compile Include=
"Test\System.Drawing\PenTest.cs" />
54 <Compile Include=
"Test\System.Drawing\RegionDataTest.cs" />
55 <Compile Include=
"Test\System.Drawing\RegionNonRectTest.cs" />
56 <Compile Include=
"Test\System.Drawing\SolidBrushTest.cs" />
57 <Compile Include=
"Test\System.Drawing\SystemFontsTest.cs" />
58 <Compile Include=
"Test\System.Drawing\SystemIconsTest.cs" />
59 <Compile Include=
"Test\System.Drawing\TestBitmap.cs" />
60 <Compile Include=
"Test\System.Drawing\TestBrushes.cs" />
61 <Compile Include=
"Test\System.Drawing\TestColor.cs" />
62 <Compile Include=
"Test\System.Drawing\TestFont.cs" />
63 <Compile Include=
"Test\System.Drawing\TestFontConverter.cs" />
64 <Compile Include=
"Test\System.Drawing\TestGraphics.cs" />
65 <Compile Include=
"Test\System.Drawing\TestImage.cs" />
66 <Compile Include=
"Test\System.Drawing\TestPens.cs" />
67 <Compile Include=
"Test\System.Drawing\TestPoint.cs" />
68 <Compile Include=
"Test\System.Drawing\TestPointConverter.cs" />
69 <Compile Include=
"Test\System.Drawing\TestPointF.cs" />
70 <Compile Include=
"Test\System.Drawing\TestRectangle.cs" />
71 <Compile Include=
"Test\System.Drawing\TestRectangleConverter.cs" />
72 <Compile Include=
"Test\System.Drawing\TestRectangleF.cs" />
73 <Compile Include=
"Test\System.Drawing\TestRegion.cs" />
74 <Compile Include=
"Test\System.Drawing\TestSize.cs" />
75 <Compile Include=
"Test\System.Drawing\TestSizeConverter.cs" />
76 <Compile Include=
"Test\System.Drawing\TestSizeFConverter.cs" />
77 <Compile Include=
"Test\System.Drawing\TestSizeF.cs" />
78 <Compile Include=
"Test\System.Drawing\TestStringFormat.cs" />
79 <Compile Include=
"Test\System.Drawing\TestSystemBrushes.cs" />
80 <Compile Include=
"Test\System.Drawing\TestSystemPens.cs" />
81 <Compile Include=
"Test\System.Drawing\TestImageConverter.cs" />
82 <Compile Include=
"Test\System.Drawing\TestImageFormatConverter.cs" />
83 <Compile Include=
"Test\System.Drawing\TestIconConverter.cs" />
84 <Compile Include=
"Test\System.Drawing\TestIcon.cs" />
85 <Compile Include=
"Test\System.Drawing\TextureBrushTest.cs" />
86 <Compile Include=
"Test\System.Drawing.Design\TestToolboxItem.cs" />
87 <Compile Include=
"Test\System.Drawing.Design\UITypeEditorTest.cs" />
88 <Compile Include=
"Test\System.Drawing.Drawing2D\GraphicsPathTest.cs" />
89 <Compile Include=
"Test\System.Drawing.Drawing2D\LinearGradientBrushTest.cs" />
90 <Compile Include=
"Test\System.Drawing.Drawing2D\PathDataTest.cs" />
91 <Compile Include=
"Test\System.Drawing.Drawing2D\PathGradientBrushTest.cs" />
92 <Compile Include=
"Test\System.Drawing.Drawing2D\TestBlend.cs" />
93 <Compile Include=
"Test\System.Drawing.Drawing2D\TestColorBlend.cs" />
94 <Compile Include=
"Test\System.Drawing.Drawing2D\TestHatchBrush.cs" />
95 <Compile Include=
"Test\System.Drawing.Drawing2D\TestMatrix.cs" />
96 <Compile Include=
"Test\System.Drawing.Imaging\EmfPlusRecordTypeTest.cs" />
97 <Compile Include=
"Test\System.Drawing.Imaging\FrameDimensionTest.cs" />
98 <Compile Include=
"Test\System.Drawing.Imaging\GifCodecTest.cs" />
99 <Compile Include=
"Test\System.Drawing.Imaging\IconCodecTest.cs" />
100 <Compile Include=
"Test\System.Drawing.Imaging\MetafileTest.cs" />
101 <Compile Include=
"Test\System.Drawing.Imaging\MetaHeaderTest.cs" />
102 <Compile Include=
"Test\System.Drawing.Imaging\PngCodecTest.cs" />
103 <Compile Include=
"Test\System.Drawing.Imaging\TestImageCodecInfo.cs" />
104 <Compile Include=
"Test\System.Drawing.Imaging\TestImageFormat.cs" />
105 <Compile Include=
"Test\System.Drawing.Imaging\TestBmpCodec.cs" />
106 <Compile Include=
"Test\System.Drawing.Imaging\TestJpegCodec.cs" />
107 <Compile Include=
"Test\System.Drawing.Imaging\TestColorMatrix.cs" />
108 <Compile Include=
"Test\System.Drawing.Imaging\TestImageAttributes.cs" />
109 <Compile Include=
"Test\System.Drawing.Imaging\TiffCodecTest.cs" />
110 <Compile Include=
"Test\System.Drawing.Imaging\WmfPlaceableFileHeaderTest.cs" />
111 <Compile Include=
"Test\System.Drawing.Printing\MarginsTest.cs" />
112 <Compile Include=
"Test\System.Drawing.Printing\PageSettingsTest.cs" />
113 <Compile Include=
"Test\System.Drawing.Printing\PageSourceTest.cs" />
114 <Compile Include=
"Test\System.Drawing.Printing\PaperSizeTest.cs" />
115 <Compile Include=
"Test\System.Drawing.Printing\PrinterUnitConvertTest.cs" />
116 <Compile Include=
"Test\System.Drawing.Printing\PrintingPermissionAttributeTest.cs" />
117 <Compile Include=
"Test\System.Drawing.Printing\PrintingPermissionTest.cs" />
118 <Compile Include=
"Test\System.Drawing.Printing\PrintingServicesUnixTest.cs" />
119 <Compile Include=
"Test\System.Drawing.Text\PrivateFontCollectionTest.cs" />
120 <Compile Include=
"Test\System.Drawing.Text\InstalledFontCollectionTest.cs" />
121 <Compile Include=
"Test\System.Drawing\BitmapCas.cs" />
122 <Compile Include=
"Test\System.Drawing\GraphicsCas.cs" />
123 <Compile Include=
"Test\System.Drawing\RegionCas.cs" />
124 <Compile Include=
"Test\System.Drawing.Design\CategoryNameCollectionCas.cs" />
125 <Compile Include=
"Test\System.Drawing.Design\PaintValueEventArgsCas.cs" />
126 <Compile Include=
"Test\System.Drawing.Design\PropertyValueUIItemCas.cs" />
127 <Compile Include=
"Test\System.Drawing.Design\ToolboxComponentsCreatedEventArgsCas.cs" />
128 <Compile Include=
"Test\System.Drawing.Design\ToolboxComponentsCreatingEventArgsCas.cs" />
129 <Compile Include=
"Test\System.Drawing.Design\ToolboxItemCas.cs" />
130 <Compile Include=
"Test\System.Drawing.Design\ToolboxItemCollectionCas.cs" />
131 <Compile Include=
"Test\System.Drawing.Design\UITypeEditorCas.cs" />
132 <Compile Include=
"Test\System.Drawing.Text\PrivateFontCollectionCas.cs" />
134 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135 Other similar extension points exist, see Microsoft.Common.targets.
136 <Target Name="BeforeBuild">
138 <Target Name="AfterBuild">
146 <Reference Include=
"mscorlib.dll">
147 <HintPath>mscorlib.dll
</HintPath>
149 <Reference Include=
"System.dll">
150 <HintPath>System.dll
</HintPath>
152 <Reference Include=
"System.Drawing.dll">
153 <HintPath>System.Drawing.dll
</HintPath>
155 <Reference Include=
"System.Runtime.Serialization.Formatters.Soap.dll">
156 <HintPath>System.Runtime.Serialization.Formatters.Soap.dll
</HintPath>
158 <Reference Include=
"System.Xml.dll">
159 <HintPath>System.Xml.dll
</HintPath>
161 <Reference Include=
"nunit.framework" />
162 <Reference Include=
"System.Drawing">
163 <HintPath>..\lib\net_2_0\System.Drawing.dll
</HintPath>
167 <Folder Include=
"Properties\" />
170 <EmbeddedResource Include=
"Assembly\Mono.ico">
171 <LogicalName>Mono.ico
</LogicalName>
173 <EmbeddedResource Include=
"Assembly\Information.ico">
174 <LogicalName>Information.ico
</LogicalName>
176 <EmbeddedResource Include=
"Assembly\Error.ico">
177 <LogicalName>Error.ico
</LogicalName>
179 <EmbeddedResource Include=
"Assembly\Warning.ico">
180 <LogicalName>Warning.ico
</LogicalName>
182 <EmbeddedResource Include=
"Assembly\Question.ico">
183 <LogicalName>Question.ico
</LogicalName>
185 <EmbeddedResource Include=
"Test\resources\indexed.png">
186 <LogicalName>indexed.png
</LogicalName>
190 <None Include=
"Assembly\Shield.ico" />