Files
libremetaverse/prebuild.xml

1 line
24 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?> <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> <Solution name="OpenMetaverse" activeConfig="Debug" version="0.6.0"> <Configuration name="Debug"> <Options> <CompilerDefines>TRACE;DEBUG</CompilerDefines> <OptimizeCode>false</OptimizeCode> <CheckUnderflowOverflow>false</CheckUnderflowOverflow> <AllowUnsafe>true</AllowUnsafe> <WarningLevel>4</WarningLevel> <WarningsAsErrors>false</WarningsAsErrors> <SuppressWarnings>1591,1574,0419,0618</SuppressWarnings> <OutputPath>bin</OutputPath> <DebugInformation>true</DebugInformation> <IncrementalBuild>true</IncrementalBuild> <NoStdLib>false</NoStdLib> </Options> </Configuration> <Configuration name="Release"> <Options> <CompilerDefines>TRACE</CompilerDefines> <OptimizeCode>true</OptimizeCode> <CheckUnderflowOverflow>false</CheckUnderflowOverflow> <AllowUnsafe>true</AllowUnsafe> <WarningLevel>4</WarningLevel> <WarningsAsErrors>false</WarningsAsErrors> <SuppressWarnings>1591,1574,0419,0618</SuppressWarnings> <OutputPath>bin</OutputPath> <DebugInformation>false</DebugInformation> <IncrementalBuild>true</IncrementalBuild> <NoStdLib>false</NoStdLib> </Options> </Configuration> <!-- External Libraries --> <Project name="HttpServer" path="HttpServer" type="Library" guid="455E7D70-1C85-4D7F-9F01-DC801B8B8C34" frameworkVersion="v3_5"> <Configuration name="Debug"> <Options> <OutputPath>../bin/</OutputPath> </Options> </Configuration> <Configuration name="Release"> <Options> <OutputPath>../bin/</OutputPath> </Options> </Configuration> <ReferencePath>../bin/</ReferencePath> <Reference name="System"/> <Reference name="System.Core"/> <Reference name="System.Web"/> <Files> <Match pattern="*.cs" recurse="true"/> </Files> </Project> <!-- Libraries --> <Project name="OpenMetaverseTypes" path="OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5"> <Configuration name="Debug"> <Options> <OutputPath>../bin/</OutputPath> </Options> </Configuration> <Configuration name="Release"> <Options> <OutputPath>../bin/</OutputPath> <XmlDocFile>OpenMetaverseTypes.XML</XmlDocFile> </Options> </Configuration> <ReferencePath>../bin/</ReferencePath> <Reference name="System"/> <Reference name="System.Core"/> <Files> <Match pattern="*.cs" recurse="true"/> </Files> </Project> <Project name="OpenMetaverse.StructuredData" path="OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData"> <Configuration name="Debug"> <Options> <OutputPath>../bin/</OutputPath> </Options> </Configuration> <Configuration name="Release"> <Options> <OutputPath>../bin/</OutputPath> <XmlDocFile>OpenMetaverse.StructuredData.XML</XmlDocFile> </Options> </Configuration> <ReferencePath>../bin/</ReferencePath> <Reference name="System"/> <Reference name="System.Xml"/> <Reference name="OpenMetaverseTypes"/> <Files> <Match pattern="*.cs" recurse="true"/> </Files> </Project> <Project name="OpenMetaverse.Http" path="OpenMetaverse.Http" type="Library" rootNamespace="OpenMetaverse.Http"> <Configuration name="Debug"> <Options> <OutputPath>../bin/</OutputPath> </Options> </Configuration> <Configuration name="Release"> <Options> <OutputPath>../bin/</OutputPath> <XmlDocFile>OpenMetaverse.Http.XML</XmlDocFile> </Options> </Configuration> <ReferencePath>../bin/</ReferencePath> <Reference name="System"/>