Change from old (patch based) includes to new (include based) ones

git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@37 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
melanie
2009-08-05 19:38:34 +00:00
parent 694835f3e6
commit a613a97b41
2 changed files with 37 additions and 51 deletions
-51
View File
@@ -1,51 +0,0 @@
Index: prebuild.xml
===================================================================
--- prebuild.xml (revision 9407)
+++ prebuild.xml (working copy)
@@ -3563,6 +3563,46 @@
+ <Project name="OpenSimProfile.Modules" path="OpenSimProfile/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="OpenSimProfile.Modules" path="addon-modules/OpenSimProfile/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>