* 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"> <Project name="OpenSim.Framework" path="OpenSim.Framework" 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.dll"/> <Reference name="System.dll"/>
<Reference name="System.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<Project name="OpenSim.Framework.Console" path="./OpenSim.Framework.Console" type="Library"> <Project name="OpenSim.Framework.Console" path="./OpenSim.Framework.Console" 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"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library"> <Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" 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.Xml.dll" localCopy="False" /> <Reference name="System.Xml.dll" localCopy="false" />
<Reference name="Axiom.MathLib.dll" localCopy="False"/> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="OpenSim.Framework.Console" localCopy="False"/> <Reference name="OpenSim.Framework.Console" localCopy="false"/>
<Files> <Files>
<Match pattern="*.cs" recurse="false"/> <Match pattern="*.cs" recurse="false"/>
</Files> </Files>
</Project> </Project>
<!-- Config Plug-ins --> <!-- Config Plug-ins -->
<Project name="OpenSim.Config.SimConfigDb4o" path="./OpenSim.Config/SimConfigDb4o" 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.Data.dll"/>
<Reference name="System.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="Db4objects.Db4o.dll"/> <Reference name="Db4objects.Db4o.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<!-- Grid Server Plug-ins --> <!-- Grid Server Plug-ins -->
<Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" 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.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="Db4objects.Db4o.dll"/> <Reference name="Db4objects.Db4o.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" 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.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<!-- Physics Plug-ins --> <!-- Physics Plug-ins -->
<Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../../bin/Physics/</OutputPath> <OutputPath>../../bin/Physics/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../../bin/Physics/</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="Axiom.MathLib.dll" localCopy="False"/> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/> <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../../bin/Physics/</OutputPath> <OutputPath>../../bin/Physics/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../../bin/Physics/</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="Axiom.MathLib.dll" localCopy="False"/> <Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="False"/> <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/> <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<!-- OpenSim app --> <!-- OpenSim app -->
<Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim.RegionServer"> <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim.RegionServer">
<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.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="Axiom.MathLib.dll"/> <Reference name="Axiom.MathLib.dll"/>
<Reference name="Db4objects.Db4o.dll"/> <Reference name="Db4objects.Db4o.dll"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Physics.Manager"/> <Reference name="OpenSim.Physics.Manager"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
<!-- Storage Plug-ins --> <!-- Storage Plug-ins -->
<Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" 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.Xml.dll"/> <Reference name="System.Xml.dll"/>
<Reference name="Db4objects.Db4o.dll"/> <Reference name="Db4objects.Db4o.dll"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
</Solution> </Solution>
<Solution name="Prebuild" path="./Prebuild/" > <Solution name="Prebuild" path="./Prebuild/" >
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<CompilerDefines>DEBUG;TRACE</CompilerDefines> <CompilerDefines>DEBUG;TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode> <OptimizeCode>false</OptimizeCode>
<OutputPath>bin/Debug</OutputPath> <OutputPath>bin/Debug</OutputPath>
<DebugInformation>true</DebugInformation> <DebugInformation>true</DebugInformation>
<SuppressWarnings>1595</SuppressWarnings> <SuppressWarnings>1595</SuppressWarnings>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<CompilerDefines>TRACE</CompilerDefines> <CompilerDefines>TRACE</CompilerDefines>
<OutputPath>bin/Release</OutputPath> <OutputPath>bin/Release</OutputPath>
<OptimizeCode>true</OptimizeCode> <OptimizeCode>true</OptimizeCode>
<DebugInformation>false</DebugInformation> <DebugInformation>false</DebugInformation>
<SuppressWarnings>1595</SuppressWarnings> <SuppressWarnings>1595</SuppressWarnings>
</Options> </Options>
</Configuration> </Configuration>
<Files> <Files>
<File>prebuild.xml</File> <File>prebuild.xml</File>
<File>prebuild</File> <File>prebuild</File>
</Files> </Files>
<Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<CompilerDefines>DEBUG;TRACE</CompilerDefines> <CompilerDefines>DEBUG;TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode> <OptimizeCode>false</OptimizeCode>
<OutputPath>..\bin\</OutputPath> <OutputPath>..\bin\</OutputPath>
<DebugInformation>true</DebugInformation> <DebugInformation>true</DebugInformation>
<KeyFile>Prebuild.snk</KeyFile> <KeyFile>Prebuild.snk</KeyFile>
<SuppressWarnings>1595</SuppressWarnings> <SuppressWarnings>1595</SuppressWarnings>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<CompilerDefines>TRACE</CompilerDefines> <CompilerDefines>TRACE</CompilerDefines>
<OutputPath>..\bin\</OutputPath> <OutputPath>..\bin\</OutputPath>
<OptimizeCode>true</OptimizeCode> <OptimizeCode>true</OptimizeCode>
<DebugInformation>false</DebugInformation> <DebugInformation>false</DebugInformation>
<KeyFile>Prebuild.snk</KeyFile> <KeyFile>Prebuild.snk</KeyFile>
<SuppressWarnings>1595</SuppressWarnings> <SuppressWarnings>1595</SuppressWarnings>
</Options> </Options>
</Configuration> </Configuration>
<Reference name="System.EnterpriseServices" /> <Reference name="System.EnterpriseServices" />
<Reference name="System.Xml" /> <Reference name="System.Xml" />
<Reference name="System" /> <Reference name="System" />
<Files> <Files>
<Match pattern="App.ico" buildAction="EmbeddedResource"/> <Match pattern="App.ico" buildAction="EmbeddedResource"/>
<Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>
</Project> </Project>
</Solution> </Solution>
</Prebuild>
</DNPreBuild>