Convert project to new include system

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@117 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
melanie
2009-08-05 19:41:21 +00:00
parent 1c44864d04
commit bbd8874790
2 changed files with 37 additions and 51 deletions
-51
View File
@@ -1,51 +0,0 @@
Index: prebuild.xml
===================================================================
--- prebuild.xml (revision 6820)
+++ prebuild.xml (working copy)
@@ -2693,6 +2693,46 @@
+ <Project name="OpenSimSearch.Modules" path="OpenSimSearch/Modules" type="Library">
+ <Configuration name="Debug">
+ <Options>
+ <OutputPath>../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <OutputPath>../../bin/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../../bin/</ReferencePath>
+ <Reference name="System" localCopy="false"/>
+ <Reference name="System.Xml"/>
+ <Reference name="System.Drawing"/>
+ <Reference name="System.Runtime.Remoting"/>
+ <Reference name="OpenMetaverseTypes.dll"/>
+ <Reference name="OpenMetaverse.dll"/>
+ <Reference name="Axiom.MathLib.dll"/>
+ <Reference name="OpenSim.Framework"/>
+ <Reference name="OpenSim.Data" />
+ <Reference name="OpenSim.Region.Framework" />
+ <Reference name="OpenSim.Region.Environment" />
+ <Reference name="OpenSim.Framework.Console"/>
+ <Reference name="OpenSim.Framework.Servers"/>
+ <Reference name="OpenSim.Framework.Statistics"/>
+ <Reference name="OpenSim.Framework.Communications"/>
+ <Reference name="OpenSim.Region.Physics.Manager"/>
+ <Reference name="Nini.dll" />
+ <Reference name="log4net.dll"/>
+ <Reference name="XMLRPC.dll"/>
+
+ <Files>
+ <Match pattern="*.cs" recurse="true"/>
+ </Files>
+ </Project>
+
+
+
<!-- FORGE MODULE INSERT -->
+37
View File
@@ -0,0 +1,37 @@
<Project name="OpenSimSearch.Modules" path="addon-modules/OpenSimSearch/Modules" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="System.Xml"/>
<Reference name="System.Drawing"/>
<Reference name="System.Runtime.Remoting"/>
<Reference name="OpenMetaverseTypes.dll"/>
<Reference name="OpenMetaverse.dll"/>
<Reference name="Axiom.MathLib.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Data" />
<Reference name="OpenSim.Region.Framework" />
<Reference name="OpenSim.Region.Environment" />
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Framework.Statistics"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Region.Physics.Manager"/>
<Reference name="Nini.dll" />
<Reference name="log4net.dll"/>
<Reference name="XMLRPC.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>