2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/SystemWebTestShim
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = SystemWebTestShim.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System.Web System
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../winfx.pub
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
NO_INSTALL = yes
|
|
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
|
|
|
|
|
include $(topdir)/build/library.make
|