| 32 |
</Options> |
</Options> |
| 33 |
</Configuration> |
</Configuration> |
| 34 |
|
|
| 35 |
|
<Project name="ModularRex.RexFramework" path="./RexFramework" type="Library"> |
| 36 |
|
<Configuration name="Debug"> |
| 37 |
|
<Options> |
| 38 |
|
<OutputPath>../../../bin/</OutputPath> |
| 39 |
|
</Options> |
| 40 |
|
</Configuration> |
| 41 |
|
<Configuration name="Release"> |
| 42 |
|
<Options> |
| 43 |
|
<OutputPath>../../../bin/</OutputPath> |
| 44 |
|
</Options> |
| 45 |
|
</Configuration> |
| 46 |
|
|
| 47 |
|
<ReferencePath>../../../bin</ReferencePath> |
| 48 |
|
<Reference name="log4net"/> |
| 49 |
|
<Reference name="OpenMetaverse"/> |
| 50 |
|
<Reference name="OpenMetaverseTypes"/> |
| 51 |
|
<Reference name="System" localCopy="false"/> |
| 52 |
|
<Reference name="System.Core" localCopy="false"/> |
| 53 |
|
<Reference name="System.Data"/> |
| 54 |
|
<Reference name="System.Data.DataSetExtension"/> |
| 55 |
|
<Reference name="System.Xml"/> |
| 56 |
|
<Reference name="System.Xml.Linq"/> |
| 57 |
|
|
| 58 |
|
<Files> |
| 59 |
|
<Match pattern="*.cs" recurse="true"/> |
| 60 |
|
</Files> |
| 61 |
|
</Project> |
| 62 |
|
|
| 63 |
|
<Project name="ModularRex.NHibernate" path="./NHibernate" type="Library"> |
| 64 |
|
<Configuration name="Debug"> |
| 65 |
|
<Options> |
| 66 |
|
<OutputPath>../../../bin/</OutputPath> |
| 67 |
|
</Options> |
| 68 |
|
</Configuration> |
| 69 |
|
<Configuration name="Release"> |
| 70 |
|
<Options> |
| 71 |
|
<OutputPath>../../../bin/</OutputPath> |
| 72 |
|
</Options> |
| 73 |
|
</Configuration> |
| 74 |
|
|
| 75 |
|
<ReferencePath>../../../bin</ReferencePath> |
| 76 |
|
<Reference name="log4net.dll"/> |
| 77 |
|
<Reference name="OpenMetaverse.dll"/> |
| 78 |
|
<Reference name="OpenMetaverseTypes.dll"/> |
| 79 |
|
<Reference name="ModularRex.RexFramework"/> |
| 80 |
|
<Reference name="System" localCopy="false"/> |
| 81 |
|
<Reference name="System.Core" localCopy="false"/> |
| 82 |
|
<Reference name="System.Data"/> |
| 83 |
|
<Reference name="System.Data.DataSetExtension"/> |
| 84 |
|
<Reference name="System.Xml"/> |
| 85 |
|
<Reference name="System.Xml.Linq"/> |
| 86 |
|
<Reference name="OpenSim.Framework"/> |
| 87 |
|
<Reference name="OpenSim.Region.Environment"/> |
| 88 |
|
<Reference name="OpenSim.Data.NHibernate"/> |
| 89 |
|
<Reference name="NHibernate"/> |
| 90 |
|
<Files> |
| 91 |
|
<Match pattern="*.cs" recurse="true"/> |
| 92 |
|
<Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> |
| 93 |
|
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
| 94 |
|
<!-- add more as you go --> |
| 95 |
|
<Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
| 96 |
|
</Files> |
| 97 |
|
</Project> |
| 98 |
|
|
| 99 |
<Project name="ModularRex" path="./" type="Library"> |
<Project name="ModularRex" path="./" type="Library"> |
| 100 |
<Configuration name="Debug"> |
<Configuration name="Debug"> |
| 101 |
<Options> |
<Options> |
| 109 |
</Configuration> |
</Configuration> |
| 110 |
|
|
| 111 |
<ReferencePath>../../bin</ReferencePath> |
<ReferencePath>../../bin</ReferencePath> |
| 112 |
|
<Reference name="ModularRex.RexFramework"/> |
| 113 |
|
<Reference name="ModularRex.NHibernate"/> |
| 114 |
<Reference name="IronMath.dll" /> |
<Reference name="IronMath.dll" /> |
| 115 |
<Reference name="IronPython.dll" /> |
<Reference name="IronPython.dll" /> |
| 116 |
<Reference name="log4net.dll"/> |
<Reference name="log4net.dll"/> |
| 136 |
<Reference name="System.Xml"/> |
<Reference name="System.Xml"/> |
| 137 |
<Reference name="XMLRPC.dll"/> |
<Reference name="XMLRPC.dll"/> |
| 138 |
<Files> |
<Files> |
| 139 |
<Match pattern="*.cs" recurse="true"/> |
<Match pattern="*.cs" recurse="false"/> |
| 140 |
|
<Match path="Properties" pattern="*.cs" recurse="false"/> |
| 141 |
|
<Match path="RexNetwork" pattern="*.cs" recurse="true"/> |
| 142 |
|
<Match path="RexParts" pattern="*.cs" recurse="true"/> |
| 143 |
|
<Match path="RexDBObjects" pattern="*.cs" recurse="true"/> |
| 144 |
</Files> |
</Files> |
| 145 |
</Project> |
</Project> |
| 146 |
</Solution> |
</Solution> |