diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 13d4c33..f4fd32e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1494,6 +1494,37 @@ | |||
1494 | <Match pattern="*.cs" recurse="true"/> | 1494 | <Match pattern="*.cs" recurse="true"/> |
1495 | </Files> | 1495 | </Files> |
1496 | </Project> | 1496 | </Project> |
1497 | |||
1498 | |||
1499 | <!-- Client Stack Modules --> | ||
1500 | |||
1501 | |||
1502 | <Project name="OpenSim.Client.MXP" path="OpenSim/Client/MXP" type="Library"> | ||
1503 | <Configuration name="Debug"> | ||
1504 | <Options> | ||
1505 | <OutputPath>../../../bin/</OutputPath> | ||
1506 | </Options> | ||
1507 | </Configuration> | ||
1508 | <Configuration name="Release"> | ||
1509 | <Options> | ||
1510 | <OutputPath>../../../bin/</OutputPath> | ||
1511 | </Options> | ||
1512 | </Configuration> | ||
1513 | |||
1514 | <ReferencePath>../../../bin/</ReferencePath> | ||
1515 | |||
1516 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1517 | <Reference name="OpenMetaverse.dll"/> | ||
1518 | <Reference name="System"/> | ||
1519 | <Reference name="OpenSim.Framework"/> | ||
1520 | <Reference name="OpenSim.Region.Framework"/> | ||
1521 | <Reference name="Nini.dll" /> | ||
1522 | <Reference name="log4net.dll"/> | ||
1523 | <Reference name="MXP.dll"/> | ||
1524 | <Files> | ||
1525 | <Match pattern="*.cs" recurse="true"/> | ||
1526 | </Files> | ||
1527 | </Project> | ||
1497 | 1528 | ||
1498 | <!-- Data Base Modules --> | 1529 | <!-- Data Base Modules --> |
1499 | <Project name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1530 | <Project name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |