Merge pull request #1225 from strawd/bug22307
[mono.git] / mcs / class / Microsoft.Web.Infrastructure / Makefile
1 thisdir = class/Microsoft.Web.Infrastructure
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Microsoft.Web.Infrastructure.dll
6 LIB_REFS = System System.Configuration System.Web
7 LIB_MCS_FLAGS =
8
9 EXTRA_DISTFILES = $(RESOURCE_FILES)
10
11 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
12 ifndef VALID_PROFILE
13 LIBRARY_NAME = dummy-Microsoft.Web.Infrastructure.dll
14 NO_INSTALL = yes
15 NO_SIGN_ASSEMBLY = yes
16 NO_TEST = yes
17 endif
18
19 include ../../build/library.make