123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="utf-8"?>
-
- <Prebuild version="1.6" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd">
- <Solution name="RealmForge">
-
- <Configuration name="Debug">
- <Options>
-
- <?if OS = "Win32" ?>
- <CompilerDefines>DEBUG;TRACE;WIN32</CompilerDefines>
- <?else ?>
- <CompilerDefines>DEBUG;TRACE;POSIX</CompilerDefines>
- <?endif ?>
- <OptimizeCode>false</OptimizeCode>
- <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
- <AllowUnsafe>false</AllowUnsafe>
- <WarningLevel>4</WarningLevel>
-
- <WarningsAsErrors>false</WarningsAsErrors>
- <SuppressWarnings>1591;219;1573;1572;168</SuppressWarnings>
-
- <OutputPath>..\bin</OutputPath>
- <DebugInformation>true</DebugInformation>
- <RegisterComInterop>false</RegisterComInterop>
- <IncrementalBuild>true</IncrementalBuild>
- <BaseAddress>285212672</BaseAddress>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <XmlDocFile>Docs.xml</XmlDocFile>
- </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>1591;219;1573;1572;168</SuppressWarnings>
- <OutputPath>..\bin</OutputPath>
- <DebugInformation>false</DebugInformation>
- <RegisterComInterop>false</RegisterComInterop>
- <IncrementalBuild>true</IncrementalBuild>
- <BaseAddress>285212672</BaseAddress>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <XmlDocFile>Docs.xml</XmlDocFile>
- </Options>
- </Configuration>
-
- <Project name="RealmForge.Utility" path="Utility" type="Library" assemblyName="RealmForge.Utility" rootNamespace="RealmForge">
- <Configuration name="Debug">
- <Options>
- <OutputPath>..\bin\lib\Utility</OutputPath>
- <XmlDocFile>RealmForge.Utility.xml</XmlDocFile>
- </Options>
- </Configuration>
- <Configuration name="Release">
- <Options>
- <OutputPath>..\bin\lib\Utility</OutputPath>
- <XmlDocFile>RealmForge.Utility.xml</XmlDocFile>
- </Options>
- </Configuration>
- <ReferencePath>../bin</ReferencePath>
- <Reference name="System"/>
- <Reference name="System.Data"/>
- <Reference name="System.Drawing"/>
- <Reference name="System.Xml"/>
- <Reference name="System.Runtime.Serialization.Formatters.Soap"/>
- <Reference name="ICSharpCode.SharpZipLib"/>
- <Files>
- <Match pattern="*.cs" recurse="true"/>
- </Files>
- </Project>
-
- <Project name="DemoGame" path="DemoGame" type="WinExe" icon="..\bin\RealmForge.ico" assemblyName="DemoGame" rootNamespace="RealmForge">
-
-
- <Configuration name="Debug">
- <Options>
- <OutputPath>..\bin</OutputPath>
- <XmlDocFile>DemoGame.xml</XmlDocFile>
- </Options>
- </Configuration>
- <Configuration name="Release">
- <Options>
- <OutputPath>..\bin</OutputPath>
- <XmlDocFile>DemoGame.xml</XmlDocFile>
- </Options>
- </Configuration>
- <ReferencePath>../bin</ReferencePath>
- <Reference name="System"/>
- <Reference name="ode"/>
- <Reference name="RealmForge.Utility"/>
- <Files>
-
- <Match path="." pattern="*.cs" recurse="true"/>
- <Match pattern="*.bmp" recurse="true" buildAction="EmbeddedResource"/>
- <Match pattern="[^a]*\.(png|jpg)" useRegex="true" buildAction="EmbeddedResource"/>
-
-
-
- </Files>
- </Project>
-
- </Solution>
- </Prebuild>
|