-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathArcade-light.sln
115 lines (115 loc) · 7.48 KB
/
Arcade-light.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetDev.ArcadeLight.Sdk", "src\DotNetDev.ArcadeLight.Sdk\DotNetDev.ArcadeLight.Sdk.csproj", "{747A5C75-6069-4C45-8049-AEAA1D864105}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C53DD924-C212-49EA-9BC4-1827421361EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetDev.ArcadeLight.Sdk.Tests", "src\DotNetDev.ArcadeLight.Sdk.Tests\DotNetDev.ArcadeLight.Sdk.Tests.csproj", "{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.Internal.DependencyInjection.Testing", "src\DotNet.Internal.DependencyInjection.Testing\DotNet.Internal.DependencyInjection.Testing.csproj", "{5B75BEBE-58A8-409D-8069-5210E87AA99A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetDev.ArcadeLight.Logging", "src\DotNetDev.ArcadeLight.Logging\DotNetDev.ArcadeLight.Logging.csproj", "{73496668-336D-4D43-9093-C17862E78BCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetDev.ArcadeLight.Test.Common", "src\Common\DotNetDev.ArcadeLight.Test.Common\DotNetDev.ArcadeLight.Test.Common.csproj", "{6CA09DC9-E654-4906-A977-1279F6EDC109}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5CFEC5E-6116-4AF3-B08E-B46360AB8711}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
global.json = global.json
nuget.config = nuget.config
README.md = README.md
version.json = version.json
eng\Versions.props = eng\Versions.props
EndProjectSection
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
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|x64.ActiveCfg = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|x64.Build.0 = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|x86.ActiveCfg = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Debug|x86.Build.0 = Debug|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|Any CPU.Build.0 = Release|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|x64.ActiveCfg = Release|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|x64.Build.0 = Release|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|x86.ActiveCfg = Release|Any CPU
{747A5C75-6069-4C45-8049-AEAA1D864105}.Release|x86.Build.0 = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|x64.Build.0 = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|x86.ActiveCfg = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Debug|x86.Build.0 = Debug|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|x64.ActiveCfg = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|x64.Build.0 = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|x86.ActiveCfg = Release|Any CPU
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8}.Release|x86.Build.0 = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|x64.ActiveCfg = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|x64.Build.0 = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|x86.ActiveCfg = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Debug|x86.Build.0 = Debug|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|Any CPU.Build.0 = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|x64.ActiveCfg = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|x64.Build.0 = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|x86.ActiveCfg = Release|Any CPU
{5B75BEBE-58A8-409D-8069-5210E87AA99A}.Release|x86.Build.0 = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|x64.ActiveCfg = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|x64.Build.0 = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|x86.ActiveCfg = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Debug|x86.Build.0 = Debug|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|x64.ActiveCfg = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|x64.Build.0 = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|x86.ActiveCfg = Release|Any CPU
{73496668-336D-4D43-9093-C17862E78BCE}.Release|x86.Build.0 = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|x64.ActiveCfg = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|x64.Build.0 = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|x86.ActiveCfg = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Debug|x86.Build.0 = Debug|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|Any CPU.Build.0 = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|x64.ActiveCfg = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|x64.Build.0 = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|x86.ActiveCfg = Release|Any CPU
{6CA09DC9-E654-4906-A977-1279F6EDC109}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BA4250FD-9258-4469-A16D-48A0CAF5A2F8} = {C53DD924-C212-49EA-9BC4-1827421361EF}
{6CA09DC9-E654-4906-A977-1279F6EDC109} = {C53DD924-C212-49EA-9BC4-1827421361EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32B9C883-432E-4FC8-A1BF-090EB033DD5B}
EndGlobalSection
EndGlobal