diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8b388e4..2531e0b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1429,6 +1429,48 @@ | |||
1429 | </Files> | 1429 | </Files> |
1430 | </Project> | 1430 | </Project> |
1431 | 1431 | ||
1432 | <Project name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library"> | ||
1433 | <Configuration name="Debug"> | ||
1434 | <Options> | ||
1435 | <OutputPath>../../../bin/</OutputPath> | ||
1436 | </Options> | ||
1437 | </Configuration> | ||
1438 | <Configuration name="Release"> | ||
1439 | <Options> | ||
1440 | <OutputPath>../../../bin/</OutputPath> | ||
1441 | </Options> | ||
1442 | </Configuration> | ||
1443 | |||
1444 | <ReferencePath>../../../bin/</ReferencePath> | ||
1445 | <Reference name="Mono.Addins.dll" /> | ||
1446 | <Reference name="System"/> | ||
1447 | <Reference name="System.Xml"/> | ||
1448 | <Reference name="OpenMetaverseTypes.dll" /> | ||
1449 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1450 | <Reference name="Nini.dll" /> | ||
1451 | <Reference name="OpenSim"/> | ||
1452 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1453 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1454 | <Reference name="OpenSim.Region.Framework"/> | ||
1455 | <Reference name="OpenSim.Framework"/> | ||
1456 | <Reference name="OpenSim.Framework.Console"/> | ||
1457 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | ||
1458 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | ||
1459 | <Reference name="OpenSim.Framework.Servers"/> | ||
1460 | <Reference name="log4net.dll"/> | ||
1461 | <Reference name="OpenSim.Region.Communications.OGS1"/> | ||
1462 | <Reference name="XMLRPC.dll"/> | ||
1463 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
1464 | <Reference name="OpenSim.Region.Communications.Hypergrid"/> | ||
1465 | <Reference name="OpenSim.Framework.Communications"/> | ||
1466 | <Reference name="OpenSim.ApplicationPlugins.LoadRegions"/> | ||
1467 | |||
1468 | <Files> | ||
1469 | <Match pattern="*.cs" recurse="true"/> | ||
1470 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1471 | </Files> | ||
1472 | </Project> | ||
1473 | |||
1432 | <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1474 | <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1433 | <Configuration name="Debug"> | 1475 | <Configuration name="Debug"> |
1434 | <Options> | 1476 | <Options> |