Initial Commit
[wakedown.gameserver.git] / GameServer.mdp
blob5e68740e5a008987f00f1c17d1b6c3d9c82cf922
1 <Project name="GameServer" fileversion="2.0" DefaultNamespace="Wakedown.GameServer" newfilesearch="OnLoadAutoInsert" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
2   <Configurations active="Debug">
3     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4       <Output directory="bin/Debug" assembly="GameServer" />
5       <Build debugmode="True" target="Exe" />
6       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
7       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8     </Configuration>
9     <Configuration name="Release" ctype="DotNetProjectConfiguration">
10       <Output directory="bin/Release" assembly="GameServer" />
11       <Build debugmode="False" target="Exe" />
12       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
13       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14     </Configuration>
15   </Configurations>
16   <Contents>
17     <File name="Main.cs" subtype="Code" buildaction="Compile" />
18     <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
19     <File name="GameServer.userprefs" subtype="Code" buildaction="Nothing" />
20     <File name="GameServer.usertasks" subtype="Code" buildaction="Nothing" />
21     <File name="Packages.mdse" subtype="Code" buildaction="Nothing" />
22     <File name="GameServer.make" subtype="Code" buildaction="Nothing" />
23     <File name="autogen.sh" subtype="Code" buildaction="Nothing" />
24     <File name="configure.ac" subtype="Code" buildaction="Nothing" />
25     <File name="gameserver.in" subtype="Code" buildaction="Nothing" />
26     <File name="dll" subtype="Directory" buildaction="Compile" />
27     <File name="ConsoleUI.cs" subtype="Code" buildaction="Compile" />
28     <File name="config.log" subtype="Code" buildaction="Nothing" />
29     <File name="config.make" subtype="Code" buildaction="Nothing" />
30     <File name="configure" subtype="Code" buildaction="Nothing" />
31     <File name="gameserver" subtype="Code" buildaction="Nothing" />
32     <File name="rules.make" subtype="Code" buildaction="Nothing" />
33     <File name="GameComponents/Character.cs" subtype="Code" buildaction="Compile" />
34     <File name="GameComponents/Item.cs" subtype="Code" buildaction="Compile" />
35     <File name="GameComponents/MOB.cs" subtype="Code" buildaction="Compile" />
36     <File name="GameComponents/Magic.cs" subtype="Code" buildaction="Compile" />
37     <File name="GameComponents/Skill.cs" subtype="Code" buildaction="Compile" />
38     <File name="bin/Debug/GameServer.exe.mdb" subtype="Code" buildaction="Nothing" />
39     <File name="bin/Debug/gameserver" subtype="Code" buildaction="Nothing" />
40     <File name="data/gameserver.in" subtype="Code" buildaction="Nothing" />
41   </Contents>
42   <References>
43     <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
44     <ProjectReference type="Assembly" localcopy="True" refto="dll/Db4objects.Db4o.dll" />
45   </References>
46   <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am" IsAutotoolsProject="True" RelativeConfigureInPath=".">
47     <BuildFilesVar />
48     <DeployFilesVar />
49     <ResourcesVar />
50     <OthersVar />
51     <GacRefVar />
52     <AsmRefVar />
53     <ProjectRefVar />
54   </MonoDevelop.Autotools.MakefileInfo>
55 </Project>