root.node
[tfs.git] / class / Microsoft.TeamFoundation.Common / Makefile
blob3953a8aa0a8e0351f3cdffd6cb6f844ec901d72b
1 thisdir = class/Microsoft.TeamFoundation.Common
2 include ../../build/rules.make
4 LIBRARY = Microsoft.TeamFoundation.Common.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:System.Web.Services.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9 include ../../build/library.make