Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Net.Http.Formatting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43895c07c86e10ac9da418cf287010265cde4310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = class/System.Net.Http.Formatting
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Net.Http.Formatting.dll

RESOURCE_DEFS = \
	System.Net.Http.Properties.CommonWebApiResources,../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx \
	System.Net.Http.Properties.Resources,../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx


LIB_REFS = System.Core System System.Net.Http System.Xml System.Runtime.Serialization System.Xml.Linq System.Data System.Configuration
LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign 

include ../../build/library.make