forked from filiptrivan/spiderly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpiderly.sln
More file actions
62 lines (62 loc) · 3.94 KB
/
Spiderly.sln
File metadata and controls
62 lines (62 loc) · 3.94 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
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Business", "Business", "{1B9BB421-EAA5-493F-90D2-4E05099F1D60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spiderly.Security", "Spiderly.Security\Spiderly.Security.csproj", "{6F833928-076E-44D5-B013-513D1012D7C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{FCA5DC1C-2A15-4D1B-8185-F341A30F789C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spiderly.Infrastructure", "Spiderly.Infrastructure\Spiderly.Infrastructure.csproj", "{3A55CE76-7F4B-49BE-BC99-98D072DABD3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SourceGenerators", "SourceGenerators", "{AEFA8D10-A1AD-46E3-A5BE-0788F935BB4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spiderly.SourceGenerators", "Spiderly.SourceGenerators\Spiderly.SourceGenerators.csproj", "{5F1C88DB-48EE-424C-941B-28BB012434AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spiderly.Shared", "Spiderly.Shared\Spiderly.Shared.csproj", "{2A6C90AD-D954-423F-A9CF-B4D77B2869D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spiderly.CLI", "Spiderly.CLI\Spiderly.CLI.csproj", "{058F315A-2F56-4B6A-9ECE-DF8DA54482B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F833928-076E-44D5-B013-513D1012D7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F833928-076E-44D5-B013-513D1012D7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F833928-076E-44D5-B013-513D1012D7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F833928-076E-44D5-B013-513D1012D7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{3A55CE76-7F4B-49BE-BC99-98D072DABD3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A55CE76-7F4B-49BE-BC99-98D072DABD3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A55CE76-7F4B-49BE-BC99-98D072DABD3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A55CE76-7F4B-49BE-BC99-98D072DABD3E}.Release|Any CPU.Build.0 = Release|Any CPU
{5F1C88DB-48EE-424C-941B-28BB012434AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F1C88DB-48EE-424C-941B-28BB012434AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F1C88DB-48EE-424C-941B-28BB012434AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F1C88DB-48EE-424C-941B-28BB012434AC}.Release|Any CPU.Build.0 = Release|Any CPU
{2A6C90AD-D954-423F-A9CF-B4D77B2869D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A6C90AD-D954-423F-A9CF-B4D77B2869D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A6C90AD-D954-423F-A9CF-B4D77B2869D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A6C90AD-D954-423F-A9CF-B4D77B2869D1}.Release|Any CPU.Build.0 = Release|Any CPU
{058F315A-2F56-4B6A-9ECE-DF8DA54482B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{058F315A-2F56-4B6A-9ECE-DF8DA54482B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{058F315A-2F56-4B6A-9ECE-DF8DA54482B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{058F315A-2F56-4B6A-9ECE-DF8DA54482B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F833928-076E-44D5-B013-513D1012D7C9} = {1B9BB421-EAA5-493F-90D2-4E05099F1D60}
{3A55CE76-7F4B-49BE-BC99-98D072DABD3E} = {FCA5DC1C-2A15-4D1B-8185-F341A30F789C}
{5F1C88DB-48EE-424C-941B-28BB012434AC} = {AEFA8D10-A1AD-46E3-A5BE-0788F935BB4F}
{2A6C90AD-D954-423F-A9CF-B4D77B2869D1} = {1B9BB421-EAA5-493F-90D2-4E05099F1D60}
{058F315A-2F56-4B6A-9ECE-DF8DA54482B5} = {1B9BB421-EAA5-493F-90D2-4E05099F1D60}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {872DA8DA-43C8-4B65-9CD6-F160925590F3}
EndGlobalSection
EndGlobal