You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.151
Former-commit-id: ffd6414cefbb5fbb0d9568fd124df49cf596b667
This commit is contained in:
parent
c0d0d7dce1
commit
37fbf886a3
@@ -17,7 +17,11 @@ ifndef MOBILE_PROFILE
|
||||
LIB_MCS_FLAGS += -d:FEATURE_TYPECONVERTER,SUPPORTS_WINDOWS_COLORS
|
||||
endif
|
||||
|
||||
TEST_LIB_REFS = System.Drawing System.Runtime.Serialization.Formatters.Soap System.Xml
|
||||
TEST_LIB_REFS = System.Drawing System.Xml
|
||||
|
||||
ifneq ($(PROFILE),wasm)
|
||||
TEST_LIB_REFS += System.Runtime.Serialization.Formatters.Soap
|
||||
endif
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -define:TEST -resource:Test/resources/indexed.png,indexed.png \
|
||||
-nowarn:0618 -nowarn:219 -nowarn:169
|
||||
|
@@ -0,0 +1,7 @@
|
||||
System.Drawing/GDIPlusTest.cs
|
||||
System.Drawing/TestBitmap.cs
|
||||
System.Drawing/TestGraphics.cs
|
||||
System.Drawing/TestIcon.cs
|
||||
System.Drawing/TestIconConverter.cs
|
||||
System.Drawing/TestImage.cs
|
||||
System.Drawing/TestImageConverter.cs
|
Reference in New Issue
Block a user