diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 329ff73..d8b4145 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1466,6 +1466,8 @@ | |||
1466 | </Files> | 1466 | </Files> |
1467 | </Project> | 1467 | </Project> |
1468 | 1468 | ||
1469 | |||
1470 | |||
1469 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1471 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1470 | <Configuration name="Debug"> | 1472 | <Configuration name="Debug"> |
1471 | <Options> | 1473 | <Options> |
@@ -1508,6 +1510,49 @@ | |||
1508 | </Files> | 1510 | </Files> |
1509 | </Project> | 1511 | </Project> |
1510 | 1512 | ||
1513 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.TCPJSONStream" path="OpenSim/Region/ClientStack/TCPJSONStream" type="Library"> | ||
1514 | <Configuration name="Debug"> | ||
1515 | <Options> | ||
1516 | <OutputPath>../../../../bin/</OutputPath> | ||
1517 | </Options> | ||
1518 | </Configuration> | ||
1519 | <Configuration name="Release"> | ||
1520 | <Options> | ||
1521 | <OutputPath>../../../../bin/</OutputPath> | ||
1522 | </Options> | ||
1523 | </Configuration> | ||
1524 | |||
1525 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1526 | <Reference name="System"/> | ||
1527 | <Reference name="System.Core"/> | ||
1528 | <Reference name="System.Drawing"/> | ||
1529 | <Reference name="System.Xml"/> | ||
1530 | <Reference name="System.Web"/> | ||
1531 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1532 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
1533 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
1534 | <Reference name="OpenSim.Data"/> | ||
1535 | <Reference name="OpenSim.Framework"/> | ||
1536 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1537 | <Reference name="OpenSim.Framework.Servers"/> | ||
1538 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1539 | <Reference name="OpenSim.Framework.Console"/> | ||
1540 | <Reference name="OpenSim.Framework.Communications"/> | ||
1541 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1542 | <Reference name="OpenSim.Region.Framework"/> | ||
1543 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1544 | <Reference name="Nini" path="../../../../bin/"/> | ||
1545 | <Reference name="log4net" path="../../../../bin/"/> | ||
1546 | <Reference name="C5" path="../../../../bin/"/> | ||
1547 | <Reference name="Nini" path="../../../../bin/"/> | ||
1548 | |||
1549 | <Files> | ||
1550 | <Match pattern="*.cs" recurse="true"> | ||
1551 | <Exclude name="Tests" pattern="Tests"/> | ||
1552 | </Match> | ||
1553 | </Files> | ||
1554 | </Project> | ||
1555 | |||
1511 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1556 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1512 | <Configuration name="Debug"> | 1557 | <Configuration name="Debug"> |
1513 | <Options> | 1558 | <Options> |