diff IBBoard.WarFoundry.API.Tests.mdp @ 0:faf976fe57df

Initial commit of WarFoundry code
author IBBoard <dev@ibboard.co.uk>
date Fri, 19 Dec 2008 15:57:51 +0000
parents
children b93d6eedc0bb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IBBoard.WarFoundry.API.Tests.mdp	Fri Dec 19 15:57:51 2008 +0000
@@ -0,0 +1,36 @@
+<Project name="IBBoard.WarFoundry.API.Tests" fileversion="2.0" DefaultNamespace="IBBoard.WarFoundry.API" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
+  <Configurations active="Debug">
+    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
+      <Output directory="bin/Debug" assemblyKeyFile="." assembly="IBBoard.WarFoundry.API.Tests" />
+      <Build debugmode="True" target="Library" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+    </Configuration>
+    <Configuration name="Release" ctype="DotNetProjectConfiguration">
+      <Output directory="bin/Release" assembly="IBBoard.WarFoundry.API.Tests" />
+      <Build debugmode="False" target="Library" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+    </Configuration>
+  </Configurations>
+  <Contents>
+    <File name="MockObjects/MockFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="WarFoundryFactoryFactoryTest.cs" subtype="Code" buildaction="Compile" />
+    <File name="WarFoundryFactoryTest.cs" subtype="Code" buildaction="Compile" />
+    <File name="WarFoundryLoaderTest.cs" subtype="Code" buildaction="Compile" />
+    <File name="libs" subtype="Directory" buildaction="Compile" />
+    <File name="libs/ICSharpCode.SharpZipLib.dll" subtype="Code" buildaction="Nothing" />
+    <File name="MockObjects/MockSystemZipFile.cs" subtype="Code" buildaction="Compile" />
+    <File name="MockObjects/FixedFileWarFoundryLoader.cs" subtype="Code" buildaction="Compile" />
+    <File name="MockObjects/MockRaceZipFile.cs" subtype="Code" buildaction="Compile" />
+    <File name="testdata" subtype="Directory" buildaction="Compile" />
+    <File name="testdata/Race.zip" subtype="Code" buildaction="Nothing" />
+    <File name="testdata/System.zip" subtype="Code" buildaction="Nothing" />
+  </Contents>
+  <References>
+    <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
+    <ProjectReference type="Project" localcopy="True" refto="IBBoard.WarFoundry.API" />
+    <ProjectReference type="Assembly" localcopy="True" refto="libs/ICSharpCode.SharpZipLib.dll" />
+  </References>
+  <Deployment.LinuxDeployData generateScript="False" />
+</Project>
\ No newline at end of file