Mercurial > repos > IBBoard.Tests
diff 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 |
line wrap: on
line diff
--- a/IBBoard.Tests.csproj Sun May 17 19:25:01 2009 +0000 +++ b/IBBoard.Tests.csproj Tue Oct 06 18:31:37 2009 +0000 @@ -26,7 +26,7 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Compile Include="Lang\IBBMathTests.cs" /> + <Compile Include="CustomMath\IBBMathTests.cs" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> @@ -35,7 +35,7 @@ </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup> - <Folder Include="Lang\" /> + <Folder Include="CustomMath\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\IBBoard\IBBoard.csproj">