Annotation of /trunk/ModularRex/prebuild.xml
Parent Directory
|
Revision Log
Revision 107 - (view) (download) (as text)
| 1 : | mikkopa | 22 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 : | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | ||
| 3 : | <Solution name="ModularRex" activeConfig="Debug" path="./" version="0.2.0-$Rev: 20 $"> | ||
| 4 : | <Configuration name="Debug"> | ||
| 5 : | <Options> | ||
| 6 : | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | ||
| 7 : | <OptimizeCode>false</OptimizeCode> | ||
| 8 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 9 : | <AllowUnsafe>false</AllowUnsafe> | ||
| 10 : | <WarningLevel>4</WarningLevel> | ||
| 11 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 12 : | <SuppressWarnings></SuppressWarnings> | ||
| 13 : | <OutputPath>bin</OutputPath> | ||
| 14 : | <DebugInformation>true</DebugInformation> | ||
| 15 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 16 : | <NoStdLib>false</NoStdLib> | ||
| 17 : | </Options> | ||
| 18 : | </Configuration> | ||
| 19 : | <Configuration name="Release"> | ||
| 20 : | <Options> | ||
| 21 : | <CompilerDefines>TRACE</CompilerDefines> | ||
| 22 : | <OptimizeCode>true</OptimizeCode> | ||
| 23 : | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
| 24 : | <AllowUnsafe>false</AllowUnsafe> | ||
| 25 : | <WarningLevel>4</WarningLevel> | ||
| 26 : | <WarningsAsErrors>false</WarningsAsErrors> | ||
| 27 : | <SuppressWarnings></SuppressWarnings> | ||
| 28 : | <OutputPath>bin</OutputPath> | ||
| 29 : | <DebugInformation>false</DebugInformation> | ||
| 30 : | <IncrementalBuild>true</IncrementalBuild> | ||
| 31 : | <NoStdLib>false</NoStdLib> | ||
| 32 : | </Options> | ||
| 33 : | </Configuration> | ||
| 34 : | |||
| 35 : | mikkopa | 39 | <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 : | mikkopa | 41 | <ReferencePath>../../../bin/</ReferencePath> |
| 48 : | mikkopa | 39 | <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.Xml"/> | ||
| 55 : | <Reference name="System.Xml.Linq"/> | ||
| 56 : | <Files> | ||
| 57 : | <Match pattern="*.cs" recurse="true"/> | ||
| 58 : | </Files> | ||
| 59 : | </Project> | ||
| 60 : | |||
| 61 : | <Project name="ModularRex.NHibernate" path="./NHibernate" type="Library"> | ||
| 62 : | <Configuration name="Debug"> | ||
| 63 : | <Options> | ||
| 64 : | <OutputPath>../../../bin/</OutputPath> | ||
| 65 : | </Options> | ||
| 66 : | </Configuration> | ||
| 67 : | <Configuration name="Release"> | ||
| 68 : | <Options> | ||
| 69 : | <OutputPath>../../../bin/</OutputPath> | ||
| 70 : | </Options> | ||
| 71 : | </Configuration> | ||
| 72 : | |||
| 73 : | mikkopa | 41 | <ReferencePath>../../../bin/</ReferencePath> |
| 74 : | <Reference name="ModularRex.RexFramework"/> | ||
| 75 : | mikkopa | 39 | <Reference name="log4net.dll"/> |
| 76 : | <Reference name="OpenMetaverse.dll"/> | ||
| 77 : | <Reference name="OpenMetaverseTypes.dll"/> | ||
| 78 : | <Reference name="System" localCopy="false"/> | ||
| 79 : | <Reference name="System.Core" localCopy="false"/> | ||
| 80 : | <Reference name="System.Data"/> | ||
| 81 : | <Reference name="System.Xml"/> | ||
| 82 : | <Reference name="System.Xml.Linq"/> | ||
| 83 : | <Reference name="OpenSim.Framework"/> | ||
| 84 : | <Reference name="OpenSim.Data.NHibernate"/> | ||
| 85 : | <Reference name="NHibernate"/> | ||
| 86 : | <Files> | ||
| 87 : | <Match pattern="*.cs" recurse="true"/> | ||
| 88 : | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> | ||
| 89 : | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
| 90 : | <!-- add more as you go --> | ||
| 91 : | <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
| 92 : | mikkopa | 51 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
| 93 : | mikkopa | 107 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
| 94 : | mikkopa | 39 | </Files> |
| 95 : | </Project> | ||
| 96 : | |||
| 97 : | mikkopa | 22 | <Project name="ModularRex" path="./" type="Library"> |
| 98 : | <Configuration name="Debug"> | ||
| 99 : | <Options> | ||
| 100 : | <OutputPath>../../bin/</OutputPath> | ||
| 101 : | </Options> | ||
| 102 : | </Configuration> | ||
| 103 : | <Configuration name="Release"> | ||
| 104 : | <Options> | ||
| 105 : | <OutputPath>../../bin/</OutputPath> | ||
| 106 : | </Options> | ||
| 107 : | </Configuration> | ||
| 108 : | |||
| 109 : | tuco | 50 | <ReferencePath>../../bin/</ReferencePath> |
| 110 : | mikkopa | 39 | <Reference name="ModularRex.RexFramework"/> |
| 111 : | <Reference name="ModularRex.NHibernate"/> | ||
| 112 : | mikkopa | 22 | <Reference name="IronMath.dll" /> |
| 113 : | <Reference name="IronPython.dll" /> | ||
| 114 : | <Reference name="log4net.dll"/> | ||
| 115 : | <Reference name="Nini.dll" /> | ||
| 116 : | <Reference name="OpenMetaverse.dll"/> | ||
| 117 : | mikkopa | 99 | <Reference name="OpenMetaverse.StructuredData.dll"/> |
| 118 : | mikkopa | 22 | <Reference name="OpenMetaverseTypes.dll"/> |
| 119 : | <Reference name="OpenSim"/> | ||
| 120 : | <Reference name="OpenSim.Framework.dll"/> | ||
| 121 : | <Reference name="OpenSim.Framework.Communications.dll"/> | ||
| 122 : | <Reference name="OpenSim.Framework.Console.dll"/> | ||
| 123 : | <Reference name="OpenSim.Framework.Servers.dll"/> | ||
| 124 : | mikkopa | 23 | <Reference name="OpenSim.Framework.Statistics.dll"/> |
| 125 : | mikkopa | 22 | <Reference name="OpenSim.Region.ClientStack.dll"/> |
| 126 : | <Reference name="OpenSim.Region.ClientStack.LindenUDP.dll"/> | ||
| 127 : | <Reference name="OpenSim.Region.Communications.Local.dll"/> | ||
| 128 : | mikkopa | 63 | <Reference name="OpenSim.Region.Framework.dll"/> |
| 129 : | mikkopa | 22 | <Reference name="OpenSim.Region.Physics.Manager.dll"/> |
| 130 : | <Reference name="OpenSim.Region.ScriptEngine.Shared.dll"/> | ||
| 131 : | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.dll"/> | ||
| 132 : | tuco | 65 | <Reference name="OpenSim.Region.CoreModules.dll"/> |
| 133 : | mikkopa | 22 | <Reference name="System" localCopy="false"/> |
| 134 : | <Reference name="System.Data"/> | ||
| 135 : | <Reference name="System.Xml"/> | ||
| 136 : | <Reference name="XMLRPC.dll"/> | ||
| 137 : | <Files> | ||
| 138 : | mikkopa | 39 | <Match pattern="*.cs" recurse="false"/> |
| 139 : | <Match path="Properties" pattern="*.cs" recurse="false"/> | ||
| 140 : | <Match path="RexNetwork" pattern="*.cs" recurse="true"/> | ||
| 141 : | <Match path="RexParts" pattern="*.cs" recurse="true"/> | ||
| 142 : | <Match path="RexDBObjects" pattern="*.cs" recurse="true"/> | ||
| 143 : | mikkopa | 22 | </Files> |
| 144 : | tuco | 50 | </Project> |
| 145 : | |||
| 146 : | <Project name="ModularRex.RexOdePlugin" path="./RexOdePlugin" type="Library"> | ||
| 147 : | <Configuration name="Debug"> | ||
| 148 : | <Options> | ||
| 149 : | <OutputPath>../../../bin/Physics/</OutputPath> | ||
| 150 : | </Options> | ||
| 151 : | </Configuration> | ||
| 152 : | <Configuration name="Release"> | ||
| 153 : | <Options> | ||
| 154 : | <OutputPath>../../../bin/Physics/</OutputPath> | ||
| 155 : | </Options> | ||
| 156 : | </Configuration> | ||
| 157 : | |||
| 158 : | <ReferencePath>../bin/</ReferencePath> | ||
| 159 : | <ReferencePath>../../../bin/</ReferencePath> | ||
| 160 : | <ReferencePath>../../../bin/Physics</ReferencePath> | ||
| 161 : | <Reference name="System" localCopy="false"/> | ||
| 162 : | <Reference name="OpenMetaverseTypes.dll" localCopy="false"/> | ||
| 163 : | <Reference name="Nini.dll" /> | ||
| 164 : | <Reference name="OpenSim.Framework"/> | ||
| 165 : | <Reference name="OpenSim.Framework.Console"/> | ||
| 166 : | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
| 167 : | <Reference name="OpenSim.Region.Physics.Meshing"/> | ||
| 168 : | tuco | 65 | <Reference name="ModularRex"/> |
| 169 : | tuco | 50 | <Reference name="Ode.NET.dll"/> |
| 170 : | <Reference name="nunit.framework.dll"/> | ||
| 171 : | <Reference name="log4net.dll"/> | ||
| 172 : | <Reference name="RexDotMeshLoader.dll" localCopy="true"/> | ||
| 173 : | <Files> | ||
| 174 : | <Match pattern="*.cs" recurse="true"/> | ||
| 175 : | </Files> | ||
| 176 : | </Project> | ||
| 177 : | |||
| 178 : | |||
| 179 : | tuco | 88 | <Project name="ModularRex.RexBot" path="./RexBot" type="Library"> |
| 180 : | <Configuration name="Debug"> | ||
| 181 : | <Options> | ||
| 182 : | <OutputPath>../../../bin/</OutputPath> | ||
| 183 : | </Options> | ||
| 184 : | </Configuration> | ||
| 185 : | <Configuration name="Release"> | ||
| 186 : | <Options> | ||
| 187 : | <OutputPath>../../../bin/</OutputPath> | ||
| 188 : | </Options> | ||
| 189 : | </Configuration> | ||
| 190 : | tuco | 50 | |
| 191 : | tuco | 88 | <ReferencePath>../../../bin/</ReferencePath> |
| 192 : | <Reference name="System" localCopy="false"/> | ||
| 193 : | <Reference name="OpenMetaverse.dll" localCopy="false"/> | ||
| 194 : | <Reference name="OpenMetaverseTypes.dll" localCopy="false"/> | ||
| 195 : | <Reference name="OpenMetaverse.StructuredData.dll" localCopy="false"/> | ||
| 196 : | <Reference name="ModularRex"/> | ||
| 197 : | <Reference name="ModularRex.RexFramework"/> | ||
| 198 : | <Reference name="System.Xml"/> | ||
| 199 : | <Reference name="OpenSim.Framework"/> | ||
| 200 : | <Reference name="OpenSim.Region.Framework.dll"/> | ||
| 201 : | <Reference name="Nini.dll" /> | ||
| 202 : | <Reference name="log4net.dll"/> | ||
| 203 : | <Files> | ||
| 204 : | <Match pattern="*.cs" recurse="true"/> | ||
| 205 : | </Files> | ||
| 206 : | </Project> | ||
| 207 : | tuco | 50 | |
| 208 : | mikkopa | 22 | </Solution> |
| 209 : | </Prebuild> | ||
| 210 : |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

