more.test.case.fixes
[tfs.git] / class / Microsoft.TeamFoundation / Makefile
blob495c49213e210ecf88bfb346bb2086a9293527a2
1 thisdir = class/Microsoft.TeamFoundation
2 include ../../build/rules.make
4 LIBRARY = Microsoft.TeamFoundation.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