-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetLibrary.sln
98 lines (98 loc) · 6.04 KB
/
DotNetLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".gethub", ".gethub", "{FA1AE24B-C426-4AB0-AA3E-0965D55A5D58}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{FE6AD10A-DC95-4BCC-AB08-7D660EDE1946}"
ProjectSection(SolutionItems) = preProject
.github\workflows\pushbuild.yml = .github\workflows\pushbuild.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetLibrary.Tests", "DotNetLibrary.Tests\DotNetLibrary.Tests.csproj", "{88E204F5-B1B0-407A-A090-490B8D31553D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{AA0FEFC8-1199-4C57-AA04-9A760830CDA2}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetLibrary.Client", "DotNetLibrary.Client\DotNetLibrary.Client.csproj", "{77E665D4-70C7-4DA4-B35D-9087B974D16F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetLibrary.Core", "DotNetLibrary.Core\DotNetLibrary.Core.csproj", "{FC3074F8-520C-411B-A3C0-661C68C37FBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetLibrary.Server", "DotNetLibrary.Server\DotNetLibrary.Server.csproj", "{5E954C57-0061-4BA3-981D-C0C7497B6EA4}"
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
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|x64.ActiveCfg = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|x64.Build.0 = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|x86.ActiveCfg = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Debug|x86.Build.0 = Debug|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|Any CPU.Build.0 = Release|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|x64.ActiveCfg = Release|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|x64.Build.0 = Release|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|x86.ActiveCfg = Release|Any CPU
{88E204F5-B1B0-407A-A090-490B8D31553D}.Release|x86.Build.0 = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|x64.ActiveCfg = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|x64.Build.0 = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|x86.ActiveCfg = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Debug|x86.Build.0 = Debug|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|Any CPU.Build.0 = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|x64.ActiveCfg = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|x64.Build.0 = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|x86.ActiveCfg = Release|Any CPU
{77E665D4-70C7-4DA4-B35D-9087B974D16F}.Release|x86.Build.0 = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|x64.Build.0 = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|x86.ActiveCfg = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Debug|x86.Build.0 = Debug|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|Any CPU.Build.0 = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|x64.ActiveCfg = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|x64.Build.0 = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|x86.ActiveCfg = Release|Any CPU
{FC3074F8-520C-411B-A3C0-661C68C37FBD}.Release|x86.Build.0 = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|x64.ActiveCfg = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|x64.Build.0 = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|x86.ActiveCfg = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Debug|x86.Build.0 = Debug|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|Any CPU.Build.0 = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|x64.ActiveCfg = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|x64.Build.0 = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|x86.ActiveCfg = Release|Any CPU
{5E954C57-0061-4BA3-981D-C0C7497B6EA4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FE6AD10A-DC95-4BCC-AB08-7D660EDE1946} = {FA1AE24B-C426-4AB0-AA3E-0965D55A5D58}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF28D578-843B-4BDF-B511-3B9E7A585712}
EndGlobalSection
EndGlobal