comparison IBBoard.Tests.csproj @ 2:83d1e27d792d

* Move IBBMath tests to match namespace move in main project no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Oct 2009 18:31:37 +0000
parents 7bd668aeba3c
children a6b26fe532df
comparison
equal deleted inserted replaced
1:80c42a1101a8 2:83d1e27d792d
24 <OutputPath>bin\Release</OutputPath> 24 <OutputPath>bin\Release</OutputPath>
25 <ErrorReport>prompt</ErrorReport> 25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel> 26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup> 27 </PropertyGroup>
28 <ItemGroup> 28 <ItemGroup>
29 <Compile Include="Lang\IBBMathTests.cs" /> 29 <Compile Include="CustomMath\IBBMathTests.cs" />
30 </ItemGroup> 30 </ItemGroup>
31 <ItemGroup> 31 <ItemGroup>
32 <Reference Include="System" /> 32 <Reference Include="System" />
33 <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> 33 <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
34 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> 34 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
35 </ItemGroup> 35 </ItemGroup>
36 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 36 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
37 <ItemGroup> 37 <ItemGroup>
38 <Folder Include="Lang\" /> 38 <Folder Include="CustomMath\" />
39 </ItemGroup> 39 </ItemGroup>
40 <ItemGroup> 40 <ItemGroup>
41 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> 41 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
42 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> 42 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
43 <Name>IBBoard</Name> 43 <Name>IBBoard</Name>