Browse Source

synced up managed and native projects

Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
pull/2/head
Marcus Cuda 17 years ago
committed by Christoph Ruegg
parent
commit
24407eb487
  1. 6
      src/Native.UnitTests/Native.UnitTests.csproj

6
src/Native.UnitTests/Native.UnitTests.csproj

@ -57,6 +57,12 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="..\Managed.UnitTests\CombinatoricsTests\CombinatoricsCountingTest.cs">
<Link>CombinatoricsTests\CombinatoricsCountingTest.cs</Link>
</Compile>
<Compile Include="..\Managed.UnitTests\ComplexTest.cs">
<Link>ComplexTest.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save