Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
annotate IBBoard.WarFoundry.API.Tests.mdp @ 1:b93d6eedc0bb
* Update MonoDevelop Project file for MonoDevelop 2.0a1
* Remove PIDB file (Parser Information Database) from source control
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 19 Dec 2008 16:41:09 +0000 |
parents | faf976fe57df |
children | 40b31dfd6a46 |
rev | line source |
---|---|
1
b93d6eedc0bb
* Update MonoDevelop Project file for MonoDevelop 2.0a1
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
1 <Project name="IBBoard.WarFoundry.API.Tests" fileversion="2.0" language="C#" DefaultNamespace="IBBoard.WarFoundry.API" clr-version="Net_2_0" ctype="DotNetProject"> |
0 | 2 <Configurations active="Debug"> |
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration"> | |
4 <Output directory="bin/Debug" assemblyKeyFile="." assembly="IBBoard.WarFoundry.API.Tests" /> | |
5 <Build debugmode="True" target="Library" /> | |
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> | |
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> | |
8 </Configuration> | |
9 <Configuration name="Release" ctype="DotNetProjectConfiguration"> | |
10 <Output directory="bin/Release" assembly="IBBoard.WarFoundry.API.Tests" /> | |
11 <Build debugmode="False" target="Library" /> | |
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> | |
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="MockObjects/MockFactory.cs" subtype="Code" buildaction="Compile" /> | |
18 <File name="WarFoundryFactoryFactoryTest.cs" subtype="Code" buildaction="Compile" /> | |
19 <File name="WarFoundryFactoryTest.cs" subtype="Code" buildaction="Compile" /> | |
20 <File name="WarFoundryLoaderTest.cs" subtype="Code" buildaction="Compile" /> | |
21 <File name="libs" subtype="Directory" buildaction="Compile" /> | |
22 <File name="libs/ICSharpCode.SharpZipLib.dll" subtype="Code" buildaction="Nothing" /> | |
23 <File name="MockObjects/MockSystemZipFile.cs" subtype="Code" buildaction="Compile" /> | |
24 <File name="MockObjects/FixedFileWarFoundryLoader.cs" subtype="Code" buildaction="Compile" /> | |
25 <File name="MockObjects/MockRaceZipFile.cs" subtype="Code" buildaction="Compile" /> | |
26 <File name="testdata" subtype="Directory" buildaction="Compile" /> | |
27 <File name="testdata/Race.zip" subtype="Code" buildaction="Nothing" /> | |
28 <File name="testdata/System.zip" subtype="Code" buildaction="Nothing" /> | |
29 </Contents> | |
30 <References> | |
31 <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | |
32 <ProjectReference type="Project" localcopy="True" refto="IBBoard.WarFoundry.API" /> | |
33 <ProjectReference type="Assembly" localcopy="True" refto="libs/ICSharpCode.SharpZipLib.dll" /> | |
34 </References> | |
35 <Deployment.LinuxDeployData generateScript="False" /> | |
36 </Project> |