View of /trunk/prebuild.xml
Parent Directory
|
Revision Log
Revision 2 -
(download)
(as text)
(annotate)
Sun Oct 26 17:08:20 2008 UTC (4 years, 6 months ago) by teravus
File size: 4702 byte(s)
Sun Oct 26 17:08:20 2008 UTC (4 years, 6 months ago) by teravus
File size: 4702 byte(s)
* Initial commit, moved from /gf/project/idealistviewer/scmsvn/?action=browse&path=svn%3A%2F%2Fteravus.wmcv.com%3A9001%2FIdealistViewer
<?xml version="1.0" encoding="utf-8" ?> <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> <Solution name="IdealistViewer" activeConfig="Debug" path="./" version="0.4.0-svn"> <Configuration name="Debug"> <Options> <CompilerDefines>TRACE;DEBUG</CompilerDefines> <OptimizeCode>false</OptimizeCode> <CheckUnderflowOverflow>false</CheckUnderflowOverflow> <AllowUnsafe>false</AllowUnsafe> <WarningLevel>4</WarningLevel> <WarningsAsErrors>false</WarningsAsErrors> <SuppressWarnings></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>false</AllowUnsafe> <WarningLevel>4</WarningLevel> <WarningsAsErrors>false</WarningsAsErrors> <SuppressWarnings></SuppressWarnings> <OutputPath>bin</OutputPath> <DebugInformation>false</DebugInformation> <IncrementalBuild>true</IncrementalBuild> <NoStdLib>false</NoStdLib> </Options> </Configuration> <!-- Core OpenSim Projects --> <!-- OpenSim app --> <Project name="IdealistViewer" path="IdealistViewer/Application" type="Exe"> <Configuration name="Debug"> <Options> <OutputPath>../../bin/</OutputPath> </Options> </Configuration> <Configuration name="Release"> <Options> <OutputPath>../../bin/</OutputPath> </Options> </Configuration> <ReferencePath>../../bin/</ReferencePath> <Reference name="System" localCopy="false"/> <Reference name="System.Drawing" localCopy="false"/> <Reference name="System.Xml"/> <Reference name="Mono.Addins.dll" /> <Reference name="XMLRPC.dll"/> <Reference name="Nini.dll" /> <Reference name="log4net.dll" /> <Reference name="Irrlicht.NET.dll" /> <Reference name="OpenMetaverse.dll" /> <Reference name="OpenMetaverseTypes.dll" /> <Reference name="PrimMesher.dll" /> <Files> <Match pattern="*.cs" recurse="true"/> </Files> </Project> </Solution> <!-- Prebuild tool --> <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> <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> <ReferencePath>../../bin/</ReferencePath> <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>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

