Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
thisdir = class/System.Web.Http
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Web.Http.dll
System.Web.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
$(RESGEN) "$<" "$@"
System.Web.Http.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx
$(RESGEN) "$<" "$@"
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Net.Http.dll -r:System.ComponentModel.DataAnnotations.dll \
-r:System.Net.Http.Formatting.dll -r:System.Runtime.Caching.dll -r:System.Runtime.Serialization.dll -r:System.Data.Linq.dll \
-d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
-resource:System.Web.Http.Properties.CommonWebApiResources.resources \
-resource:System.Web.Http.Properties.SRResources.resources
include ../../build/library.make
$(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
System.Web.Http.Properties.SRResources.resources