Annotation of /trunk/prebuild.xml
Parent Directory
|
Revision Log
Revision 75 - (view) (download) (as text)
| 1 : | misterblue | 5 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 : | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | ||
| 3 : | <Solution name="LookingGlass" activeConfig="Release" path="./" version="0.1.0-$Rev: 9338 $"> | ||
| 4 : | <Configuration name="Debug"> | ||
| 5 : | <Options> | ||
| 6 : | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | ||
| 7 : | <OptimizeCode>false</OptimizeCode> | ||
| 8 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 9 : | <AllowUnsafe>false</AllowUnsafe> | ||
| 10 : | <WarningLevel>4</WarningLevel> | ||
| 11 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 12 : | <SuppressWarnings></SuppressWarnings> | ||
| 13 : | <OutputPath>bin</OutputPath> | ||
| 14 : | <DebugInformation>true</DebugInformation> | ||
| 15 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 16 : | <NoStdLib>false</NoStdLib> | ||
| 17 : | </Options> | ||
| 18 : | </Configuration> | ||
| 19 : | <Configuration name="Release"> | ||
| 20 : | <Options> | ||
| 21 : | <CompilerDefines>TRACE</CompilerDefines> | ||
| 22 : | <OptimizeCode>true</OptimizeCode> | ||
| 23 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 24 : | <AllowUnsafe>false</AllowUnsafe> | ||
| 25 : | <WarningLevel>4</WarningLevel> | ||
| 26 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 27 : | <SuppressWarnings></SuppressWarnings> | ||
| 28 : | <OutputPath>bin</OutputPath> | ||
| 29 : | <DebugInformation>false</DebugInformation> | ||
| 30 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 31 : | <NoStdLib>false</NoStdLib> | ||
| 32 : | </Options> | ||
| 33 : | </Configuration> | ||
| 34 : | |||
| 35 : | <Project name="LookingGlass.Framework" path="src/LookingGlass.Framework" type="Library" frameworkVersion="v3_5"> | ||
| 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>../../bin/</ReferencePath> | ||
| 48 : | <Reference name="System"/> | ||
| 49 : | <Reference name="System.Data"/> | ||
| 50 : | <Reference name="System.Windows.Forms"/> | ||
| 51 : | <Reference name="System.Xml"/> | ||
| 52 : | <Reference name="log4net.dll"/> | ||
| 53 : | <Reference name="OpenMetaverse.dll"/> | ||
| 54 : | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
| 55 : | <Files> | ||
| 56 : | <Match pattern="*.cs" recurse="false"/> | ||
| 57 : | <Match pattern="Logging/*.cs" recurse="false"/> | ||
| 58 : | <Match pattern="Modules/*.cs" recurse="false"/> | ||
| 59 : | <Match pattern="Parameters/*.cs" recurse="false"/> | ||
| 60 : | misterblue | 19 | <Match pattern="Statistics/*.cs" recurse="false"/> |
| 61 : | misterblue | 5 | <Match pattern="WorkQueue/*.cs" recurse="false"/> |
| 62 : | </Files> | ||
| 63 : | </Project> | ||
| 64 : | |||
| 65 : | <Project name="LookingGlass.Comm" path="src/LookingGlass.Comm" type="Library" frameworkVersion="v3_5"> | ||
| 66 : | <Configuration name="Debug"> | ||
| 67 : | <Options> | ||
| 68 : | <OutputPath>../../bin/</OutputPath> | ||
| 69 : | </Options> | ||
| 70 : | </Configuration> | ||
| 71 : | <Configuration name="Release"> | ||
| 72 : | <Options> | ||
| 73 : | <OutputPath>../../bin/</OutputPath> | ||
| 74 : | </Options> | ||
| 75 : | </Configuration> | ||
| 76 : | |||
| 77 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 78 : | <Reference name="System"/> | ||
| 79 : | misterblue | 34 | <Reference name="System.Data"/> |
| 80 : | <Reference name="System.Drawing"/> | ||
| 81 : | misterblue | 5 | <Reference name="System.Xml"/> |
| 82 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 83 : | <Reference name="OpenMetaverse.dll"/> | ||
| 84 : | <Reference name="OpenMetaverse.Http.dll"/> | ||
| 85 : | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
| 86 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 87 : | <Files> | ||
| 88 : | <Match pattern="*.cs" recurse="false"/> | ||
| 89 : | </Files> | ||
| 90 : | </Project> | ||
| 91 : | |||
| 92 : | misterblue | 74 | <Project name="LookingGlass.Radegast" path="src/LookingGlass.Radegast" type="Library" frameworkVersion="v3_5"> |
| 93 : | misterblue | 69 | <Configuration name="Debug"> |
| 94 : | <Options> | ||
| 95 : | <OutputPath>../../bin/</OutputPath> | ||
| 96 : | </Options> | ||
| 97 : | </Configuration> | ||
| 98 : | <Configuration name="Release"> | ||
| 99 : | <Options> | ||
| 100 : | <OutputPath>../../bin/</OutputPath> | ||
| 101 : | </Options> | ||
| 102 : | </Configuration> | ||
| 103 : | misterblue | 5 | |
| 104 : | misterblue | 69 | <ReferencePath>../../bin/</ReferencePath> |
| 105 : | <Reference name="System"/> | ||
| 106 : | <Reference name="System.Data"/> | ||
| 107 : | <Reference name="System.Drawing"/> | ||
| 108 : | misterblue | 74 | <Reference name="System.Windows.Forms"/> |
| 109 : | misterblue | 69 | <Reference name="System.Xml"/> |
| 110 : | <Reference name="LookingGlass.Comm.dll"/> | ||
| 111 : | misterblue | 74 | <Reference name="LookingGlass.Comm.LLLP.dll"/> |
| 112 : | misterblue | 69 | <Reference name="LookingGlass.Framework.dll"/> |
| 113 : | misterblue | 74 | <Reference name="LookingGlass.Renderer.dll"/> |
| 114 : | misterblue | 69 | <Reference name="Radegast.exe"/> |
| 115 : | <Reference name="OpenMetaverse.dll"/> | ||
| 116 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 117 : | misterblue | 74 | <Reference name="OpenMetaverse.StructuredData.dll"/> |
| 118 : | misterblue | 69 | <Files> |
| 119 : | <Match pattern="*.cs" recurse="false"/> | ||
| 120 : | </Files> | ||
| 121 : | </Project> | ||
| 122 : | |||
| 123 : | misterblue | 5 | <Project name="LookingGlass.Comm.LLLP" path="src/LookingGlass.Comm.LLLP" type="Library" frameworkVersion="v3_5"> |
| 124 : | <Configuration name="Debug"> | ||
| 125 : | <Options> | ||
| 126 : | <OutputPath>../../bin/</OutputPath> | ||
| 127 : | </Options> | ||
| 128 : | </Configuration> | ||
| 129 : | <Configuration name="Release"> | ||
| 130 : | <Options> | ||
| 131 : | <OutputPath>../../bin/</OutputPath> | ||
| 132 : | </Options> | ||
| 133 : | </Configuration> | ||
| 134 : | |||
| 135 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 136 : | <Reference name="System"/> | ||
| 137 : | <Reference name="System.Xml"/> | ||
| 138 : | <Reference name="System.Data"/> | ||
| 139 : | <Reference name="LookingGlass.Comm.dll"/> | ||
| 140 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 141 : | <Reference name="LookingGlass.View.dll"/> | ||
| 142 : | <Reference name="LookingGlass.Rest.dll"/> | ||
| 143 : | <Reference name="LookingGlass.World.dll"/> | ||
| 144 : | <Reference name="LookingGlass.World.LL.dll"/> | ||
| 145 : | <Reference name="OpenMetaverse.dll"/> | ||
| 146 : | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
| 147 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 148 : | <Reference name="HttpServer.dll"/> | ||
| 149 : | <Files> | ||
| 150 : | <Match pattern="*.cs" recurse="false"/> | ||
| 151 : | </Files> | ||
| 152 : | </Project> | ||
| 153 : | |||
| 154 : | |||
| 155 : | <Project name="LookingGlass.Renderer" path="src/LookingGlass.Renderer" type="Library" frameworkVersion="v3_5"> | ||
| 156 : | <Configuration name="Debug"> | ||
| 157 : | <Options> | ||
| 158 : | <OutputPath>../../bin/</OutputPath> | ||
| 159 : | </Options> | ||
| 160 : | </Configuration> | ||
| 161 : | <Configuration name="Release"> | ||
| 162 : | <Options> | ||
| 163 : | <OutputPath>../../bin/</OutputPath> | ||
| 164 : | </Options> | ||
| 165 : | </Configuration> | ||
| 166 : | |||
| 167 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 168 : | <Reference name="System"/> | ||
| 169 : | <Reference name="System.Data"/> | ||
| 170 : | <Reference name="System.Drawing"/> | ||
| 171 : | <Reference name="System.Windows.Forms"/> | ||
| 172 : | <Reference name="System.Xml"/> | ||
| 173 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 174 : | <Reference name="LookingGlass.World.dll"/> | ||
| 175 : | <Reference name="OpenMetaverse.dll"/> | ||
| 176 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 177 : | <Reference name="PrimMesher.dll"/> | ||
| 178 : | <Files> | ||
| 179 : | <Match pattern="*.cs" recurse="false"/> | ||
| 180 : | <Match pattern="Mesher/*.cs" recurse="false"/> | ||
| 181 : | </Files> | ||
| 182 : | </Project> | ||
| 183 : | |||
| 184 : | |||
| 185 : | <Project name="LookingGlass.Renderer.Ogre" path="src/LookingGlass.Renderer.Ogre" type="Library" frameworkVersion="v3_5"> | ||
| 186 : | <Configuration name="Debug"> | ||
| 187 : | <Options> | ||
| 188 : | <OutputPath>../../bin/</OutputPath> | ||
| 189 : | </Options> | ||
| 190 : | </Configuration> | ||
| 191 : | <Configuration name="Release"> | ||
| 192 : | <Options> | ||
| 193 : | <OutputPath>../../bin/</OutputPath> | ||
| 194 : | </Options> | ||
| 195 : | </Configuration> | ||
| 196 : | |||
| 197 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 198 : | <Reference name="System"/> | ||
| 199 : | <Reference name="System.Data"/> | ||
| 200 : | <Reference name="System.Drawing"/> | ||
| 201 : | <Reference name="System.Windows.Forms"/> | ||
| 202 : | <Reference name="System.Xml"/> | ||
| 203 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 204 : | <Reference name="LookingGlass.Renderer.dll"/> | ||
| 205 : | misterblue | 28 | <Reference name="LookingGlass.Rest.dll"/> |
| 206 : | misterblue | 5 | <Reference name="LookingGlass.World.dll"/> |
| 207 : | <Reference name="LookingGlass.World.LL.dll"/> | ||
| 208 : | <Reference name="OpenMetaverse.dll"/> | ||
| 209 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 210 : | <Files> | ||
| 211 : | <Match pattern="*.cs" recurse="false"/> | ||
| 212 : | </Files> | ||
| 213 : | </Project> | ||
| 214 : | |||
| 215 : | |||
| 216 : | <Project name="LookingGlass.View" path="src/LookingGlass.View" type="Library" frameworkVersion="v3_5"> | ||
| 217 : | <Configuration name="Debug"> | ||
| 218 : | <Options> | ||
| 219 : | <OutputPath>../../bin/</OutputPath> | ||
| 220 : | </Options> | ||
| 221 : | </Configuration> | ||
| 222 : | <Configuration name="Release"> | ||
| 223 : | <Options> | ||
| 224 : | <OutputPath>../../bin/</OutputPath> | ||
| 225 : | </Options> | ||
| 226 : | </Configuration> | ||
| 227 : | |||
| 228 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 229 : | <Reference name="System"/> | ||
| 230 : | <Reference name="System.Windows.Forms"/> | ||
| 231 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 232 : | <Reference name="LookingGlass.Renderer.dll"/> | ||
| 233 : | <Reference name="LookingGlass.Rest.dll"/> | ||
| 234 : | <Reference name="LookingGlass.World.dll"/> | ||
| 235 : | <Reference name="OpenMetaverse.dll"/> | ||
| 236 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 237 : | <Files> | ||
| 238 : | <Match pattern="*.cs" recurse="false"/> | ||
| 239 : | </Files> | ||
| 240 : | </Project> | ||
| 241 : | |||
| 242 : | |||
| 243 : | <Project name="LookingGlass.Rest" path="src/LookingGlass.Rest" type="Library" frameworkVersion="v3_5"> | ||
| 244 : | <Configuration name="Debug"> | ||
| 245 : | <Options> | ||
| 246 : | <OutputPath>../../bin/</OutputPath> | ||
| 247 : | </Options> | ||
| 248 : | </Configuration> | ||
| 249 : | <Configuration name="Release"> | ||
| 250 : | <Options> | ||
| 251 : | <OutputPath>../../bin/</OutputPath> | ||
| 252 : | </Options> | ||
| 253 : | </Configuration> | ||
| 254 : | |||
| 255 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 256 : | <Reference name="System"/> | ||
| 257 : | <Reference name="System.Data"/> | ||
| 258 : | <Reference name="System.Web"/> | ||
| 259 : | <Reference name="System.Windows.Forms"/> | ||
| 260 : | <Reference name="System.Xml"/> | ||
| 261 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 262 : | <Reference name="LookingGlass.Renderer.dll"/> | ||
| 263 : | <Reference name="LookingGlass.World.dll"/> | ||
| 264 : | <Reference name="OpenMetaverse.dll"/> | ||
| 265 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 266 : | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
| 267 : | <Reference name="HttpServer.dll"/> | ||
| 268 : | <Files> | ||
| 269 : | <Match pattern="*.cs" recurse="false"/> | ||
| 270 : | </Files> | ||
| 271 : | </Project> | ||
| 272 : | |||
| 273 : | |||
| 274 : | <Project name="LookingGlass.World" path="src/LookingGlass.World" type="Library" frameworkVersion="v3_5"> | ||
| 275 : | <Configuration name="Debug"> | ||
| 276 : | <Options> | ||
| 277 : | <OutputPath>../../bin/</OutputPath> | ||
| 278 : | </Options> | ||
| 279 : | </Configuration> | ||
| 280 : | <Configuration name="Release"> | ||
| 281 : | <Options> | ||
| 282 : | <OutputPath>../../bin/</OutputPath> | ||
| 283 : | </Options> | ||
| 284 : | </Configuration> | ||
| 285 : | |||
| 286 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 287 : | <Reference name="System"/> | ||
| 288 : | misterblue | 34 | <Reference name="System.Drawing"/> |
| 289 : | misterblue | 5 | <Reference name="LookingGlass.Comm.dll"/> |
| 290 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 291 : | <Reference name="OpenMetaverse.dll"/> | ||
| 292 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 293 : | <Files> | ||
| 294 : | <Match pattern="*.cs" recurse="false"/> | ||
| 295 : | </Files> | ||
| 296 : | </Project> | ||
| 297 : | |||
| 298 : | |||
| 299 : | <Project name="LookingGlass.World.LL" path="src/LookingGlass.World.LL" type="Library" frameworkVersion="v3_5"> | ||
| 300 : | <Configuration name="Debug"> | ||
| 301 : | <Options> | ||
| 302 : | <OutputPath>../../bin/</OutputPath> | ||
| 303 : | </Options> | ||
| 304 : | </Configuration> | ||
| 305 : | <Configuration name="Release"> | ||
| 306 : | <Options> | ||
| 307 : | <OutputPath>../../bin/</OutputPath> | ||
| 308 : | </Options> | ||
| 309 : | </Configuration> | ||
| 310 : | |||
| 311 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 312 : | <Reference name="System"/> | ||
| 313 : | <Reference name="System.Data"/> | ||
| 314 : | misterblue | 34 | <Reference name="System.Drawing"/> |
| 315 : | misterblue | 5 | <Reference name="System.Xml"/> |
| 316 : | <Reference name="LookingGlass.Comm.dll"/> | ||
| 317 : | <Reference name="LookingGlass.Framework.dll"/> | ||
| 318 : | <Reference name="LookingGlass.World.dll"/> | ||
| 319 : | <Reference name="OpenMetaverse.dll"/> | ||
| 320 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 321 : | <Files> | ||
| 322 : | <Match pattern="*.cs" recurse="false"/> | ||
| 323 : | </Files> | ||
| 324 : | </Project> | ||
| 325 : | |||
| 326 : | |||
| 327 : | <!-- | ||
| 328 : | <Project name="LookingGlassOgre" language="C++" path="src/LookingGlassOgre" type="Library" frameworkVersion="v3_5"> | ||
| 329 : | <Configuration name="Debug"> | ||
| 330 : | <Options> | ||
| 331 : | <OutputPath>../../bin/</OutputPath> | ||
| 332 : | </Options> | ||
| 333 : | </Configuration> | ||
| 334 : | <Configuration name="Release"> | ||
| 335 : | <Options> | ||
| 336 : | <OutputPath>../../bin/</OutputPath> | ||
| 337 : | </Options> | ||
| 338 : | </Configuration> | ||
| 339 : | |||
| 340 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 341 : | <Reference name="OgreMain.lib"/> | ||
| 342 : | <Reference name="OIS.lib"/> | ||
| 343 : | <Files> | ||
| 344 : | <Match pattern="*.cpp" recurse="false"/> | ||
| 345 : | </Files> | ||
| 346 : | </Project> | ||
| 347 : | --> | ||
| 348 : | |||
| 349 : | <Project name="LookingGlass" path="src/LookingGlass" type="Exe" frameworkVersion="v3_5"> | ||
| 350 : | <Configuration name="Debug"> | ||
| 351 : | <Options> | ||
| 352 : | <OutputPath>../../bin/</OutputPath> | ||
| 353 : | </Options> | ||
| 354 : | </Configuration> | ||
| 355 : | <Configuration name="Release"> | ||
| 356 : | <Options> | ||
| 357 : | <OutputPath>../../bin/</OutputPath> | ||
| 358 : | </Options> | ||
| 359 : | </Configuration> | ||
| 360 : | |||
| 361 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 362 : | <Reference name="System"/> | ||
| 363 : | <Reference name="System.Data"/> | ||
| 364 : | <Reference name="System.Drawing"/> | ||
| 365 : | <Reference name="System.Windows.Forms"/> | ||
| 366 : | <Reference name="System.Xml"/> | ||
| 367 : | misterblue | 75 | <Reference name="LookingGlass.Comm.LLLP.dll"/> |
| 368 : | misterblue | 5 | <Reference name="LookingGlass.Framework.dll"/> |
| 369 : | misterblue | 74 | <Reference name="LookingGlass.Radegast.dll"/> |
| 370 : | misterblue | 5 | <Reference name="LookingGlass.View.dll"/> |
| 371 : | misterblue | 69 | <Reference name="Radegast.exe"/> |
| 372 : | misterblue | 5 | <Files> |
| 373 : | <Match pattern="*.cs" recurse="true"/> | ||
| 374 : | </Files> | ||
| 375 : | </Project> | ||
| 376 : | |||
| 377 : | |||
| 378 : | </Solution> | ||
| 379 : | </Prebuild> | ||
| 380 : | |||
| 381 : | |||
| 382 : | |||
| 383 : | |||
| 384 : | |||
| 385 : |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

