forked from KoenZomers/RingApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KoenZomers.Ring.sln
57 lines (57 loc) · 2.98 KB
/
KoenZomers.Ring.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E74CD4FE-CB4A-4968-B282-C0118BBF63DA}"
ProjectSection(SolutionItems) = preProject
KoenZomers.Ring.Api.snk = KoenZomers.Ring.Api.snk
.github\workflows\cibuild.yml = .github\workflows\cibuild.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{12C92BB7-7D1A-49F5-AD96-2101FEE61C8E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{5D858129-BB53-446B-B8B8-C83D383F7F1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{94A0712C-E701-49F7-B412-A386D8334D28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit Test", "UnitTest\Unit Test.csproj", "{EBEC2BF0-1571-46E6-B613-B51F16D76B38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94A0712C-E701-49F7-B412-A386D8334D28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Debug|x86.ActiveCfg = Debug|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Debug|x86.Build.0 = Debug|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Release|Any CPU.Build.0 = Release|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Release|x86.ActiveCfg = Release|Any CPU
{94A0712C-E701-49F7-B412-A386D8334D28}.Release|x86.Build.0 = Release|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Debug|x86.ActiveCfg = Debug|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Debug|x86.Build.0 = Debug|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Release|Any CPU.Build.0 = Release|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Release|x86.ActiveCfg = Release|Any CPU
{EBEC2BF0-1571-46E6-B613-B51F16D76B38}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D858129-BB53-446B-B8B8-C83D383F7F1C} = {12C92BB7-7D1A-49F5-AD96-2101FEE61C8E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BE0AB9A-7987-4F1D-AEA9-4B7C85BBF04D}
EndGlobalSection
EndGlobal