-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoLLaMo.sln
77 lines (77 loc) · 4.92 KB
/
AutoLLaMo.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5C75AE3-CAB2-4730-A574-A2FB686F760B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.env = .env
.env.template = .env.template
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Actors", "src\AutoLLaMo.Actors\AutoLLaMo.Actors.csproj", "{E93857D8-AA33-499B-8FEF-CC623DA7A036}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Common", "src\AutoLLaMo.Common\AutoLLaMo.Common.csproj", "{8CBA4D21-94C3-40BC-B6ED-068B16B4DD6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.ConsoleApp", "src\AutoLLaMo.ConsoleApp\AutoLLaMo.ConsoleApp.csproj", "{F8E36F65-1473-4E03-9655-F6A07E8F68D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Model", "src\AutoLLaMo.Model\AutoLLaMo.Model.csproj", "{774E7FB1-BDB5-410A-8A42-3BBD9F41D8A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Services", "src\AutoLLaMo.Services\AutoLLaMo.Services.csproj", "{15D1813A-7295-43B2-93CD-1E158F40AE60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Plugins", "src\AutoLLaMo.Plugins\AutoLLaMo.Plugins.csproj", "{B10C2948-77BF-4B0C-A8DD-27A218D7E7F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Core.Plugins", "src\AutoLLaMo.Core.Plugins\AutoLLaMo.Core.Plugins.csproj", "{7927694F-F0D6-44D8-B926-07EFBA826CC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoLLaMo.Tests", "src\AutoLLaMo.Tests\AutoLLaMo.Tests.csproj", "{13F4DA94-9CB1-4BDC-B35E-C412D4D8961B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E93857D8-AA33-499B-8FEF-CC623DA7A036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E93857D8-AA33-499B-8FEF-CC623DA7A036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E93857D8-AA33-499B-8FEF-CC623DA7A036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E93857D8-AA33-499B-8FEF-CC623DA7A036}.Release|Any CPU.Build.0 = Release|Any CPU
{8CBA4D21-94C3-40BC-B6ED-068B16B4DD6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CBA4D21-94C3-40BC-B6ED-068B16B4DD6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CBA4D21-94C3-40BC-B6ED-068B16B4DD6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CBA4D21-94C3-40BC-B6ED-068B16B4DD6F}.Release|Any CPU.Build.0 = Release|Any CPU
{F8E36F65-1473-4E03-9655-F6A07E8F68D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8E36F65-1473-4E03-9655-F6A07E8F68D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8E36F65-1473-4E03-9655-F6A07E8F68D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8E36F65-1473-4E03-9655-F6A07E8F68D8}.Release|Any CPU.Build.0 = Release|Any CPU
{774E7FB1-BDB5-410A-8A42-3BBD9F41D8A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{774E7FB1-BDB5-410A-8A42-3BBD9F41D8A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{774E7FB1-BDB5-410A-8A42-3BBD9F41D8A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{774E7FB1-BDB5-410A-8A42-3BBD9F41D8A0}.Release|Any CPU.Build.0 = Release|Any CPU
{15D1813A-7295-43B2-93CD-1E158F40AE60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15D1813A-7295-43B2-93CD-1E158F40AE60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15D1813A-7295-43B2-93CD-1E158F40AE60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15D1813A-7295-43B2-93CD-1E158F40AE60}.Release|Any CPU.Build.0 = Release|Any CPU
{B10C2948-77BF-4B0C-A8DD-27A218D7E7F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B10C2948-77BF-4B0C-A8DD-27A218D7E7F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B10C2948-77BF-4B0C-A8DD-27A218D7E7F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B10C2948-77BF-4B0C-A8DD-27A218D7E7F7}.Release|Any CPU.Build.0 = Release|Any CPU
{7927694F-F0D6-44D8-B926-07EFBA826CC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7927694F-F0D6-44D8-B926-07EFBA826CC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7927694F-F0D6-44D8-B926-07EFBA826CC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7927694F-F0D6-44D8-B926-07EFBA826CC2}.Release|Any CPU.Build.0 = Release|Any CPU
{13F4DA94-9CB1-4BDC-B35E-C412D4D8961B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13F4DA94-9CB1-4BDC-B35E-C412D4D8961B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13F4DA94-9CB1-4BDC-B35E-C412D4D8961B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13F4DA94-9CB1-4BDC-B35E-C412D4D8961B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5693CC7D-4B12-4061-A4F8-82EF830152B5}
EndGlobalSection
EndGlobal