-
Notifications
You must be signed in to change notification settings - Fork 2
/
opulence.sln
72 lines (72 loc) · 4.44 KB
/
opulence.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF60B4C9-919B-4D86-A97B-CCE14457B2FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-opulence", "src\dotnet-opulence\dotnet-opulence.csproj", "{FE66147B-5F67-431D-AE61-C0EFA3253FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opulence", "src\Opulence\Opulence.csproj", "{1CE4778E-517A-41EC-9489-2EC607997642}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opulence.LogOverrideWebHook", "src\Opulence.LogOverrideWebHook\Opulence.LogOverrideWebHook.csproj", "{74048868-F98E-475C-9D56-FE32252CBB76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|x64.ActiveCfg = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|x64.Build.0 = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|x86.ActiveCfg = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Debug|x86.Build.0 = Debug|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|Any CPU.Build.0 = Release|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|x64.ActiveCfg = Release|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|x64.Build.0 = Release|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|x86.ActiveCfg = Release|Any CPU
{FE66147B-5F67-431D-AE61-C0EFA3253FD1}.Release|x86.Build.0 = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|x64.Build.0 = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Debug|x86.Build.0 = Debug|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|Any CPU.Build.0 = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|x64.ActiveCfg = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|x64.Build.0 = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|x86.ActiveCfg = Release|Any CPU
{1CE4778E-517A-41EC-9489-2EC607997642}.Release|x86.Build.0 = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|x64.ActiveCfg = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|x64.Build.0 = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|x86.ActiveCfg = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Debug|x86.Build.0 = Debug|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|Any CPU.Build.0 = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|x64.ActiveCfg = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|x64.Build.0 = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|x86.ActiveCfg = Release|Any CPU
{74048868-F98E-475C-9D56-FE32252CBB76}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FE66147B-5F67-431D-AE61-C0EFA3253FD1} = {EF60B4C9-919B-4D86-A97B-CCE14457B2FE}
{1CE4778E-517A-41EC-9489-2EC607997642} = {EF60B4C9-919B-4D86-A97B-CCE14457B2FE}
{74048868-F98E-475C-9D56-FE32252CBB76} = {EF60B4C9-919B-4D86-A97B-CCE14457B2FE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF623833-E7CF-4D84-937F-C0CD39E9F191}
EndGlobalSection
EndGlobal