-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibless.sln
More file actions
27 lines (27 loc) · 1.42 KB
/
bibless.sln
File metadata and controls
27 lines (27 loc) · 1.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BibleSS.Application", "application\BibleSS.Application.csproj", "{3EBC76AF-74DF-4110-803B-7787EAB5D60C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BibleSS.Core", "shared\BibleSS.Shared.csproj", "{B652759B-EC33-4305-B898-E23D3EA91085}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BibleSS.Server", "server\BibleSS.Server.csproj", "{DB617278-282C-4BDF-8DD6-809F0AA87FBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = TRUE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EBC76AF-74DF-4110-803B-7787EAB5D60C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EBC76AF-74DF-4110-803B-7787EAB5D60C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B652759B-EC33-4305-B898-E23D3EA91085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B652759B-EC33-4305-B898-E23D3EA91085}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB617278-282C-4BDF-8DD6-809F0AA87FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB617278-282C-4BDF-8DD6-809F0AA87FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal