aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GridInterfaces/default.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/GridInterfaces/default.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GridInterfaces/default.build b/src/GridInterfaces/default.build
index f29f108..a1de6e5 100644
--- a/src/GridInterfaces/default.build
+++ b/src/GridInterfaces/default.build
@@ -37,8 +37,9 @@
37 37
38 <csc target="library" output="../../bin/GridInterfaces.dll" debug="${debug}" verbose="true" warninglevel="4"> 38 <csc target="library" output="../../bin/GridInterfaces.dll" debug="${debug}" verbose="true" warninglevel="4">
39 <references basedir="../../bin" failonempty="true"> 39 <references basedir="../../bin" failonempty="true">
40 <include name="System" /> 40 <include name="System.dll" />
41 <include name="System.Xml" /> 41 <include name="System.Xml.dll" />
42 <include name="OpenGrid.Framework.dll" />
42 <include name="libsecondlife.dll" /> 43 <include name="libsecondlife.dll" />
43 </references> 44 </references>
44 <sources basedir="./"> 45 <sources basedir="./">