aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-03-25 00:27:36 +0000
committergareth2007-03-25 00:27:36 +0000
commit11d7cc89a9203a8155f3e71b92162e5d2c09bd99 (patch)
tree34ca2bbd44c5e5cb9d0b416ba5040c553fea1437 /prebuild.xml
parentMoved gridserver into main trunk (but no prebuild yet) (diff)
downloadopensim-SC_OLD-11d7cc89a9203a8155f3e71b92162e5d2c09bd99.zip
opensim-SC_OLD-11d7cc89a9203a8155f3e71b92162e5d2c09bd99.tar.gz
opensim-SC_OLD-11d7cc89a9203a8155f3e71b92162e5d2c09bd99.tar.bz2
opensim-SC_OLD-11d7cc89a9203a8155f3e71b92162e5d2c09bd99.tar.xz
Finished adding the grid server to prebuild
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index eafee37..330bc66 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -99,6 +99,31 @@
99 </Files> 99 </Files>
100 </Project> 100 </Project>
101 101
102 <Project name="OpenGridServices.GridServer" path="./OpenGridServices.GridServer" type="Exe">
103 <Configuration name="Debug">
104 <Options>
105 <OutputPath>../bin/</OutputPath>
106 </Options>
107 </Configuration>
108 <Configuration name="Release">
109 <Options>
110 <OutputPath>../bin/</OutputPath>
111 </Options>
112 </Configuration>
113
114 <ReferencePath>../bin/</ReferencePath>
115 <Reference name="System" localCopy="false"/>
116 <Reference name="System.Data" localCopy="false"/>
117 <Reference name="System.Xml" localCopy="false"/>
118 <Reference name="OpenSim.Framework.dll"/>
119 <Reference name="OpenSim.Framework.Console.dll"/>
120 <Reference name="OpenGridServices.ServerConsole.dll"/>
121 <Reference name="libsecondlife.dll"/>
122
123 <Files>
124 <Match pattern="*.cs" recurse="true"/>
125 </Files>
126 </Project>
102 127
103 <Project name="OpenGridServices.UserServer" path="./OpenGridServices.UserServer" type="Exe"> 128 <Project name="OpenGridServices.UserServer" path="./OpenGridServices.UserServer" type="Exe">
104 <Configuration name="Debug"> 129 <Configuration name="Debug">
@@ -123,7 +148,6 @@
123 148
124 <Files> 149 <Files>
125 <Match pattern="*.cs" recurse="true"/> 150 <Match pattern="*.cs" recurse="true"/>
126 <Match pattern="..\OGS\common\VersionInfo\VersionInfo.cs"/>
127 </Files> 151 </Files>
128 </Project> 152 </Project>
129 153