Merge pull request #303 from ermshiperete/5278
[mono.git] / mcs / class / System.Drawing / System.Drawing-tests-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,219,169,1595</NoWarn>\r
11     <OutputPath>.\</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Drawing_test_net_4_5</AssemblyName>\r
17     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,618,219,169,1595</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;TEST</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699,618,219,169,1595</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;TEST</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="..\..\build\common\Locale.cs" />
46    <Compile Include="System.Drawing\gdipEnums.cs" />
47    <Compile Include="System.Drawing\gdipFunctions.cs" />
48    <Compile Include="System.Drawing\gdipStructs.cs" />
49    <Compile Include="Test\HostIgnoreList.cs" />
50    <Compile Include="Test\System.Drawing\ColorTranslator.cs" />
51    <Compile Include="Test\System.Drawing\ColorConverter.cs" />
52    <Compile Include="Test\System.Drawing\FontFamilyTest.cs" />
53    <Compile Include="Test\System.Drawing\GDIPlusTest.cs" />
54    <Compile Include="Test\System.Drawing\PenTest.cs" />
55    <Compile Include="Test\System.Drawing\RegionDataTest.cs" />
56    <Compile Include="Test\System.Drawing\RegionNonRectTest.cs" />
57    <Compile Include="Test\System.Drawing\SolidBrushTest.cs" />
58    <Compile Include="Test\System.Drawing\SystemFontsTest.cs" />
59    <Compile Include="Test\System.Drawing\SystemIconsTest.cs" />
60    <Compile Include="Test\System.Drawing\TestBitmap.cs" />
61    <Compile Include="Test\System.Drawing\TestBrushes.cs" />
62    <Compile Include="Test\System.Drawing\TestColor.cs" />
63    <Compile Include="Test\System.Drawing\TestFont.cs" />
64    <Compile Include="Test\System.Drawing\TestFontConverter.cs" />
65    <Compile Include="Test\System.Drawing\TestGraphics.cs" />
66    <Compile Include="Test\System.Drawing\TestImage.cs" />
67    <Compile Include="Test\System.Drawing\TestPens.cs" />
68    <Compile Include="Test\System.Drawing\TestPoint.cs" />
69    <Compile Include="Test\System.Drawing\TestPointConverter.cs" />
70    <Compile Include="Test\System.Drawing\TestPointF.cs" />
71    <Compile Include="Test\System.Drawing\TestRectangle.cs" />
72    <Compile Include="Test\System.Drawing\TestRectangleConverter.cs" />
73    <Compile Include="Test\System.Drawing\TestRectangleF.cs" />
74    <Compile Include="Test\System.Drawing\TestRegion.cs" />
75    <Compile Include="Test\System.Drawing\TestSize.cs" />
76    <Compile Include="Test\System.Drawing\TestSizeConverter.cs" />
77    <Compile Include="Test\System.Drawing\TestSizeFConverter.cs" />
78    <Compile Include="Test\System.Drawing\TestSizeF.cs" />
79    <Compile Include="Test\System.Drawing\TestStringFormat.cs" />
80    <Compile Include="Test\System.Drawing\TestSystemBrushes.cs" />
81    <Compile Include="Test\System.Drawing\TestSystemPens.cs" />
82    <Compile Include="Test\System.Drawing\TestImageConverter.cs" />
83    <Compile Include="Test\System.Drawing\TestImageFormatConverter.cs" />
84    <Compile Include="Test\System.Drawing\TestIconConverter.cs" />
85    <Compile Include="Test\System.Drawing\TestIcon.cs" />
86    <Compile Include="Test\System.Drawing\TextureBrushTest.cs" />
87    <Compile Include="Test\System.Drawing.Design\TestToolboxItem.cs" />
88    <Compile Include="Test\System.Drawing.Design\UITypeEditorTest.cs" />
89    <Compile Include="Test\System.Drawing.Drawing2D\GraphicsPathTest.cs" />
90    <Compile Include="Test\System.Drawing.Drawing2D\LinearGradientBrushTest.cs" />
91    <Compile Include="Test\System.Drawing.Drawing2D\PathDataTest.cs" />
92    <Compile Include="Test\System.Drawing.Drawing2D\PathGradientBrushTest.cs" />
93    <Compile Include="Test\System.Drawing.Drawing2D\TestBlend.cs" />
94    <Compile Include="Test\System.Drawing.Drawing2D\TestColorBlend.cs" />
95    <Compile Include="Test\System.Drawing.Drawing2D\TestHatchBrush.cs" />
96    <Compile Include="Test\System.Drawing.Drawing2D\TestMatrix.cs" />
97    <Compile Include="Test\System.Drawing.Imaging\EmfPlusRecordTypeTest.cs" />
98    <Compile Include="Test\System.Drawing.Imaging\FrameDimensionTest.cs" />
99    <Compile Include="Test\System.Drawing.Imaging\GifCodecTest.cs" />
100    <Compile Include="Test\System.Drawing.Imaging\IconCodecTest.cs" />
101    <Compile Include="Test\System.Drawing.Imaging\MetafileTest.cs" />
102    <Compile Include="Test\System.Drawing.Imaging\MetaHeaderTest.cs" />
103    <Compile Include="Test\System.Drawing.Imaging\PngCodecTest.cs" />
104    <Compile Include="Test\System.Drawing.Imaging\TestImageCodecInfo.cs" />
105    <Compile Include="Test\System.Drawing.Imaging\TestImageFormat.cs" />
106    <Compile Include="Test\System.Drawing.Imaging\TestBmpCodec.cs" />
107    <Compile Include="Test\System.Drawing.Imaging\TestJpegCodec.cs" />
108    <Compile Include="Test\System.Drawing.Imaging\TestColorMatrix.cs" />
109    <Compile Include="Test\System.Drawing.Imaging\TestImageAttributes.cs" />
110    <Compile Include="Test\System.Drawing.Imaging\TiffCodecTest.cs" />
111    <Compile Include="Test\System.Drawing.Imaging\WmfPlaceableFileHeaderTest.cs" />
112    <Compile Include="Test\System.Drawing.Printing\MarginsTest.cs" />
113    <Compile Include="Test\System.Drawing.Printing\PageSettingsTest.cs" />
114    <Compile Include="Test\System.Drawing.Printing\PageSourceTest.cs" />
115    <Compile Include="Test\System.Drawing.Printing\PaperSizeTest.cs" />
116    <Compile Include="Test\System.Drawing.Printing\PrinterUnitConvertTest.cs" />
117    <Compile Include="Test\System.Drawing.Printing\PrintingPermissionAttributeTest.cs" />
118    <Compile Include="Test\System.Drawing.Printing\PrintingPermissionTest.cs" />
119    <Compile Include="Test\System.Drawing.Printing\PrintingServicesUnixTest.cs" />
120    <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionTest.cs" />
121    <Compile Include="Test\System.Drawing.Text\InstalledFontCollectionTest.cs" />
122    <Compile Include="Test\System.Drawing\BitmapCas.cs" />
123    <Compile Include="Test\System.Drawing\GraphicsCas.cs" />
124    <Compile Include="Test\System.Drawing\RegionCas.cs" />
125    <Compile Include="Test\System.Drawing.Design\CategoryNameCollectionCas.cs" />
126    <Compile Include="Test\System.Drawing.Design\PaintValueEventArgsCas.cs" />
127    <Compile Include="Test\System.Drawing.Design\PropertyValueUIItemCas.cs" />
128    <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatedEventArgsCas.cs" />
129    <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatingEventArgsCas.cs" />
130    <Compile Include="Test\System.Drawing.Design\ToolboxItemCas.cs" />
131    <Compile Include="Test\System.Drawing.Design\ToolboxItemCollectionCas.cs" />
132    <Compile Include="Test\System.Drawing.Design\UITypeEditorCas.cs" />
133    <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionCas.cs" />
134 \r
135   </ItemGroup>\r
136   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
137        Other similar extension points exist, see Microsoft.Common.targets.\r
138   <Target Name="BeforeBuild">\r
139   </Target>\r
140   <Target Name="AfterBuild">\r
141   </Target>\r
142   -->\r
143   <PropertyGroup>\r
144     <PreBuildEvent></PreBuildEvent>\r
145   </PropertyGroup>\r
146   <ItemGroup>\r
147     <Reference Include="mscorlib.dll">
148       <SpecificVersion>False</SpecificVersion>
149       <HintPath>mscorlib.dll</HintPath>
150     </Reference>
151     <Reference Include="./../../class/lib/net_4_5/System.Drawing.dll">
152       <SpecificVersion>False</SpecificVersion>
153       <HintPath>./../../class/lib/net_4_5/System.Drawing.dll</HintPath>
154     </Reference>
155     <Reference Include="mscorlib.dll">
156       <SpecificVersion>False</SpecificVersion>
157       <HintPath>mscorlib.dll</HintPath>
158     </Reference>
159     <Reference Include="System.dll">
160       <SpecificVersion>False</SpecificVersion>
161       <HintPath>System.dll</HintPath>
162     </Reference>
163     <Reference Include="System.Drawing.dll">
164       <SpecificVersion>False</SpecificVersion>
165       <HintPath>System.Drawing.dll</HintPath>
166     </Reference>
167     <Reference Include="System.Runtime.Serialization.Formatters.Soap.dll">
168       <SpecificVersion>False</SpecificVersion>
169       <HintPath>System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
170     </Reference>
171     <Reference Include="System.Xml.dll">
172       <SpecificVersion>False</SpecificVersion>
173       <HintPath>System.Xml.dll</HintPath>
174     </Reference>
175     <Reference Include="nunit.framework" />
176 \r
177   </ItemGroup>\r
178   <ItemGroup>\r
179     <Folder Include="Properties\" />\r
180   </ItemGroup>\r
181     <ItemGroup>
182     <EmbeddedResource Include="Assembly/Mono.ico">
183        <LogicalName>Mono.ico</LogicalName>
184     </EmbeddedResource>
185     <EmbeddedResource Include="Assembly/Information.ico">
186        <LogicalName>Information.ico</LogicalName>
187     </EmbeddedResource>
188     <EmbeddedResource Include="Assembly/Error.ico">
189        <LogicalName>Error.ico</LogicalName>
190     </EmbeddedResource>
191     <EmbeddedResource Include="Assembly/Warning.ico">
192        <LogicalName>Warning.ico</LogicalName>
193     </EmbeddedResource>
194     <EmbeddedResource Include="Assembly/Question.ico">
195        <LogicalName>Question.ico</LogicalName>
196     </EmbeddedResource>
197     <EmbeddedResource Include="Test/resources/indexed.png">
198        <LogicalName>indexed.png</LogicalName>
199     </EmbeddedResource>
200   </ItemGroup>
201 \r
202 </Project>\r
203