[msvc] Update csproj files (#5832)
[mono-project.git] / mcs / class / System.Web.WebPages.Deployment / Makefile
blobbb1cd40bfd4e4425a504036816720fcd65d7f949
1 thisdir = class/System.Web.WebPages.Deployment
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.WebPages.Deployment.dll
6 LIBRARY_NAME = System.Web.WebPages.Deployment.dll
8 RESOURCE_DEFS = \
9 System.Web.WebPages.Deployment.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
10 System.Web.WebPages.Deployment.Resources.ConfigurationResources,../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx
13 LIB_REFS = System System.Core System.Configuration System.Web Microsoft.Web.Infrastructure
14 KEYFILE=../winfx.pub
15 LIB_MCS_FLAGS = \
16 /warn:1 \
17 -delaysign \
18 /d:ASPNETWEBPAGES
20 include ../../build/library.make