Merge pull request #1195 from akoeplinger/fix-uri-with-digits
[mono-project.git] / mcs / class / System.Drawing / System.Drawing-tests-net_4_5.csproj
blob6b5bd8ef1cc808bb60febd2367266d710a23cf86
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>{6E248AA8-76CF-4FFE-859D-F979E3DE810B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699,618,219,169,1595</NoWarn>
11 <OutputPath>bin\Debug\System.Drawing-tests-net_4_5</OutputPath>
12 <NoStdLib>True</NoStdLib>
13 <NoConfig>False</NoConfig>
14 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15 <AppDesignerFolder>Properties</AppDesignerFolder>
16 <RootNamespace>
17 </RootNamespace>
18 <AssemblyName>System.Drawing_test_net_4_5</AssemblyName>
19 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20 <FileAlignment>512</FileAlignment>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <NoWarn>1699,618,219,169,1595</NoWarn>
26 <Optimize>false</Optimize>
27 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;TEST</DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <NoWarn>1699,618,219,169,1595</NoWarn>
34 <Optimize>true</Optimize>
35 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;TEST</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
40 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
41 is a problem to compile the Mono mscorlib.dll -->
42 <PropertyGroup>
43 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
44 </PropertyGroup>
45 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46 <ItemGroup>
47 <Compile Include="..\..\build\common\Locale.cs" />
48 <Compile Include="System.Drawing\gdipEnums.cs" />
49 <Compile Include="System.Drawing\gdipFunctions.cs" />
50 <Compile Include="System.Drawing\gdipStructs.cs" />
51 <Compile Include="Test\HostIgnoreList.cs" />
52 <Compile Include="Test\System.Drawing.Design\CategoryNameCollectionCas.cs" />
53 <Compile Include="Test\System.Drawing.Design\PaintValueEventArgsCas.cs" />
54 <Compile Include="Test\System.Drawing.Design\PropertyValueUIItemCas.cs" />
55 <Compile Include="Test\System.Drawing.Design\TestToolboxItem.cs" />
56 <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatedEventArgsCas.cs" />
57 <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatingEventArgsCas.cs" />
58 <Compile Include="Test\System.Drawing.Design\ToolboxItemCas.cs" />
59 <Compile Include="Test\System.Drawing.Design\ToolboxItemCollectionCas.cs" />
60 <Compile Include="Test\System.Drawing.Design\UITypeEditorCas.cs" />
61 <Compile Include="Test\System.Drawing.Design\UITypeEditorTest.cs" />
62 <Compile Include="Test\System.Drawing.Drawing2D\GraphicsPathTest.cs" />
63 <Compile Include="Test\System.Drawing.Drawing2D\LinearGradientBrushTest.cs" />
64 <Compile Include="Test\System.Drawing.Drawing2D\PathDataTest.cs" />
65 <Compile Include="Test\System.Drawing.Drawing2D\PathGradientBrushTest.cs" />
66 <Compile Include="Test\System.Drawing.Drawing2D\TestBlend.cs" />
67 <Compile Include="Test\System.Drawing.Drawing2D\TestColorBlend.cs" />
68 <Compile Include="Test\System.Drawing.Drawing2D\TestHatchBrush.cs" />
69 <Compile Include="Test\System.Drawing.Drawing2D\TestMatrix.cs" />
70 <Compile Include="Test\System.Drawing.Imaging\EmfPlusRecordTypeTest.cs" />
71 <Compile Include="Test\System.Drawing.Imaging\FrameDimensionTest.cs" />
72 <Compile Include="Test\System.Drawing.Imaging\GifCodecTest.cs" />
73 <Compile Include="Test\System.Drawing.Imaging\IconCodecTest.cs" />
74 <Compile Include="Test\System.Drawing.Imaging\MetafileTest.cs" />
75 <Compile Include="Test\System.Drawing.Imaging\MetaHeaderTest.cs" />
76 <Compile Include="Test\System.Drawing.Imaging\PngCodecTest.cs" />
77 <Compile Include="Test\System.Drawing.Imaging\TestBmpCodec.cs" />
78 <Compile Include="Test\System.Drawing.Imaging\TestColorMatrix.cs" />
79 <Compile Include="Test\System.Drawing.Imaging\TestImageAttributes.cs" />
80 <Compile Include="Test\System.Drawing.Imaging\TestImageCodecInfo.cs" />
81 <Compile Include="Test\System.Drawing.Imaging\TestImageFormat.cs" />
82 <Compile Include="Test\System.Drawing.Imaging\TestJpegCodec.cs" />
83 <Compile Include="Test\System.Drawing.Imaging\TiffCodecTest.cs" />
84 <Compile Include="Test\System.Drawing.Imaging\WmfPlaceableFileHeaderTest.cs" />
85 <Compile Include="Test\System.Drawing.Printing\MarginsTest.cs" />
86 <Compile Include="Test\System.Drawing.Printing\PageSettingsTest.cs" />
87 <Compile Include="Test\System.Drawing.Printing\PageSourceTest.cs" />
88 <Compile Include="Test\System.Drawing.Printing\PaperSizeTest.cs" />
89 <Compile Include="Test\System.Drawing.Printing\PrinterUnitConvertTest.cs" />
90 <Compile Include="Test\System.Drawing.Printing\PrintingPermissionAttributeTest.cs" />
91 <Compile Include="Test\System.Drawing.Printing\PrintingPermissionTest.cs" />
92 <Compile Include="Test\System.Drawing.Printing\PrintingServicesUnixTest.cs" />
93 <Compile Include="Test\System.Drawing.Text\InstalledFontCollectionTest.cs" />
94 <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionCas.cs" />
95 <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionTest.cs" />
96 <Compile Include="Test\System.Drawing\BitmapCas.cs" />
97 <Compile Include="Test\System.Drawing\ColorConverter.cs" />
98 <Compile Include="Test\System.Drawing\ColorTranslator.cs" />
99 <Compile Include="Test\System.Drawing\FontFamilyTest.cs" />
100 <Compile Include="Test\System.Drawing\GDIPlusTest.cs" />
101 <Compile Include="Test\System.Drawing\GraphicsCas.cs" />
102 <Compile Include="Test\System.Drawing\PenTest.cs" />
103 <Compile Include="Test\System.Drawing\RegionCas.cs" />
104 <Compile Include="Test\System.Drawing\RegionDataTest.cs" />
105 <Compile Include="Test\System.Drawing\RegionNonRectTest.cs" />
106 <Compile Include="Test\System.Drawing\SolidBrushTest.cs" />
107 <Compile Include="Test\System.Drawing\SystemFontsTest.cs" />
108 <Compile Include="Test\System.Drawing\SystemIconsTest.cs" />
109 <Compile Include="Test\System.Drawing\TestBitmap.cs" />
110 <Compile Include="Test\System.Drawing\TestBrushes.cs" />
111 <Compile Include="Test\System.Drawing\TestColor.cs" />
112 <Compile Include="Test\System.Drawing\TestFont.cs" />
113 <Compile Include="Test\System.Drawing\TestFontConverter.cs" />
114 <Compile Include="Test\System.Drawing\TestGraphics.cs" />
115 <Compile Include="Test\System.Drawing\TestIcon.cs" />
116 <Compile Include="Test\System.Drawing\TestIconConverter.cs" />
117 <Compile Include="Test\System.Drawing\TestImage.cs" />
118 <Compile Include="Test\System.Drawing\TestImageConverter.cs" />
119 <Compile Include="Test\System.Drawing\TestImageFormatConverter.cs" />
120 <Compile Include="Test\System.Drawing\TestPens.cs" />
121 <Compile Include="Test\System.Drawing\TestPoint.cs" />
122 <Compile Include="Test\System.Drawing\TestPointConverter.cs" />
123 <Compile Include="Test\System.Drawing\TestPointF.cs" />
124 <Compile Include="Test\System.Drawing\TestRectangle.cs" />
125 <Compile Include="Test\System.Drawing\TestRectangleConverter.cs" />
126 <Compile Include="Test\System.Drawing\TestRectangleF.cs" />
127 <Compile Include="Test\System.Drawing\TestRegion.cs" />
128 <Compile Include="Test\System.Drawing\TestSize.cs" />
129 <Compile Include="Test\System.Drawing\TestSizeConverter.cs" />
130 <Compile Include="Test\System.Drawing\TestSizeF.cs" />
131 <Compile Include="Test\System.Drawing\TestSizeFConverter.cs" />
132 <Compile Include="Test\System.Drawing\TestStringFormat.cs" />
133 <Compile Include="Test\System.Drawing\TestSystemBrushes.cs" />
134 <Compile Include="Test\System.Drawing\TestSystemPens.cs" />
135 <Compile Include="Test\System.Drawing\TextureBrushTest.cs" /> </ItemGroup>
136 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137 Other similar extension points exist, see Microsoft.Common.targets.
138 <Target Name="BeforeBuild">
139 </Target>
140 <Target Name="AfterBuild">
141 </Target>
143 <PropertyGroup>
144 <PreBuildEvent>
146 </PreBuildEvent>
147 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
149 </PostBuildEvent>
150 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
152 </PostBuildEvent>
153 </PropertyGroup>
154 <ItemGroup>
155 <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
156 <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
157 <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
158 <Name>corlib\corlib-net_4_5</Name>
159 </ProjectReference>
160 <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
161 <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
162 <Name>System.Drawing\System.Drawing-net_4_5</Name>
163 </ProjectReference>
164 <ProjectReference Include="..\System\System-net_4_5-2.csproj">
165 <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
166 <Name>System\System-net_4_5-2</Name>
167 </ProjectReference>
168 <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
169 <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
170 <Name>System.Drawing\System.Drawing-net_4_5</Name>
171 </ProjectReference>
172 <ProjectReference Include="..\System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_0.csproj">
173 <Project>{2FDBA71E-A6EC-4247-B0BD-BF7A618C0747}</Project>
174 <Name>System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_0</Name>
175 </ProjectReference>
176 <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
177 <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
178 <Name>System.XML\System.Xml-net_4_5-1</Name>
179 </ProjectReference>
180 </ItemGroup>
181 <ItemGroup>
182 <Folder Include="Properties\" />
183 </ItemGroup>
184 <ItemGroup>
185 <EmbeddedResource Include="Assembly/Mono.ico">
186 <LogicalName>Mono.ico</LogicalName>
187 </EmbeddedResource>
188 <EmbeddedResource Include="Assembly/Information.ico">
189 <LogicalName>Information.ico</LogicalName>
190 </EmbeddedResource>
191 <EmbeddedResource Include="Assembly/Error.ico">
192 <LogicalName>Error.ico</LogicalName>
193 </EmbeddedResource>
194 <EmbeddedResource Include="Assembly/Warning.ico">
195 <LogicalName>Warning.ico</LogicalName>
196 </EmbeddedResource>
197 <EmbeddedResource Include="Assembly/Question.ico">
198 <LogicalName>Question.ico</LogicalName>
199 </EmbeddedResource>
200 <EmbeddedResource Include="Assembly/Shield.ico">
201 <LogicalName>Shield.ico</LogicalName>
202 </EmbeddedResource>
203 <EmbeddedResource Include="Test/resources/indexed.png">
204 <LogicalName>indexed.png</LogicalName>
205 </EmbeddedResource>
206 </ItemGroup>
207 </Project>