comparison IBBoard.WarFoundry.API.Tests.csproj @ 5:90f63edddc94

Re #30 - Migrate WarFoundry to .csproj * Migrate API tests to .csproj and remove .mdp Also remove old test results from source control
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 16:30:12 +0000
parents
children 209c2e9b8b20
comparison
equal deleted inserted replaced
4:4222cfa99c78 5:90f63edddc94
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B20E808D-878E-4F6D-B1E3-84A9A49905CB}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.API.Tests</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.API.Tests</AssemblyName>
13 <StartupObject>
14 </StartupObject>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
34 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
35 Other similar extension points exist, see Microsoft.Common.targets.
36 <Target Name="BeforeBuild">
37 </Target>
38 <Target Name="AfterBuild">
39 </Target>
40 -->
41 <ItemGroup>
42 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="MockObjects\FixedFileWarFoundryLoader.cs" />
46 <Compile Include="MockObjects\MockFactory.cs" />
47 <Compile Include="MockObjects\MockRaceZipFile.cs" />
48 <Compile Include="MockObjects\MockSystemZipFile.cs" />
49 <Compile Include="WarFoundryFactoryFactoryTest.cs" />
50 <Compile Include="WarFoundryFactoryTest.cs" />
51 <Compile Include="WarFoundryLoaderTest.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <None Include="COPYING.GPL" />
55 <None Include="COPYING.LGPL" />
56 <None Include="testdata\Test.race" />
57 <None Include="testdata\Test.system" />
58 </ItemGroup>
59 <ItemGroup>
60 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
61 <SpecificVersion>False</SpecificVersion>
62 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
63 </Reference>
64 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
65 </ItemGroup>
66 <ItemGroup>
67 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
68 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
69 <Name>IBBoard.WarFoundry.API</Name>
70 </ProjectReference>
71 </ItemGroup>
72 </Project>