diff options
author | mingchen | 2007-06-27 19:04:23 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 19:04:23 +0000 |
commit | 9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch) | |
tree | d8decfccf4aea6460e322e2a0d7a26228b4041fe /prebuild.xml | |
parent | *Fixed OpenGridServices.sln and prebuild.xml (diff) | |
download | opensim-SC-9eaecabdd0884cfe17d249440badce1ecdbcc142.zip opensim-SC-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.gz opensim-SC-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.bz2 opensim-SC-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.xz |
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index dacaa0a..2ef8e8f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -125,6 +125,33 @@ | |||
125 | </Files> | 125 | </Files> |
126 | </Project> | 126 | </Project> |
127 | 127 | ||
128 | <Project name="OpenSim.Region.Caps" path="OpenSim/Region/Caps" type="Library"> | ||
129 | <Configuration name="Debug"> | ||
130 | <Options> | ||
131 | <OutputPath>../../../bin/</OutputPath> | ||
132 | </Options> | ||
133 | </Configuration> | ||
134 | <Configuration name="Release"> | ||
135 | <Options> | ||
136 | <OutputPath>../../../bin/</OutputPath> | ||
137 | </Options> | ||
138 | </Configuration> | ||
139 | |||
140 | <ReferencePath>../../../bin/</ReferencePath> | ||
141 | <Reference name="System"/> | ||
142 | <Reference name="System.Xml"/> | ||
143 | <Reference name="libsecondlife.dll"/> | ||
144 | <Reference name="OpenSim.Framework"/> | ||
145 | <Reference name="OpenSim.Framework.Servers"/> | ||
146 | <Reference name="OpenSim.Framework.Utilities"/> | ||
147 | <Reference name="OpenSim.Framework.Types"/> | ||
148 | <Reference name="OpenSim.Region.Caches"/> | ||
149 | <Reference name="XMLRPC.dll"/> | ||
150 | |||
151 | <Files> | ||
152 | <Match pattern="*.cs" recurse="true"/> | ||
153 | </Files> | ||
154 | </Project> | ||
128 | 155 | ||
129 | <!-- Storage Plug-ins --> | 156 | <!-- Storage Plug-ins --> |
130 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> | 157 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> |