Mercurial > silverbladetech
comparison 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 |
comparison
equal
deleted
inserted
replaced
42:0d4aff4f699d | 43:aef06698d9e2 |
---|---|
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>LibrarySystem.Tests</RootNamespace> | 11 <RootNamespace>LibrarySystem.Tests</RootNamespace> |
12 <AssemblyName>LibrarySystem.Tests</AssemblyName> | 12 <AssemblyName>LibrarySystem.Tests</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 <FileAlignment>512</FileAlignment> | 14 <FileAlignment>512</FileAlignment> |
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Library\</SolutionDir> | |
16 <RestorePackages>true</RestorePackages> | |
15 </PropertyGroup> | 17 </PropertyGroup> |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 <DebugSymbols>true</DebugSymbols> | 19 <DebugSymbols>true</DebugSymbols> |
18 <DebugType>full</DebugType> | 20 <DebugType>full</DebugType> |
19 <Optimize>false</Optimize> | 21 <Optimize>false</Optimize> |
36 </Reference> | 38 </Reference> |
37 <Reference Include="System" /> | 39 <Reference Include="System" /> |
38 <Reference Include="System.Core" /> | 40 <Reference Include="System.Core" /> |
39 </ItemGroup> | 41 </ItemGroup> |
40 <ItemGroup> | 42 <ItemGroup> |
41 <Compile Include="LibrarySystemTests.cs" /> | 43 <Compile Include="Core\BookTests.cs" /> |
44 <Compile Include="Core\LibraryTests.cs" /> | |
45 <Compile Include="Core\PersonTests.cs" /> | |
42 <Compile Include="Properties\AssemblyInfo.cs" /> | 46 <Compile Include="Properties\AssemblyInfo.cs" /> |
47 <Compile Include="Core\PublicationTests.cs" /> | |
48 <Compile Include="Core\PublisherTests.cs" /> | |
49 <Compile Include="Core\StockTests.cs" /> | |
43 </ItemGroup> | 50 </ItemGroup> |
44 <ItemGroup> | 51 <ItemGroup> |
45 <ProjectReference Include="..\LibrarySystem\LibrarySystem.csproj"> | 52 <ProjectReference Include="..\LibrarySystem\LibrarySystem.csproj"> |
46 <Project>{36FBA53C-CC81-4670-9151-5AD0CED4F235}</Project> | 53 <Project>{36FBA53C-CC81-4670-9151-5AD0CED4F235}</Project> |
47 <Name>LibrarySystem</Name> | 54 <Name>LibrarySystem</Name> |
49 </ItemGroup> | 56 </ItemGroup> |
50 <ItemGroup> | 57 <ItemGroup> |
51 <None Include="packages.config" /> | 58 <None Include="packages.config" /> |
52 </ItemGroup> | 59 </ItemGroup> |
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
54 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
55 Other similar extension points exist, see Microsoft.Common.targets. | 63 Other similar extension points exist, see Microsoft.Common.targets. |
56 <Target Name="BeforeBuild"> | 64 <Target Name="BeforeBuild"> |
57 </Target> | 65 </Target> |
58 <Target Name="AfterBuild"> | 66 <Target Name="AfterBuild"> |