diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ca1a533..29b0861 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -635,6 +635,7 @@ | |||
635 | <Reference name="Nini.dll" /> | 635 | <Reference name="Nini.dll" /> |
636 | <Reference name="log4net.dll"/> | 636 | <Reference name="log4net.dll"/> |
637 | <Reference name="DotNetOpenMail.dll"/> | 637 | <Reference name="DotNetOpenMail.dll"/> |
638 | <Reference name="Mono.Addins.dll"/> | ||
638 | 639 | ||
639 | <Files> | 640 | <Files> |
640 | <Match pattern="*.cs" recurse="true"> | 641 | <Match pattern="*.cs" recurse="true"> |
@@ -1204,6 +1205,7 @@ | |||
1204 | <Exclude name="Tests" pattern="Tests" /> | 1205 | <Exclude name="Tests" pattern="Tests" /> |
1205 | <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" /> | 1206 | <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" /> |
1206 | </Match> | 1207 | </Match> |
1208 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1207 | </Files> | 1209 | </Files> |
1208 | </Project> | 1210 | </Project> |
1209 | 1211 | ||
@@ -1491,6 +1493,33 @@ | |||
1491 | </Files> | 1493 | </Files> |
1492 | </Project> | 1494 | </Project> |
1493 | 1495 | ||
1496 | <Project name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | ||
1497 | <Configuration name="Debug"> | ||
1498 | <Options> | ||
1499 | <OutputPath>../../../bin/</OutputPath> | ||
1500 | </Options> | ||
1501 | </Configuration> | ||
1502 | <Configuration name="Release"> | ||
1503 | <Options> | ||
1504 | <OutputPath>../../../bin/</OutputPath> | ||
1505 | </Options> | ||
1506 | </Configuration> | ||
1507 | |||
1508 | <ReferencePath>../../../bin/</ReferencePath> | ||
1509 | <Reference name="Mono.Addins.dll" /> | ||
1510 | <Reference name="Nini.dll" /> | ||
1511 | <Reference name="OpenSim"/> | ||
1512 | <Reference name="OpenSim.Region.Framework"/> | ||
1513 | <Reference name="System"/> | ||
1514 | <Reference name="System.Xml"/> | ||
1515 | <Reference name="log4net.dll"/> | ||
1516 | |||
1517 | <Files> | ||
1518 | <Match pattern="*.cs" recurse="true"/> | ||
1519 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1520 | </Files> | ||
1521 | </Project> | ||
1522 | |||
1494 | <Project name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library"> | 1523 | <Project name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library"> |
1495 | <Configuration name="Debug"> | 1524 | <Configuration name="Debug"> |
1496 | <Options> | 1525 | <Options> |