diff Library/LibrarySystem.Tests/LibrarySystem.Tests.csproj @ 43:aef06698d9e2 Test

Added the library tests
author Steven Hollidge <stevenhollidge@hotmail.com>
date Wed, 04 Apr 2012 19:20:20 +0100
parents dbd242eb9c33
children
line wrap: on
line diff
--- a/Library/LibrarySystem.Tests/LibrarySystem.Tests.csproj	Tue Apr 03 23:32:40 2012 +0100
+++ b/Library/LibrarySystem.Tests/LibrarySystem.Tests.csproj	Wed Apr 04 19:20:20 2012 +0100
@@ -12,6 +12,8 @@
     <AssemblyName>LibrarySystem.Tests</AssemblyName>
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
+    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Library\</SolutionDir>
+    <RestorePackages>true</RestorePackages>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -38,8 +40,13 @@
     <Reference Include="System.Core" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="LibrarySystemTests.cs" />
+    <Compile Include="Core\BookTests.cs" />
+    <Compile Include="Core\LibraryTests.cs" />
+    <Compile Include="Core\PersonTests.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="Core\PublicationTests.cs" />
+    <Compile Include="Core\PublisherTests.cs" />
+    <Compile Include="Core\StockTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\LibrarySystem\LibrarySystem.csproj">
@@ -51,6 +58,7 @@
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">