-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndigoSoft.TestSolution.sln
More file actions
53 lines (53 loc) · 3.13 KB
/
IndigoSoft.TestSolution.sln
File metadata and controls
53 lines (53 loc) · 3.13 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35728.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndigoSoft.Svcs.UserConnections", "IndigoSoft.Svcs.UserConnections\IndigoSoft.Svcs.UserConnections.csproj", "{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{A6AD0E78-81C7-49A7-8CA0-9C4B17FCC988}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{D2E75789-BEC5-49F3-86FA-8A04F9362230}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7867ED1-F00E-449B-ACD9-8CB14B40A25B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndigoSoft.Core", "IndigoSoft.Core\IndigoSoft.Core.csproj", "{5D2A6BB2-AF70-486F-A85F-7A577F1BF770}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndigoSoft.Tests.UserConnections", "IndigoSoft.Tests.UserConnections\IndigoSoft.Tests.UserConnections.csproj", "{C1F002DC-EF52-4318-9801-83FF9AB19ABC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQL", "SQL", "{32EAE58C-920C-44F0-8B06-3E5FDF991AA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IndigoSoft.Core.SQL", "IndigoSoft.Core.SQL", "{D3312B82-68ED-4EE8-9313-C5EF47265F31}"
ProjectSection(SolutionItems) = preProject
sql.txt = sql.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2A6BB2-AF70-486F-A85F-7A577F1BF770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2A6BB2-AF70-486F-A85F-7A577F1BF770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2A6BB2-AF70-486F-A85F-7A577F1BF770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2A6BB2-AF70-486F-A85F-7A577F1BF770}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F002DC-EF52-4318-9801-83FF9AB19ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F002DC-EF52-4318-9801-83FF9AB19ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F002DC-EF52-4318-9801-83FF9AB19ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F002DC-EF52-4318-9801-83FF9AB19ABC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0C37A67-4A35-4BE6-BA4F-08E4C6BEFFFD} = {D2E75789-BEC5-49F3-86FA-8A04F9362230}
{5D2A6BB2-AF70-486F-A85F-7A577F1BF770} = {A6AD0E78-81C7-49A7-8CA0-9C4B17FCC988}
{C1F002DC-EF52-4318-9801-83FF9AB19ABC} = {F7867ED1-F00E-449B-ACD9-8CB14B40A25B}
{D3312B82-68ED-4EE8-9313-C5EF47265F31} = {32EAE58C-920C-44F0-8B06-3E5FDF991AA0}
EndGlobalSection
EndGlobal