This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loughat.sln
62 lines (62 loc) · 3.83 KB
/
Loughat.sln
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
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EA654F8C-D30C-4627-8CB8-881D56630C79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9BD9AA7-91A9-4058-9D84-EE1CE3BD78BD}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loughat", "src\Loughat\Loughat.csproj", "{B20D5BBD-9102-4624-818B-A7576B64C6C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loughat.Entities", "src\Loughat.Entities\Loughat.Entities.csproj", "{71532C93-7AAB-40BA-816A-FC27BA684789}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{91CD0E2B-874C-4980-885A-5EFE605D6664}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loughat.Tests", "test\Loughat.Tests\Loughat.Tests.csproj", "{5F765D75-0840-476B-9F0B-2858BD66B89B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loughat.Tests.Benchmarks", "test\Loughat.Tests.Benchmarks\Loughat.Tests.Benchmarks.csproj", "{1E44D552-EEBB-46C7-835B-20F2A33C3F3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loughat.Services", "Loughat.Services\Loughat.Services.csproj", "{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B20D5BBD-9102-4624-818B-A7576B64C6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B20D5BBD-9102-4624-818B-A7576B64C6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B20D5BBD-9102-4624-818B-A7576B64C6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B20D5BBD-9102-4624-818B-A7576B64C6C8}.Release|Any CPU.Build.0 = Release|Any CPU
{71532C93-7AAB-40BA-816A-FC27BA684789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71532C93-7AAB-40BA-816A-FC27BA684789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71532C93-7AAB-40BA-816A-FC27BA684789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71532C93-7AAB-40BA-816A-FC27BA684789}.Release|Any CPU.Build.0 = Release|Any CPU
{5F765D75-0840-476B-9F0B-2858BD66B89B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F765D75-0840-476B-9F0B-2858BD66B89B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F765D75-0840-476B-9F0B-2858BD66B89B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F765D75-0840-476B-9F0B-2858BD66B89B}.Release|Any CPU.Build.0 = Release|Any CPU
{1E44D552-EEBB-46C7-835B-20F2A33C3F3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E44D552-EEBB-46C7-835B-20F2A33C3F3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E44D552-EEBB-46C7-835B-20F2A33C3F3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E44D552-EEBB-46C7-835B-20F2A33C3F3A}.Release|Any CPU.Build.0 = Release|Any CPU
{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B20D5BBD-9102-4624-818B-A7576B64C6C8} = {EA654F8C-D30C-4627-8CB8-881D56630C79}
{71532C93-7AAB-40BA-816A-FC27BA684789} = {EA654F8C-D30C-4627-8CB8-881D56630C79}
{5F765D75-0840-476B-9F0B-2858BD66B89B} = {91CD0E2B-874C-4980-885A-5EFE605D6664}
{1E44D552-EEBB-46C7-835B-20F2A33C3F3A} = {91CD0E2B-874C-4980-885A-5EFE605D6664}
{F703BEB0-F759-4D32-8B1D-C9E3DB8530DE} = {EA654F8C-D30C-4627-8CB8-881D56630C79}
EndGlobalSection
EndGlobal