-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSloshyDoshMan.sln
50 lines (50 loc) · 2.92 KB
/
SloshyDoshMan.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
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SloshyDoshMan.Service", "SloshyDoshMan.Service\SloshyDoshMan.Service.csproj", "{4D41D357-C805-492D-8A58-3B96B3F8D154}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SloshyDoshMan.Shared", "SloshyDoshMan.Shared\SloshyDoshMan.Shared.csproj", "{21019878-6CA8-4A46-8E8C-9F9F9200A1B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SloshyDoshMan.Client", "SloshyDoshMan.Client\SloshyDoshMan.Client.csproj", "{528ED445-F263-4FC7-A580-6610540B374E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SloshyDoshMan.Tests", "SloshyDoshMan.Tests\SloshyDoshMan.Tests.csproj", "{08CD9FA2-89CD-4EC7-A3D1-494A079500E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{316386F3-FECE-46E4-8C93-0198B907FC21}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
.github\workflows\sloshydoshman.yml = .github\workflows\sloshydoshman.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D41D357-C805-492D-8A58-3B96B3F8D154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D41D357-C805-492D-8A58-3B96B3F8D154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D41D357-C805-492D-8A58-3B96B3F8D154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D41D357-C805-492D-8A58-3B96B3F8D154}.Release|Any CPU.Build.0 = Release|Any CPU
{21019878-6CA8-4A46-8E8C-9F9F9200A1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21019878-6CA8-4A46-8E8C-9F9F9200A1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21019878-6CA8-4A46-8E8C-9F9F9200A1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21019878-6CA8-4A46-8E8C-9F9F9200A1B8}.Release|Any CPU.Build.0 = Release|Any CPU
{528ED445-F263-4FC7-A580-6610540B374E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{528ED445-F263-4FC7-A580-6610540B374E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{528ED445-F263-4FC7-A580-6610540B374E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{528ED445-F263-4FC7-A580-6610540B374E}.Release|Any CPU.Build.0 = Release|Any CPU
{08CD9FA2-89CD-4EC7-A3D1-494A079500E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CD9FA2-89CD-4EC7-A3D1-494A079500E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CD9FA2-89CD-4EC7-A3D1-494A079500E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CD9FA2-89CD-4EC7-A3D1-494A079500E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {165BF71D-EFF8-4070-9F8D-D49143189127}
EndGlobalSection
EndGlobal