forked from dotnet/winforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Drawing.Common.Tests.csproj
More file actions
134 lines (127 loc) · 7 KB
/
Copy pathSystem.Drawing.Common.Tests.csproj
File metadata and controls
134 lines (127 loc) · 7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>annotations</Nullable>
<!-- Code warnings that weren't enabled in dotnet/runtime but are raised in winforms.
TODO: Clean the code up and remove the NoWarns. -->
<NoWarn>$(NoWarn);CA1825;CA5351;CA1850</NoWarn>
</PropertyGroup>
<ItemGroup>
<RdXmlFile Include="default.rd.xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="BitmapTests.cs" />
<Compile Include="BrushTests.cs" />
<Compile Include="BrushesTests.cs" />
<Compile Include="BufferedGraphicsTests.cs" />
<Compile Include="BufferedGraphicsContextTests.cs" />
<Compile Include="BufferedGraphicsManagerTests.cs" />
<Compile Include="CharacterRangeTests.cs" />
<Compile Include="ColorTranslatorTests.cs" />
<Compile Include="Drawing2D\AdjustableArrowCapTests.cs" />
<Compile Include="Drawing2D\CustomLineCapTests.cs" />
<Compile Include="Drawing2D\GraphicsPathIteratorTests.cs" />
<Compile Include="Drawing2D\GraphicsPathTests.cs" />
<Compile Include="Drawing2D\PathGradientBrushTests.cs" />
<Compile Include="DrawingTest.cs" />
<Compile Include="FontTests.cs" />
<Compile Include="FontFamilyTests.cs" />
<Compile Include="GdiPlusHandlesTests.cs" />
<Compile Include="GraphicsTests.cs" />
<Compile Include="Graphics_DrawBezierTests.cs" />
<Compile Include="Graphics_DrawLineTests.cs" />
<Compile Include="Graphics_GetContextTests.cs" />
<Compile Include="IconTests.cs" />
<Compile Include="ImageTests.cs" />
<Compile Include="Imaging\ImageAttributesTests.cs" />
<Compile Include="Imaging\MetafileTests.cs" />
<Compile Include="Imaging\PropertyItemTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\BmpCodecTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\GifCodecTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\IconCodecTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\JpegCodecTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\PngCodecTests.cs" />
<Compile Include="mono\System.Drawing.Imaging\TiffCodecTests.cs" />
<Compile Include="mono\System.Drawing\GraphicsTests.cs" />
<Compile Include="mono\System.Imaging\MetafileTest.cs" />
<Compile Include="mono\System.Drawing\BitmapTests.cs" />
<Compile Include="PenTests.cs" />
<Compile Include="PensTests.cs" />
<Compile Include="Imaging\BitmapDataTests.cs" />
<Compile Include="Imaging\ColorMapTests.cs" />
<Compile Include="Imaging\ColorMatrixTests.cs" />
<Compile Include="Imaging\EncoderParametersTests.cs" />
<Compile Include="Imaging\EncoderParameterTests.cs" />
<Compile Include="Imaging\EncoderTests.cs" />
<Compile Include="Imaging\FrameDimensionTests.cs" />
<Compile Include="Imaging\ImageCodecInfoTests.cs" />
<Compile Include="Imaging\ImageFormatTests.cs" />
<Compile Include="Imaging\MetaHeaderTests.cs" />
<Compile Include="Imaging\WmfPlaceableFileHeaderTests.cs" />
<Compile Include="Printing\PrintControllerTests.cs" />
<Compile Include="Printing\PrintDocumentTests.cs" />
<Compile Include="Printing\PrinterSettingsTests.cs" />
<Compile Include="Printing\PreviewPrintControllerTests.cs" />
<Compile Include="RegionTests.cs" />
<Compile Include="SolidBrushTests.cs" />
<Compile Include="StringFormatTests.cs" />
<Compile Include="SystemBrushesTests.cs" />
<Compile Include="SystemFontsTests.cs" />
<Compile Include="SystemIconsTests.cs" />
<Compile Include="SystemPensTest.cs" />
<Compile Include="System\Drawing\ImageAnimator.ManualTests.cs" />
<Compile Include="System\Drawing\ImageAnimatorTests.cs" />
<Compile Include="TextureBrushTests.cs" />
<Compile Include="ToolboxBitmapAttributeTests.cs" />
<Compile Include="Design\CategoryNameCollectionTests.cs" />
<Compile Include="Drawing2D\BlendTests.cs" />
<Compile Include="Drawing2D\ColorBlendTests.cs" />
<Compile Include="Drawing2D\HatchBrushTests.cs" />
<Compile Include="Drawing2D\LinearGradientBrushTests.cs" />
<Compile Include="Drawing2D\MatrixTests.cs" />
<Compile Include="System\Drawing\FontConverterTests.cs" />
<Compile Include="System\Drawing\IconConverterTests.cs" />
<Compile Include="System\Drawing\ImageConverterTests.cs" />
<Compile Include="System\Drawing\ImageFormatConverterTests.cs" />
<Compile Include="System\Drawing\Printing\MarginsConverterTests.cs" />
<Compile Include="Text\InstalledFontCollectionTests.cs" />
<Compile Include="Text\PrivateFontCollectionTests.cs" />
<Compile Include="Printing\MarginsTests.cs" />
<Compile Include="Printing\PrinterResolutionTests.cs" />
<Compile Include="Printing\PageSettingsTests.cs" />
<Compile Include="Printing\PaperSizeTests.cs" />
<Compile Include="Printing\PaperSourceTests.cs" />
<Compile Include="Printing\PrinterUnitConvertTests.cs" />
<Compile Include="Helpers.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
<Compile Include="GraphicsTests.Core.cs" />
<Compile Include="Graphics_GetContextTests.Core.cs" />
<Compile Include="Drawing2D\MatrixTests.Core.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(PkgSystem_Drawing_Common_TestData)\contentFiles\any\any\bitmaps\48x48_multiple_entries_4bit.ico">
<LogicalName>System.Drawing.Tests.48x48_multiple_entries_4bit.ico</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PkgSystem_Drawing_Common_TestData)\contentFiles\any\any\bitmaps\bitmap_173x183_indexed_8bit.bmp">
<LogicalName>System.Drawing.Tests.bitmap_173x183_indexed_8bit.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PkgSystem_Drawing_Common_TestData)\contentFiles\any\any\bitmaps\empty.file">
<LogicalName>System.Drawing.Tests.empty.file</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PkgSystem_Drawing_Common_TestData)\contentFiles\any\any\bitmaps\invalid.ico">
<LogicalName>System.Drawing.Tests.invalid.ico</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PkgSystem_Drawing_Common_TestData)\contentFiles\any\any\bitmaps\256x256_one_entry_32bit.ico">
<LogicalName>System.Drawing.Tests.Icon_toolboxBitmapAttributeTest</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\System.Drawing.Common.csproj" />
<ProjectReference Include="..\..\..\src\System.Windows.Forms.Primitives\tests\TestUtilities\System.Windows.Forms.Primitives.TestUtilities.csproj" />
<PackageReference Include="System.Drawing.Common.TestData" Version="$(SystemDrawingCommonTestDataVersion)" GeneratePathProperty="true" />
<PackageReference Include="System.ComponentModel.TypeConverter.TestData" Version="$(SystemComponentModelTypeConverterTestDataVersion)" />
<PackageReference Include="System.Windows.Extensions.TestData" Version="$(SystemWindowsExtensionsTestDataVersion)" />
</ItemGroup>
</Project>