41
|
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
|
42
|
8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2D9A8ABE-7A56-4BDB-AE0F-FD6D4AE52F1E}"
|
|
9 ProjectSection(SolutionItems) = preProject
|
|
10 .nuget\NuGet.exe = .nuget\NuGet.exe
|
|
11 .nuget\NuGet.targets = .nuget\NuGet.targets
|
|
12 EndProjectSection
|
|
13 EndProject
|
41
|
14 Global
|
|
15 GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
16 Debug|Any CPU = Debug|Any CPU
|
|
17 Release|Any CPU = Release|Any CPU
|
|
18 EndGlobalSection
|
|
19 GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
20 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
21 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
22 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
23 {36FBA53C-CC81-4670-9151-5AD0CED4F235}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
24 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
25 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
26 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
27 {FD4E2D24-E13C-431F-9679-70A5A6753A15}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
28 EndGlobalSection
|
|
29 GlobalSection(SolutionProperties) = preSolution
|
|
30 HideSolutionNode = FALSE
|
|
31 EndGlobalSection
|
|
32 EndGlobal
|