2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Web.Http
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Web.Http.dll
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
RESOURCE_DEFS = \
|
|
|
|
System.Web.Http.Properties.CommonWebApiResources,../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx \
|
|
|
|
System.Web.Http.Properties.SRResources,../../../external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System.Core System System.Xml System.Net.Http System.ComponentModel.DataAnnotations System.Net.Http.Formatting System.Runtime.Caching System.Runtime.Serialization System.Data.Linq
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../winfx.pub
|
|
|
|
LIB_MCS_FLAGS = -d:ASPNETMVC -delaysign
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|