diff options
author | Adam Frisby | 2009-08-18 00:23:27 +1000 |
---|---|---|
committer | Adam Frisby | 2009-08-18 00:23:27 +1000 |
commit | 58d9d6026eb36d530c7cec753279b7aeaa6b43eb (patch) | |
tree | 86a09687ef01b308ac2ae8e1023ec9ddb943c54f /prebuild.xml | |
parent | * Implementing a bunch of Unimplemented MRM stubs. (diff) | |
parent | Add System.Xml reference to the console project (diff) | |
download | opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.zip opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.gz opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.bz2 opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index eff16ad..6401ff0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -105,9 +105,12 @@ | |||
105 | 105 | ||
106 | <ReferencePath>../../../bin/</ReferencePath> | 106 | <ReferencePath>../../../bin/</ReferencePath> |
107 | <Reference name="System"/> | 107 | <Reference name="System"/> |
108 | <Reference name="System.Xml"/> | ||
109 | <Reference name="System.Web"/> | ||
108 | <Reference name="log4net.dll"/> | 110 | <Reference name="log4net.dll"/> |
109 | <Reference name="Nini.dll"/> | 111 | <Reference name="Nini.dll"/> |
110 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 112 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
113 | <Reference name="OpenMetaverseTypes.dll"/> | ||
111 | <Files> | 114 | <Files> |
112 | <Match pattern="*.cs" recurse="true"/> | 115 | <Match pattern="*.cs" recurse="true"/> |
113 | </Files> | 116 | </Files> |
@@ -1593,6 +1596,38 @@ | |||
1593 | </Files> | 1596 | </Files> |
1594 | </Project> | 1597 | </Project> |
1595 | 1598 | ||
1599 | <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | ||
1600 | <Configuration name="Debug"> | ||
1601 | <Options> | ||
1602 | <OutputPath>../../bin/</OutputPath> | ||
1603 | </Options> | ||
1604 | </Configuration> | ||
1605 | <Configuration name="Release"> | ||
1606 | <Options> | ||
1607 | <OutputPath>../../bin/</OutputPath> | ||
1608 | </Options> | ||
1609 | </Configuration> | ||
1610 | |||
1611 | <ReferencePath>../../bin/</ReferencePath> | ||
1612 | <Reference name="System"/> | ||
1613 | <Reference name="System.Xml"/> | ||
1614 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1615 | <Reference name="OpenMetaverse.dll"/> | ||
1616 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1617 | <Reference name="OpenSim.Framework"/> | ||
1618 | <Reference name="OpenSim.Framework.Console"/> | ||
1619 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1620 | <Reference name="OpenSim.Server.Base"/> | ||
1621 | <Reference name="Nini.dll" /> | ||
1622 | <Reference name="log4net.dll"/> | ||
1623 | |||
1624 | <Files> | ||
1625 | <Match pattern="*.cs" recurse="false"> | ||
1626 | <Exclude pattern="Tests" /> | ||
1627 | </Match> | ||
1628 | </Files> | ||
1629 | </Project> | ||
1630 | |||
1596 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1631 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1597 | <Configuration name="Debug"> | 1632 | <Configuration name="Debug"> |
1598 | <Options> | 1633 | <Options> |
@@ -3335,6 +3370,7 @@ | |||
3335 | <Reference name="OpenSim.Data"/> | 3370 | <Reference name="OpenSim.Data"/> |
3336 | <Reference name="OpenSim.Region.Framework"/> | 3371 | <Reference name="OpenSim.Region.Framework"/> |
3337 | <Reference name="OpenSim.Region.CoreModules"/> | 3372 | <Reference name="OpenSim.Region.CoreModules"/> |
3373 | <Reference name="OpenSim.Tests.Common"/> | ||
3338 | <Reference name="log4net.dll"/> | 3374 | <Reference name="log4net.dll"/> |
3339 | <Reference name="Mono.Addins.dll" /> | 3375 | <Reference name="Mono.Addins.dll" /> |
3340 | <Reference name="nunit.framework.dll" /> | 3376 | <Reference name="nunit.framework.dll" /> |