Annotation of /trunk/prebuild.xml
Parent Directory
|
Revision Log
Revision 62 - (view) (download) (as text)
| 1 : | jhurliman | 49 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 : | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | ||
| 3 : | jhurliman | 56 | <Solution name="CableBeach" activeConfig="Debug" version="1.0.0"> |
| 4 : | jhurliman | 49 | <Configuration name="Debug"> |
| 5 : | <Options> | ||
| 6 : | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | ||
| 7 : | <OptimizeCode>false</OptimizeCode> | ||
| 8 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 9 : | <AllowUnsafe>true</AllowUnsafe> | ||
| 10 : | <WarningLevel>4</WarningLevel> | ||
| 11 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 12 : | <OutputPath>bin</OutputPath> | ||
| 13 : | <DebugInformation>true</DebugInformation> | ||
| 14 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 15 : | <NoStdLib>false</NoStdLib> | ||
| 16 : | </Options> | ||
| 17 : | </Configuration> | ||
| 18 : | <Configuration name="Release"> | ||
| 19 : | <Options> | ||
| 20 : | <CompilerDefines>TRACE</CompilerDefines> | ||
| 21 : | <OptimizeCode>true</OptimizeCode> | ||
| 22 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 23 : | <AllowUnsafe>true</AllowUnsafe> | ||
| 24 : | <WarningLevel>4</WarningLevel> | ||
| 25 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 26 : | <OutputPath>bin</OutputPath> | ||
| 27 : | <DebugInformation>false</DebugInformation> | ||
| 28 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 29 : | <NoStdLib>false</NoStdLib> | ||
| 30 : | </Options> | ||
| 31 : | </Configuration> | ||
| 32 : | |||
| 33 : | <!-- Libraries --> | ||
| 34 : | |||
| 35 : | <Project name="BeITMemcached" path="lib/beitmemcached" type="Library"> | ||
| 36 : | <Configuration name="Debug"> | ||
| 37 : | <Options> | ||
| 38 : | <OutputPath>../../bin/</OutputPath> | ||
| 39 : | </Options> | ||
| 40 : | </Configuration> | ||
| 41 : | <Configuration name="Release"> | ||
| 42 : | <Options> | ||
| 43 : | <OutputPath>../../bin/</OutputPath> | ||
| 44 : | </Options> | ||
| 45 : | </Configuration> | ||
| 46 : | |||
| 47 : | <ReferencePath>../../lib/</ReferencePath> | ||
| 48 : | <Reference name="System"/> | ||
| 49 : | <Reference name="log4net"/> | ||
| 50 : | <Files> | ||
| 51 : | <Match pattern="*.cs" recurse="true"/> | ||
| 52 : | </Files> | ||
| 53 : | </Project> | ||
| 54 : | |||
| 55 : | <Project name="ExtensionLoader" path="lib/ExtensionLoader" type="Library"> | ||
| 56 : | <Configuration name="Debug"> | ||
| 57 : | <Options> | ||
| 58 : | <OutputPath>../../bin/</OutputPath> | ||
| 59 : | </Options> | ||
| 60 : | </Configuration> | ||
| 61 : | <Configuration name="Release"> | ||
| 62 : | <Options> | ||
| 63 : | <OutputPath>../../bin/</OutputPath> | ||
| 64 : | </Options> | ||
| 65 : | </Configuration> | ||
| 66 : | |||
| 67 : | <ReferencePath>../../lib/</ReferencePath> | ||
| 68 : | <Reference name="System"/> | ||
| 69 : | <Files> | ||
| 70 : | <Match pattern="*.cs" recurse="true"/> | ||
| 71 : | </Files> | ||
| 72 : | </Project> | ||
| 73 : | |||
| 74 : | jhurliman | 54 | <Project name="LitS3" path="lib/lits3" type="Library" frameworkVersion="v3_5"> |
| 75 : | jhurliman | 49 | <Configuration name="Debug"> |
| 76 : | <Options> | ||
| 77 : | <OutputPath>../../bin/</OutputPath> | ||
| 78 : | </Options> | ||
| 79 : | </Configuration> | ||
| 80 : | <Configuration name="Release"> | ||
| 81 : | <Options> | ||
| 82 : | <OutputPath>../../bin/</OutputPath> | ||
| 83 : | </Options> | ||
| 84 : | </Configuration> | ||
| 85 : | |||
| 86 : | <ReferencePath>../../lib/</ReferencePath> | ||
| 87 : | <Reference name="System"/> | ||
| 88 : | <Reference name="System.Core"/> | ||
| 89 : | <Reference name="System.Web"/> | ||
| 90 : | <Reference name="System.Xml"/> | ||
| 91 : | <Files> | ||
| 92 : | <Match pattern="*.cs" recurse="true"/> | ||
| 93 : | </Files> | ||
| 94 : | </Project> | ||
| 95 : | |||
| 96 : | <!-- Programs --> | ||
| 97 : | |||
| 98 : | <Project name="AssetServer" path="AssetServer" type="Exe"> | ||
| 99 : | <Configuration name="Debug"> | ||
| 100 : | <Options> | ||
| 101 : | <OutputPath>../bin/</OutputPath> | ||
| 102 : | </Options> | ||
| 103 : | </Configuration> | ||
| 104 : | <Configuration name="Release"> | ||
| 105 : | <Options> | ||
| 106 : | <OutputPath>../bin/</OutputPath> | ||
| 107 : | </Options> | ||
| 108 : | </Configuration> | ||
| 109 : | |||
| 110 : | <ReferencePath>../lib/</ReferencePath> | ||
| 111 : | <Reference name="System"/> | ||
| 112 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 113 : | jhurliman | 49 | <Reference name="System.Web"/> |
| 114 : | <Reference name="System.Xml"/> | ||
| 115 : | <Reference name="DotNetOpenId"/> | ||
| 116 : | <Reference name="log4net"/> | ||
| 117 : | <Reference name="OpenMetaverseTypes"/> | ||
| 118 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 119 : | jhurliman | 62 | <Reference name="OpenMetaverse.Http"/> |
| 120 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 121 : | jhurliman | 62 | <Reference name="HttpServer"/> |
| 122 : | jhurliman | 49 | |
| 123 : | <Files> | ||
| 124 : | <Match pattern="*.cs" recurse="false"/> | ||
| 125 : | jhurliman | 55 | <Match path="Extensions" pattern="*.cs" recurse="false"/> |
| 126 : | jhurliman | 49 | </Files> |
| 127 : | </Project> | ||
| 128 : | |||
| 129 : | <Project name="UserServer" path="UserServer" type="Exe"> | ||
| 130 : | <Configuration name="Debug"> | ||
| 131 : | <Options> | ||
| 132 : | <OutputPath>../bin/</OutputPath> | ||
| 133 : | </Options> | ||
| 134 : | </Configuration> | ||
| 135 : | <Configuration name="Release"> | ||
| 136 : | <Options> | ||
| 137 : | <OutputPath>../bin/</OutputPath> | ||
| 138 : | </Options> | ||
| 139 : | </Configuration> | ||
| 140 : | |||
| 141 : | <ReferencePath>../lib/</ReferencePath> | ||
| 142 : | <Reference name="System"/> | ||
| 143 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 144 : | jhurliman | 49 | <Reference name="System.Web"/> |
| 145 : | <Reference name="System.Xml"/> | ||
| 146 : | <Reference name="DotNetOpenId"/> | ||
| 147 : | <Reference name="log4net"/> | ||
| 148 : | <Reference name="XMLRPC"/> | ||
| 149 : | <Reference name="OpenMetaverseTypes"/> | ||
| 150 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 151 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 152 : | jhurliman | 49 | |
| 153 : | <Files> | ||
| 154 : | <Match pattern="*.cs" recurse="false"/> | ||
| 155 : | jhurliman | 55 | <Match path="Extensions" pattern="*.cs" recurse="false"/> |
| 156 : | jhurliman | 49 | </Files> |
| 157 : | </Project> | ||
| 158 : | |||
| 159 : | <Project name="AssetClient" path="AssetClient" type="Exe"> | ||
| 160 : | <Configuration name="Debug"> | ||
| 161 : | <Options> | ||
| 162 : | <OutputPath>../bin/</OutputPath> | ||
| 163 : | </Options> | ||
| 164 : | </Configuration> | ||
| 165 : | <Configuration name="Release"> | ||
| 166 : | <Options> | ||
| 167 : | <OutputPath>../bin/</OutputPath> | ||
| 168 : | </Options> | ||
| 169 : | </Configuration> | ||
| 170 : | |||
| 171 : | <ReferencePath>../lib/</ReferencePath> | ||
| 172 : | <Reference name="System"/> | ||
| 173 : | <Reference name="System.Xml"/> | ||
| 174 : | jhurliman | 57 | <Reference name="AssetServer.exe"/> |
| 175 : | jhurliman | 49 | <Reference name="OpenMetaverseTypes"/> |
| 176 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 177 : | |||
| 178 : | <Files> | ||
| 179 : | <Match pattern="*.cs" recurse="true"/> | ||
| 180 : | </Files> | ||
| 181 : | </Project> | ||
| 182 : | |||
| 183 : | <Project name="TextureRedirector" path="TextureRedirector" type="Exe"> | ||
| 184 : | <Configuration name="Debug"> | ||
| 185 : | <Options> | ||
| 186 : | <OutputPath>../bin/</OutputPath> | ||
| 187 : | </Options> | ||
| 188 : | </Configuration> | ||
| 189 : | <Configuration name="Release"> | ||
| 190 : | <Options> | ||
| 191 : | <OutputPath>../bin/</OutputPath> | ||
| 192 : | </Options> | ||
| 193 : | </Configuration> | ||
| 194 : | |||
| 195 : | <ReferencePath>../lib/</ReferencePath> | ||
| 196 : | <Reference name="System"/> | ||
| 197 : | <Reference name="System.Xml"/> | ||
| 198 : | <Reference name="AssetClient"/> | ||
| 199 : | <Reference name="OpenMetaverse"/> | ||
| 200 : | <Reference name="OpenMetaverseTypes"/> | ||
| 201 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 202 : | jhurliman | 62 | <Reference name="OpenMetaverse.Http"/> |
| 203 : | jhurliman | 49 | |
| 204 : | <Files> | ||
| 205 : | <Match pattern="*.cs" recurse="true"/> | ||
| 206 : | </Files> | ||
| 207 : | </Project> | ||
| 208 : | |||
| 209 : | <!-- AssetServer extensions --> | ||
| 210 : | |||
| 211 : | <Project name="AssetServer.AmazonS3" path="AssetServer/Extensions/AmazonS3" type="Library"> | ||
| 212 : | <Configuration name="Debug"> | ||
| 213 : | <Options> | ||
| 214 : | <OutputPath>../../../bin/</OutputPath> | ||
| 215 : | </Options> | ||
| 216 : | </Configuration> | ||
| 217 : | <Configuration name="Release"> | ||
| 218 : | <Options> | ||
| 219 : | <OutputPath>../../../bin/</OutputPath> | ||
| 220 : | </Options> | ||
| 221 : | </Configuration> | ||
| 222 : | |||
| 223 : | <ReferencePath>../../../lib/</ReferencePath> | ||
| 224 : | <Reference name="System"/> | ||
| 225 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 226 : | jhurliman | 49 | <Reference name="log4net"/> |
| 227 : | jhurliman | 57 | <Reference name="AssetServer.exe"/> |
| 228 : | jhurliman | 49 | <Reference name="OpenMetaverseTypes"/> |
| 229 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 230 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 231 : | <Reference name="LitS3" path="../bin/"/> | ||
| 232 : | jhurliman | 49 | |
| 233 : | <Files> | ||
| 234 : | <Match pattern="*.cs" recurse="true"/> | ||
| 235 : | </Files> | ||
| 236 : | </Project> | ||
| 237 : | |||
| 238 : | <Project name="AssetServer.Memcached" path="AssetServer/Extensions/Memcached" type="Library"> | ||
| 239 : | <Configuration name="Debug"> | ||
| 240 : | <Options> | ||
| 241 : | <OutputPath>../../../bin/</OutputPath> | ||
| 242 : | </Options> | ||
| 243 : | </Configuration> | ||
| 244 : | <Configuration name="Release"> | ||
| 245 : | <Options> | ||
| 246 : | <OutputPath>../../../bin/</OutputPath> | ||
| 247 : | </Options> | ||
| 248 : | </Configuration> | ||
| 249 : | |||
| 250 : | <ReferencePath>../../../lib/</ReferencePath> | ||
| 251 : | <Reference name="System"/> | ||
| 252 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 253 : | jhurliman | 49 | <Reference name="log4net"/> |
| 254 : | jhurliman | 57 | <Reference name="AssetServer.exe"/> |
| 255 : | jhurliman | 49 | <Reference name="OpenMetaverseTypes"/> |
| 256 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 257 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 258 : | jhurliman | 49 | <Reference name="BeITMemcached"/> |
| 259 : | |||
| 260 : | <Files> | ||
| 261 : | <Match pattern="*.cs" recurse="true"/> | ||
| 262 : | </Files> | ||
| 263 : | </Project> | ||
| 264 : | |||
| 265 : | <Project name="AssetServer.OpenSimMySQL" path="AssetServer/Extensions/OpenSimMySQL" type="Library"> | ||
| 266 : | <Configuration name="Debug"> | ||
| 267 : | <Options> | ||
| 268 : | <OutputPath>../../../bin/</OutputPath> | ||
| 269 : | </Options> | ||
| 270 : | </Configuration> | ||
| 271 : | <Configuration name="Release"> | ||
| 272 : | <Options> | ||
| 273 : | <OutputPath>../../../bin/</OutputPath> | ||
| 274 : | </Options> | ||
| 275 : | </Configuration> | ||
| 276 : | |||
| 277 : | <ReferencePath>../../../lib/</ReferencePath> | ||
| 278 : | <Reference name="System"/> | ||
| 279 : | <Reference name="System.Data"/> | ||
| 280 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 281 : | jhurliman | 49 | <Reference name="System.Xml"/> |
| 282 : | <Reference name="log4net"/> | ||
| 283 : | jhurliman | 57 | <Reference name="AssetServer.exe"/> |
| 284 : | jhurliman | 49 | <Reference name="OpenMetaverseTypes"/> |
| 285 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 286 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 287 : | jhurliman | 49 | <Reference name="MySql.Data"/> |
| 288 : | |||
| 289 : | <Files> | ||
| 290 : | <Match pattern="*.cs" recurse="true"/> | ||
| 291 : | </Files> | ||
| 292 : | </Project> | ||
| 293 : | |||
| 294 : | <Project name="AssetServer.Simple" path="AssetServer/Extensions/Simple" type="Library"> | ||
| 295 : | <Configuration name="Debug"> | ||
| 296 : | <Options> | ||
| 297 : | <OutputPath>../../../bin/</OutputPath> | ||
| 298 : | </Options> | ||
| 299 : | </Configuration> | ||
| 300 : | <Configuration name="Release"> | ||
| 301 : | <Options> | ||
| 302 : | <OutputPath>../../../bin/</OutputPath> | ||
| 303 : | </Options> | ||
| 304 : | </Configuration> | ||
| 305 : | |||
| 306 : | <ReferencePath>../../../lib/</ReferencePath> | ||
| 307 : | <Reference name="System"/> | ||
| 308 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 309 : | jhurliman | 49 | <Reference name="System.Xml"/> |
| 310 : | <Reference name="log4net"/> | ||
| 311 : | jhurliman | 57 | <Reference name="AssetServer.exe"/> |
| 312 : | jhurliman | 49 | <Reference name="OpenMetaverse"/> |
| 313 : | <Reference name="OpenMetaverseTypes"/> | ||
| 314 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 315 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 316 : | jhurliman | 49 | |
| 317 : | <Files> | ||
| 318 : | <Match pattern="*.cs" recurse="true"/> | ||
| 319 : | </Files> | ||
| 320 : | </Project> | ||
| 321 : | |||
| 322 : | <!-- UserServer extensions --> | ||
| 323 : | |||
| 324 : | <Project name="UserServer.LdapAuthentication" path="UserServer/Extensions/LdapAuthentication" type="Library"> | ||
| 325 : | <Configuration name="Debug"> | ||
| 326 : | <Options> | ||
| 327 : | <OutputPath>../../../bin/</OutputPath> | ||
| 328 : | </Options> | ||
| 329 : | </Configuration> | ||
| 330 : | <Configuration name="Release"> | ||
| 331 : | <Options> | ||
| 332 : | <OutputPath>../../../bin/</OutputPath> | ||
| 333 : | </Options> | ||
| 334 : | </Configuration> | ||
| 335 : | |||
| 336 : | <ReferencePath>../../../lib/</ReferencePath> | ||
| 337 : | <Reference name="System"/> | ||
| 338 : | jhurliman | 56 | <Reference name="System.ServiceProcess"/> |
| 339 : | jhurliman | 49 | <Reference name="System.Web"/> |
| 340 : | <Reference name="log4net"/> | ||
| 341 : | <Reference name="UserServer"/> | ||
| 342 : | <Reference name="OpenMetaverseTypes"/> | ||
| 343 : | <Reference name="OpenMetaverse.StructuredData"/> | ||
| 344 : | jhurliman | 50 | <Reference name="ExtensionLoader" path="../bin/"/> |
| 345 : | jhurliman | 49 | <Reference name="Novell.Directory.Ldap"/> |
| 346 : | |||
| 347 : | <Files> | ||
| 348 : | <Match pattern="*.cs" recurse="true"/> | ||
| 349 : | </Files> | ||
| 350 : | </Project> | ||
| 351 : | |||
| 352 : | </Solution> | ||
| 353 : | </Prebuild> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

