unset.perms.too
[tfs.git] / class / Microsoft.TeamFoundation.VersionControl.Common / Makefile
blob32eb0315b04cb4303f4451a6861fb783bec38286
1 thisdir = class/Microsoft.TeamFoundation.VersionControl.Common
2 include ../../build/rules.make
3 SUBDIRS =
5 LIBRARY = Microsoft.TeamFoundation.VersionControl.Common.dll
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:Microsoft.TeamFoundation.Common.dll
10 include ../../build/library.make