-
Notifications
You must be signed in to change notification settings - Fork 0
/
Configuration.sln
35 lines (35 loc) · 1.88 KB
/
Configuration.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration", "Configuration\Configuration.csproj", "{542F33C9-719D-4AF3-B470-559A7D44F01D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EB2CCD8-6E5D-49C1-9304-40047DA2738C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\dependabot.yml = .github\dependabot.yml
.github\CODEOWNERS = .github\CODEOWNERS
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration.Tests", "Configuration.Tests\Configuration.Tests.csproj", "{1CD41895-46B8-426F-95DB-B1514ABD8E79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{9AC2E42B-B0B7-4094-A429-A13C52C92C0D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Release.yml = .github\workflows\Release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{542F33C9-719D-4AF3-B470-559A7D44F01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{542F33C9-719D-4AF3-B470-559A7D44F01D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{542F33C9-719D-4AF3-B470-559A7D44F01D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{542F33C9-719D-4AF3-B470-559A7D44F01D}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD41895-46B8-426F-95DB-B1514ABD8E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD41895-46B8-426F-95DB-B1514ABD8E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD41895-46B8-426F-95DB-B1514ABD8E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD41895-46B8-426F-95DB-B1514ABD8E79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal