Mercurial > silverbladetech
comparison Library/Library.sln @ 41:dbd242eb9c33
Initial wave of TDD development
author | adminsh@apollo |
---|---|
date | Tue, 03 Apr 2012 23:29:32 +0100 |
parents | |
children | 0d4aff4f699d |
comparison
equal
deleted
inserted
replaced
40:64c89891d7b6 | 41:dbd242eb9c33 |
---|---|
1 | |
2 Microsoft Visual Studio Solution File, Format Version 11.00 | |
3 # Visual Studio 2010 | |
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem", "LibrarySystem\LibrarySystem.csproj", "{36FBA53C-CC81-4670-9151-5AD0CED4F235}" | |
5 EndProject | |
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem.Tests", "LibrarySystem.Tests\LibrarySystem.Tests.csproj", "{FD4E2D24-E13C-431F-9679-70A5A6753A15}" | |
7 EndProject | |
8 Global | |
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
10 Debug|Any CPU = Debug|Any CPU | |
11 Release|Any CPU = Release|Any CPU | |
12 EndGlobalSection | |
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
14 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
15 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
16 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
17 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Release|Any CPU.Build.0 = Release|Any CPU | |
18 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
19 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
20 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
21 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Release|Any CPU.Build.0 = Release|Any CPU | |
22 EndGlobalSection | |
23 GlobalSection(SolutionProperties) = preSolution | |
24 HideSolutionNode = FALSE | |
25 EndGlobalSection | |
26 EndGlobal |