Annotation of /trunk/prebuild.xml
Parent Directory
|
Revision Log
Revision 216 - (view) (download) (as text)
| 1 : | teravus | 2 | <?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="IdealistViewer" activeConfig="Debug" path="./" version="0.4.0-svn"> | ||
| 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 : | <!-- Core OpenSim Projects --> | ||
| 36 : | |||
| 37 : | |||
| 38 : | <!-- OpenSim app --> | ||
| 39 : | <Project name="IdealistViewer" path="IdealistViewer/Application" type="Exe"> | ||
| 40 : | <Configuration name="Debug"> | ||
| 41 : | <Options> | ||
| 42 : | <OutputPath>../../bin/</OutputPath> | ||
| 43 : | </Options> | ||
| 44 : | </Configuration> | ||
| 45 : | <Configuration name="Release"> | ||
| 46 : | <Options> | ||
| 47 : | <OutputPath>../../bin/</OutputPath> | ||
| 48 : | </Options> | ||
| 49 : | </Configuration> | ||
| 50 : | |||
| 51 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 52 : | <Reference name="System" localCopy="false"/> | ||
| 53 : | <Reference name="System.Drawing" localCopy="false"/> | ||
| 54 : | <Reference name="System.Xml"/> | ||
| 55 : | <Reference name="Mono.Addins.dll" /> | ||
| 56 : | <Reference name="XMLRPC.dll"/> | ||
| 57 : | <Reference name="Nini.dll" /> | ||
| 58 : | <Reference name="log4net.dll" /> | ||
| 59 : | <Reference name="Irrlicht.NET.dll" /> | ||
| 60 : | teravus | 113 | <Reference name="Irrlicht.Extensions.dll" /> |
| 61 : | teravus | 2 | <Reference name="OpenMetaverse.dll" /> |
| 62 : | <Reference name="OpenMetaverseTypes.dll" /> | ||
| 63 : | <Reference name="PrimMesher.dll" /> | ||
| 64 : | ckrinke | 215 | <Reference name="System.Windows.Forms" /> |
| 65 : | <Reference name="System.Data" /> | ||
| 66 : | teravus | 2 | <Files> |
| 67 : | ckrinke | 216 | <Match pattern="*.cs" recurse="true"/> |
| 68 : | <Match pattern="frm*.cs" subType="Form"/> | ||
| 69 : | <Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/> | ||
| 70 : | teravus | 2 | </Files> |
| 71 : | </Project> | ||
| 72 : | </Solution> | ||
| 73 : | |||
| 74 : | |||
| 75 : | <!-- Prebuild tool --> | ||
| 76 : | <Solution name="Prebuild" path="Prebuild/" > | ||
| 77 : | <Configuration name="Debug"> | ||
| 78 : | <Options> | ||
| 79 : | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | ||
| 80 : | <OptimizeCode>false</OptimizeCode> | ||
| 81 : | <OutputPath>bin/Debug</OutputPath> | ||
| 82 : | <DebugInformation>true</DebugInformation> | ||
| 83 : | <SuppressWarnings>1595</SuppressWarnings> | ||
| 84 : | </Options> | ||
| 85 : | </Configuration> | ||
| 86 : | <Configuration name="Release"> | ||
| 87 : | <Options> | ||
| 88 : | <CompilerDefines>TRACE</CompilerDefines> | ||
| 89 : | <OutputPath>bin/Release</OutputPath> | ||
| 90 : | <OptimizeCode>true</OptimizeCode> | ||
| 91 : | <DebugInformation>false</DebugInformation> | ||
| 92 : | <SuppressWarnings>1595</SuppressWarnings> | ||
| 93 : | </Options> | ||
| 94 : | </Configuration> | ||
| 95 : | <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> | ||
| 96 : | <Configuration name="Debug"> | ||
| 97 : | <Options> | ||
| 98 : | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | ||
| 99 : | <OptimizeCode>false</OptimizeCode> | ||
| 100 : | <OutputPath>..\..\bin\</OutputPath> | ||
| 101 : | <DebugInformation>true</DebugInformation> | ||
| 102 : | <KeyFile>Prebuild.snk</KeyFile> | ||
| 103 : | <SuppressWarnings>1595</SuppressWarnings> | ||
| 104 : | </Options> | ||
| 105 : | </Configuration> | ||
| 106 : | <Configuration name="Release"> | ||
| 107 : | <Options> | ||
| 108 : | <CompilerDefines>TRACE</CompilerDefines> | ||
| 109 : | <OutputPath>..\..\bin\</OutputPath> | ||
| 110 : | <OptimizeCode>true</OptimizeCode> | ||
| 111 : | <DebugInformation>false</DebugInformation> | ||
| 112 : | <KeyFile>Prebuild.snk</KeyFile> | ||
| 113 : | <SuppressWarnings>1595</SuppressWarnings> | ||
| 114 : | </Options> | ||
| 115 : | </Configuration> | ||
| 116 : | <ReferencePath>../../bin/</ReferencePath> | ||
| 117 : | <Reference name="System.EnterpriseServices" /> | ||
| 118 : | <Reference name="System.Xml" /> | ||
| 119 : | <Reference name="System" /> | ||
| 120 : | <Files> | ||
| 121 : | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | ||
| 122 : | <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> | ||
| 123 : | <Match pattern="*.cs" recurse="true"/> | ||
| 124 : | </Files> | ||
| 125 : | </Project> | ||
| 126 : | </Solution> | ||
| 127 : | </Prebuild> | ||
| 128 : | |||
| 129 : | ckrinke | 216 |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

