-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlolchest.sln
More file actions
61 lines (61 loc) · 4.13 KB
/
Copy pathlolchest.sln
File metadata and controls
61 lines (61 loc) · 4.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
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Core", "LolChest.Core\LolChest.Core.csproj", "{AF553932-1A04-4041-B9B1-C4D2DC4B4DC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Lambda.Update", "LolChest.Lambda.Update\LolChest.Lambda.Update.csproj", "{C8E8CAE4-2B6E-403E-A5A9-81C712017A34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Lambda.DailyReport", "LolChest.Lambda.DailyReport\LolChest.Lambda.DailyReport.csproj", "{41B61C2F-0686-440D-BBA7-916B67E0D152}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Lambda.MonthlyReport", "LolChest.Lambda.MonthlyReport\LolChest.Lambda.MonthlyReport.csproj", "{C7762E9F-7F4A-41A7-B657-F13F545AE980}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Lambda.Core", "LolChest.Lambda.Core\LolChest.Lambda.Core.csproj", "{706EDCA0-EC6F-4B78-A804-37EEE23D92CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Tests", "LolChest.Tests\LolChest.Tests.csproj", "{F9D0D233-C02C-4362-B286-4AC35C8B4509}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolChest.Lambda.YearlyReport", "LolChest.Lambda.YearlyReport\LolChest.Lambda.YearlyReport.csproj", "{23685B05-F63A-4AE1-8E53-8BA9B0A4EC6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF553932-1A04-4041-B9B1-C4D2DC4B4DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF553932-1A04-4041-B9B1-C4D2DC4B4DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF553932-1A04-4041-B9B1-C4D2DC4B4DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF553932-1A04-4041-B9B1-C4D2DC4B4DC6}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E8CAE4-2B6E-403E-A5A9-81C712017A34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E8CAE4-2B6E-403E-A5A9-81C712017A34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E8CAE4-2B6E-403E-A5A9-81C712017A34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E8CAE4-2B6E-403E-A5A9-81C712017A34}.Release|Any CPU.Build.0 = Release|Any CPU
{41B61C2F-0686-440D-BBA7-916B67E0D152}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41B61C2F-0686-440D-BBA7-916B67E0D152}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41B61C2F-0686-440D-BBA7-916B67E0D152}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41B61C2F-0686-440D-BBA7-916B67E0D152}.Release|Any CPU.Build.0 = Release|Any CPU
{C7762E9F-7F4A-41A7-B657-F13F545AE980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7762E9F-7F4A-41A7-B657-F13F545AE980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7762E9F-7F4A-41A7-B657-F13F545AE980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7762E9F-7F4A-41A7-B657-F13F545AE980}.Release|Any CPU.Build.0 = Release|Any CPU
{706EDCA0-EC6F-4B78-A804-37EEE23D92CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{706EDCA0-EC6F-4B78-A804-37EEE23D92CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{706EDCA0-EC6F-4B78-A804-37EEE23D92CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{706EDCA0-EC6F-4B78-A804-37EEE23D92CA}.Release|Any CPU.Build.0 = Release|Any CPU
{F9D0D233-C02C-4362-B286-4AC35C8B4509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9D0D233-C02C-4362-B286-4AC35C8B4509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9D0D233-C02C-4362-B286-4AC35C8B4509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9D0D233-C02C-4362-B286-4AC35C8B4509}.Release|Any CPU.Build.0 = Release|Any CPU
{23685B05-F63A-4AE1-8E53-8BA9B0A4EC6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23685B05-F63A-4AE1-8E53-8BA9B0A4EC6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23685B05-F63A-4AE1-8E53-8BA9B0A4EC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23685B05-F63A-4AE1-8E53-8BA9B0A4EC6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2D106C3-AD0D-46D1-93C8-D01DA4416B66}
EndGlobalSection
EndGlobal