2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Web.WebPages.Deployment
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Web.WebPages.Deployment.dll
|
|
|
|
LIBRARY_NAME = System.Web.WebPages.Deployment.dll
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
RESOURCE_DEFS = \
|
|
|
|
System.Web.WebPages.Deployment.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
|
|
|
|
System.Web.WebPages.Deployment.Resources.ConfigurationResources,../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core System.Configuration System.Web Microsoft.Web.Infrastructure
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
/warn:1 \
|
|
|
|
/keyfile:../winfx.pub -delaysign \
|
2016-11-10 13:04:39 +00:00
|
|
|
/d:ASPNETWEBPAGES
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|