-
Notifications
You must be signed in to change notification settings - Fork 40
/
SS14.Watchdog.sln
50 lines (50 loc) · 2.66 KB
/
SS14.Watchdog.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SS14.Watchdog", "SS14.Watchdog\SS14.Watchdog.csproj", "{46963FB6-5788-4B07-B29F-A2663F4B4FDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SS14.Watchdog.Tests", "SS14.Watchdog.Tests\SS14.Watchdog.Tests.csproj", "{54804661-4A4D-4644-9F54-652C64557F8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CFC0C37D-43CA-43FF-BEE6-204A376B8431}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{2079C7B6-0E0A-41AD-9D78-FFA7406C801E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-test.yml = .github\workflows\build-test.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A782ED8C-562B-4683-9931-80ED8E8EC3D0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{46B23562-7C30-46DA-849C-4D5A54D7656E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{9D5DE984-C9B3-4C4F-A71E-1AFFF6440FD6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-test.yml = .github\workflows\build-test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46963FB6-5788-4B07-B29F-A2663F4B4FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46963FB6-5788-4B07-B29F-A2663F4B4FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46963FB6-5788-4B07-B29F-A2663F4B4FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46963FB6-5788-4B07-B29F-A2663F4B4FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{54804661-4A4D-4644-9F54-652C64557F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54804661-4A4D-4644-9F54-652C64557F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54804661-4A4D-4644-9F54-652C64557F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54804661-4A4D-4644-9F54-652C64557F8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2079C7B6-0E0A-41AD-9D78-FFA7406C801E} = {CFC0C37D-43CA-43FF-BEE6-204A376B8431}
{46B23562-7C30-46DA-849C-4D5A54D7656E} = {A782ED8C-562B-4683-9931-80ED8E8EC3D0}
{9D5DE984-C9B3-4C4F-A71E-1AFFF6440FD6} = {46B23562-7C30-46DA-849C-4D5A54D7656E}
EndGlobalSection
EndGlobal