[packaging/msbuild] Bump to get new changes on xplat-master
[mono.git] / mcs / class / System.Web.Http.WebHost / Makefile
1 thisdir = class/System.Web.Http.WebHost
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Http.WebHost.dll
6
7 RESOURCE_DEFS = \
8         System.Web.Http.WebHost.Properties.CommonWebApiResources,../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx \
9         System.Web.Http.WebHost.Properties.SRResources,../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx
10
11 LIB_REFS = System.Core System System.Xml System.Configuration System.Net.Http System.Runtime.Serialization System.ServiceModel System.IdentityModel System.Web.Http System.Net.Http.Formatting System.Web.Routing System.Web Microsoft.Web.Infrastructure
12 LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
13
14 include ../../build/library.make
15
16 $(the_lib):