-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBookish.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
Bookish.sln
File metadata and controls
37 lines (37 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bookish.ConsoleApp", "Bookish.ConsoleApp\Bookish.ConsoleApp.csproj", "{1F097CC3-7B25-4B23-B524-37389EFD3D4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bookish.DataAccess", "Bookish.DataAccess\Bookish.DataAccess.csproj", "{6A262F4B-0B0B-4577-987E-8153F910D309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bookish.Web", "Bookish.Web\Bookish.Web.csproj", "{4F4DE7D3-1823-427C-8E22-3B3F2A70CE60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F097CC3-7B25-4B23-B524-37389EFD3D4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F097CC3-7B25-4B23-B524-37389EFD3D4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F097CC3-7B25-4B23-B524-37389EFD3D4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F097CC3-7B25-4B23-B524-37389EFD3D4D}.Release|Any CPU.Build.0 = Release|Any CPU
{6A262F4B-0B0B-4577-987E-8153F910D309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A262F4B-0B0B-4577-987E-8153F910D309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A262F4B-0B0B-4577-987E-8153F910D309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A262F4B-0B0B-4577-987E-8153F910D309}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4DE7D3-1823-427C-8E22-3B3F2A70CE60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4DE7D3-1823-427C-8E22-3B3F2A70CE60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4DE7D3-1823-427C-8E22-3B3F2A70CE60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4DE7D3-1823-427C-8E22-3B3F2A70CE60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46F85CFC-1E3E-4935-AC32-9DAAC20F8046}
EndGlobalSection
EndGlobal