diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 29d13f7..64236f9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2418,6 +2418,73 @@ | |||
2418 | </Files> | 2418 | </Files> |
2419 | </Project> | 2419 | </Project> |
2420 | 2420 | ||
2421 | <!-- XMRengine --> | ||
2422 | <Project frameworkVersion="v4_6" name="Mono.Tasklets" path="OpenSim/Region/ScriptEngine/XMREngine" type="Library"> | ||
2423 | <Configuration name="Debug"> | ||
2424 | <Options> | ||
2425 | <OutputPath>../../../../bin/</OutputPath> | ||
2426 | </Options> | ||
2427 | </Configuration> | ||
2428 | <Configuration name="Release"> | ||
2429 | <Options> | ||
2430 | <OutputPath>../../../../bin/</OutputPath> | ||
2431 | </Options> | ||
2432 | </Configuration> | ||
2433 | |||
2434 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2435 | |||
2436 | <Files> | ||
2437 | <Match pattern="MonoTaskletsDummy.cs" recurse="true"> | ||
2438 | <Exclude name="obj" pattern="obj"/> | ||
2439 | </Match> | ||
2440 | </Files> | ||
2441 | </Project> | ||
2442 | |||
2443 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XMREngine" path="OpenSim/Region/ScriptEngine/XMREngine" type="Library"> | ||
2444 | <Configuration name="Debug"> | ||
2445 | <Options> | ||
2446 | <OutputPath>../../../../bin/</OutputPath> | ||
2447 | </Options> | ||
2448 | </Configuration> | ||
2449 | <Configuration name="Release"> | ||
2450 | <Options> | ||
2451 | <OutputPath>../../../../bin/</OutputPath> | ||
2452 | </Options> | ||
2453 | </Configuration> | ||
2454 | |||
2455 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2456 | <Reference name="log4net"/> | ||
2457 | <Reference name="Mono.Addins"/> | ||
2458 | <Reference name="Mono.Tasklets"/> | ||
2459 | <Reference name="Nini"/> | ||
2460 | <Reference name="OpenMetaverse"/> | ||
2461 | <Reference name="OpenMetaverse.StructuredData"/> | ||
2462 | <Reference name="OpenMetaverseTypes"/> | ||
2463 | <Reference name="OpenSim.Framework"/> | ||
2464 | <Reference name="OpenSim.Framework.Console"/> | ||
2465 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2466 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
2467 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2468 | <Reference name="OpenSim.Region.Framework"/> | ||
2469 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2470 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | ||
2471 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
2472 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2473 | <Reference name="System"/> | ||
2474 | <Reference name="System.Drawing"/> | ||
2475 | <Reference name="System.Xml"/> | ||
2476 | |||
2477 | <Files> | ||
2478 | <Match pattern="MMR*.cs" recurse="true"> | ||
2479 | <Exclude name="obj" pattern="obj"/> | ||
2480 | </Match> | ||
2481 | <Match pattern="XMR*.cs" recurse="true"> | ||
2482 | <Exclude name="obj" pattern="obj"/> | ||
2483 | </Match> | ||
2484 | </Files> | ||
2485 | </Project> | ||
2486 | |||
2487 | |||
2421 | <!-- Addons --> | 2488 | <!-- Addons --> |
2422 | 2489 | ||
2423 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2490 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |