-
Notifications
You must be signed in to change notification settings - Fork 0
/
jkhService.sln
42 lines (42 loc) · 2.22 KB
/
jkhService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway", "Gateway\Gateway.csproj", "{9FC588F9-310B-4CEC-AD02-BF9158E41814}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Topics", "Topics\Topics.csproj", "{0F3AA4B4-F7A9-45DA-B1A3-1D2EEF3CF1D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8BEA9D45-0594-457A-AF6E-1E1E019D03D9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Complaints", "Complaints\Complaints.csproj", "{FAC78058-64F9-4932-A4CF-2F26CB8FC5E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FC588F9-310B-4CEC-AD02-BF9158E41814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FC588F9-310B-4CEC-AD02-BF9158E41814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FC588F9-310B-4CEC-AD02-BF9158E41814}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FC588F9-310B-4CEC-AD02-BF9158E41814}.Release|Any CPU.Build.0 = Release|Any CPU
{0F3AA4B4-F7A9-45DA-B1A3-1D2EEF3CF1D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F3AA4B4-F7A9-45DA-B1A3-1D2EEF3CF1D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F3AA4B4-F7A9-45DA-B1A3-1D2EEF3CF1D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F3AA4B4-F7A9-45DA-B1A3-1D2EEF3CF1D7}.Release|Any CPU.Build.0 = Release|Any CPU
{FAC78058-64F9-4932-A4CF-2F26CB8FC5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAC78058-64F9-4932-A4CF-2F26CB8FC5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAC78058-64F9-4932-A4CF-2F26CB8FC5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAC78058-64F9-4932-A4CF-2F26CB8FC5E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {150B465D-FDF8-4148-9518-E3AE55AAE871}
EndGlobalSection
EndGlobal