* made schema actually validate

zircon
lbsa71 2007-03-22 07:15:33 +00:00
parent 342801d1a9
commit aac1863821
1 changed files with 309 additions and 314 deletions

View File

@ -1,331 +1,326 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8" ?>
<DNPreBuild xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.5.xsd"> <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
<Solution name="OpenSim" activeConfig="Debug" path="./"> <Solution name="OpenSim" activeConfig="Debug" path="./">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines> <CompilerDefines>TRACE;DEBUG</CompilerDefines>
<OptimizeCode>false</OptimizeCode> <OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow> <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe> <AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors> <WarningsAsErrors>false</WarningsAsErrors>
<SupressWarnings></SupressWarnings> <SuppressWarnings></SuppressWarnings>
<OutputPath>bin</OutputPath> <OutputPath>bin</OutputPath>
<DebugInformation>true</DebugInformation> <DebugInformation>true</DebugInformation>
<GenerateXmlDocFile>false</GenerateXmlDocFile> <IncrementalBuild>true</IncrementalBuild>
<RegisterCOMInterop>false</RegisterCOMInterop> <NoStdLib>false</NoStdLib>
<IncrementalBuild>true</IncrementalBuild> </Options>
<NoStdLib>false</NoStdLib> </Configuration>
</Options> <Configuration name="Release">
</Configuration> <Options>
<Configuration name="Release"> <CompilerDefines>TRACE</CompilerDefines>
<Options> <OptimizeCode>true</OptimizeCode>
<CompilerDefines>TRACE</CompilerDefines> <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<OptimizeCode>true</OptimizeCode> <AllowUnsafe>false</AllowUnsafe>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow> <WarningLevel>4</WarningLevel>
<AllowUnsafe>false</AllowUnsafe> <WarningsAsErrors>false</WarningsAsErrors>
<WarningLevel>4</WarningLevel> <SuppressWarnings></SuppressWarnings>
<WarningsAsErrors>false</WarningsAsErrors> <OutputPath>bin</OutputPath>
<SupressWarnings></SupressWarnings> <DebugInformation>false</DebugInformation>
<OutputPath>bin</OutputPath> <IncrementalBuild>true</IncrementalBuild>
<DebugInformation>false</DebugInformation> <NoStdLib>false</NoStdLib>
<GenerateXmlDocFile>false</GenerateXmlDocFile> </Options>
<RegisterCOMInterop>false</RegisterCOMInterop> </Configuration>
<IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib>
</Options>
</Configuration>
<!-- Core OpenSim Projects --> <!-- Core OpenSim Projects -->
<Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath> <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
<Reference name="System.dll"/> <Configuration name="Debug">
<Reference name="System.Xml.dll"/> <Options>
<Reference name="libsecondlife.dll"/> <OutputPath>../bin/</OutputPath>
<Files> </Options>
<Match pattern="*.cs" recurse="true"/> </Configuration>
</Files> <Configuration name="Release">
</Project> <Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<Project name="OpenSim.Framework.Console" path="./OpenSim.Framework.Console" type="Library"> <ReferencePath>../bin/</ReferencePath>
<Configuration name="Debug"> <Reference name="System.dll"/>
<Options> <Reference name="System.Xml.dll"/>
<OutputPath>../bin/</OutputPath> <Reference name="libsecondlife.dll"/>
</Options> <Files>
</Configuration> <Match pattern="*.cs" recurse="true"/>
<Configuration name="Release"> </Files>
<Options> </Project>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath> <Project name="OpenSim.Framework.Console" path="./OpenSim.Framework.Console" type="Library">
<Reference name="System" localCopy="False"/> <Configuration name="Debug">
<Files> <Options>
<Match pattern="*.cs" recurse="true"/> <OutputPath>../bin/</OutputPath>
</Files> </Options>
</Project> </Configuration>
<Configuration name="Release">
<Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library"> <Options>
<Configuration name="Debug"> <OutputPath>../bin/</OutputPath>
<Options> </Options>
<OutputPath>../../bin/</OutputPath> </Configuration>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath> <ReferencePath>../bin/</ReferencePath>
<Reference name="System" localCopy="False"/> <Reference name="System" localCopy="false"/>
<Reference name="System.Xml.dll" localCopy="False" /> <Files>
<Reference name="Axiom.MathLib.dll" localCopy="False"/> <Match pattern="*.cs" recurse="true"/>
<Reference name="OpenSim.Framework.Console" localCopy="False"/> </Files>
<Files> </Project>
<Match pattern="*.cs" recurse="false"/>
</Files>
</Project>
<!-- Config Plug-ins --> <Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library">
<Project name="OpenSim.Config.SimConfigDb4o" path="./OpenSim.Config/SimConfigDb4o" type="Library"> <Configuration name="Debug">
<Configuration name="Debug"> <Options>
<Options> <OutputPath>../../bin/</OutputPath>
<OutputPath>../../bin/</OutputPath> </Options>
</Options> </Configuration>
</Configuration> <Configuration name="Release">
<Configuration name="Release"> <Options>
<Options> <OutputPath>../../bin/</OutputPath>
<OutputPath>../../bin/</OutputPath> </Options>
</Options> </Configuration>
</Configuration>
<ReferencePath>../../bin/</ReferencePath> <ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="False"/> <Reference name="System" localCopy="false"/>
<Reference name="System.Data.dll"/> <Reference name="System.Xml.dll" localCopy="false" />
<Reference name="System.Xml.dll"/> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="libsecondlife.dll"/> <Reference name="OpenSim.Framework.Console" localCopy="false"/>
<Reference name="Db4objects.Db4o.dll"/> <Files>
<Reference name="OpenSim.Framework"/> <Match pattern="*.cs" recurse="false"/>
<Reference name="OpenSim.Framework.Console"/> </Files>
<Files> </Project>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Grid Server Plug-ins -->
<Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath> <!-- Config Plug-ins -->
<Reference name="System" localCopy="False"/> <Project name="OpenSim.Config.SimConfigDb4o" path="./OpenSim.Config/SimConfigDb4o" type="Library">
<Reference name="System.Xml.dll"/> <Configuration name="Debug">
<Reference name="Db4objects.Db4o.dll"/> <Options>
<Reference name="libsecondlife.dll"/> <OutputPath>../../bin/</OutputPath>
<Reference name="OpenSim.Framework"/> </Options>
<Reference name="OpenSim.Framework.Console"/> </Configuration>
<Files> <Configuration name="Release">
<Match pattern="*.cs" recurse="true"/> <Options>
</Files> <OutputPath>../../bin/</OutputPath>
</Project> </Options>
</Configuration>
<Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath> <ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="False"/> <Reference name="System" localCopy="false"/>
<Reference name="System.Xml.dll"/> <Reference name="System.Data.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="Db4objects.Db4o.dll"/>
<Files> <Reference name="OpenSim.Framework"/>
<Match pattern="*.cs" recurse="true"/> <Reference name="OpenSim.Framework.Console"/>
</Files> <Files>
</Project> <Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Physics Plug-ins --> <!-- Grid Server Plug-ins -->
<Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../../bin/Physics/</OutputPath> <OutputPath>../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../../bin/Physics/</OutputPath> <OutputPath>../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<ReferencePath>../../bin/</ReferencePath> <ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="False"/> <Reference name="System" localCopy="false"/>
<Reference name="Axiom.MathLib.dll" localCopy="False"/> <Reference name="System.Xml.dll"/>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/> <Reference name="Db4objects.Db4o.dll"/>
<Files> <Reference name="libsecondlife.dll"/>
<Match pattern="*.cs" recurse="true"/> <Reference name="OpenSim.Framework"/>
</Files> <Reference name="OpenSim.Framework.Console"/>
</Project> <Files>
<Match pattern="*.cs" recurse="true"/>
<Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> </Files>
<Configuration name="Debug"> </Project>
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath> <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
<Reference name="System" localCopy="False"/> <Configuration name="Debug">
<Reference name="Axiom.MathLib.dll" localCopy="False"/> <Options>
<Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="False"/> <OutputPath>../../bin/</OutputPath>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/> </Options>
<Files> </Configuration>
<Match pattern="*.cs" recurse="true"/> <Configuration name="Release">
</Files> <Options>
</Project> <OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<!-- OpenSim app --> <ReferencePath>../../bin/</ReferencePath>
<Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim.RegionServer"> <Reference name="System" localCopy="false"/>
<Configuration name="Debug"> <Reference name="System.Xml.dll"/>
<Options> <Reference name="libsecondlife.dll"/>
<OutputPath>../bin/</OutputPath> <Reference name="OpenSim.Framework"/>
</Options> <Reference name="OpenSim.Framework.Console"/>
</Configuration> <Files>
<Configuration name="Release"> <Match pattern="*.cs" recurse="true"/>
<Options> </Files>
<OutputPath>../bin/</OutputPath> </Project>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System" localCopy="False"/>
<Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="Axiom.MathLib.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Physics.Manager"/>
<Reference name="OpenSim.Framework"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Storage Plug-ins --> <!-- Physics Plug-ins -->
<Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../../bin/</OutputPath> <OutputPath>../../bin/Physics/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../../bin/</OutputPath> <OutputPath>../../bin/Physics/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<ReferencePath>../../bin/</ReferencePath> <ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="False"/> <Reference name="System" localCopy="false"/>
<Reference name="System.Xml.dll"/> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="Db4objects.Db4o.dll"/> <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
<Reference name="libsecondlife.dll"/> <Files>
<Reference name="OpenSim.Framework"/> <Match pattern="*.cs" recurse="true"/>
<Reference name="OpenSim.Framework.Console"/> </Files>
<Files> </Project>
<Match pattern="*.cs" recurse="true"/>
</Files> <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
</Project> <Configuration name="Debug">
</Solution> <Options>
<Solution name="Prebuild" path="./Prebuild/" > <OutputPath>../../bin/Physics/</OutputPath>
<Configuration name="Debug"> </Options>
<Options> </Configuration>
<CompilerDefines>DEBUG;TRACE</CompilerDefines> <Configuration name="Release">
<OptimizeCode>false</OptimizeCode> <Options>
<OutputPath>bin/Debug</OutputPath> <OutputPath>../../bin/Physics/</OutputPath>
<DebugInformation>true</DebugInformation> </Options>
<SuppressWarnings>1595</SuppressWarnings> </Configuration>
</Options>
</Configuration> <ReferencePath>../../bin/</ReferencePath>
<Configuration name="Release"> <Reference name="System" localCopy="false"/>
<Options> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<CompilerDefines>TRACE</CompilerDefines> <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
<OutputPath>bin/Release</OutputPath> <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
<OptimizeCode>true</OptimizeCode> <Files>
<DebugInformation>false</DebugInformation> <Match pattern="*.cs" recurse="true"/>
<SuppressWarnings>1595</SuppressWarnings> </Files>
</Options> </Project>
</Configuration>
<Files> <!-- OpenSim app -->
<File>prebuild.xml</File> <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim.RegionServer">
<File>prebuild</File> <Configuration name="Debug">
</Files> <Options>
<Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> <OutputPath>../bin/</OutputPath>
<Configuration name="Debug"> </Options>
<Options> </Configuration>
<CompilerDefines>DEBUG;TRACE</CompilerDefines> <Configuration name="Release">
<OptimizeCode>false</OptimizeCode> <Options>
<OutputPath>..\bin\</OutputPath> <OutputPath>../bin/</OutputPath>
<DebugInformation>true</DebugInformation> </Options>
<KeyFile>Prebuild.snk</KeyFile> </Configuration>
<SuppressWarnings>1595</SuppressWarnings>
</Options> <ReferencePath>../bin/</ReferencePath>
</Configuration> <Reference name="System" localCopy="false"/>
<Configuration name="Release"> <Reference name="System.Xml.dll"/>
<Options> <Reference name="libsecondlife.dll"/>
<CompilerDefines>TRACE</CompilerDefines> <Reference name="Axiom.MathLib.dll"/>
<OutputPath>..\bin\</OutputPath> <Reference name="Db4objects.Db4o.dll"/>
<OptimizeCode>true</OptimizeCode> <Reference name="OpenSim.Framework.Console"/>
<DebugInformation>false</DebugInformation> <Reference name="OpenSim.Physics.Manager"/>
<KeyFile>Prebuild.snk</KeyFile> <Reference name="OpenSim.Framework"/>
<SuppressWarnings>1595</SuppressWarnings>
</Options> <Files>
</Configuration> <Match pattern="*.cs" recurse="true"/>
<Reference name="System.EnterpriseServices" /> </Files>
<Reference name="System.Xml" /> </Project>
<Reference name="System" />
<Files> <!-- Storage Plug-ins -->
<Match pattern="App.ico" buildAction="EmbeddedResource"/> <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
<Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> <Configuration name="Debug">
<Match pattern="*.cs" recurse="true"/> <Options>
</Files> <OutputPath>../../bin/</OutputPath>
</Project> </Options>
</Solution> </Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="System.Xml.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
</Solution>
<Solution name="Prebuild" path="./Prebuild/" >
<Configuration name="Debug">
<Options>
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<OutputPath>bin/Debug</OutputPath>
<DebugInformation>true</DebugInformation>
<SuppressWarnings>1595</SuppressWarnings>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines>TRACE</CompilerDefines>
<OutputPath>bin/Release</OutputPath>
<OptimizeCode>true</OptimizeCode>
<DebugInformation>false</DebugInformation>
<SuppressWarnings>1595</SuppressWarnings>
</Options>
</Configuration>
<Files>
<File>prebuild.xml</File>
<File>prebuild</File>
</Files>
<Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
<Configuration name="Debug">
<Options>
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<OutputPath>..\bin\</OutputPath>
<DebugInformation>true</DebugInformation>
<KeyFile>Prebuild.snk</KeyFile>
<SuppressWarnings>1595</SuppressWarnings>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines>TRACE</CompilerDefines>
<OutputPath>..\bin\</OutputPath>
<OptimizeCode>true</OptimizeCode>
<DebugInformation>false</DebugInformation>
<KeyFile>Prebuild.snk</KeyFile>
<SuppressWarnings>1595</SuppressWarnings>
</Options>
</Configuration>
<Reference name="System.EnterpriseServices" />
<Reference name="System.Xml" />
<Reference name="System" />
<Files>
<Match pattern="App.ico" buildAction="EmbeddedResource"/>
<Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
</Solution>
</Prebuild>
</DNPreBuild>