-
Notifications
You must be signed in to change notification settings - Fork 0
/
Checkingx.sln
37 lines (37 loc) · 2.07 KB
/
Checkingx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Checkingx.Server", "Checkingx\Server\Checkingx.Server.csproj", "{BDDEAC4B-67F6-42D0-B7E2-6AA89D4C730F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Checkingx.Client", "Checkingx\Client\Checkingx.Client.csproj", "{A1D6530C-A78B-4146-9856-1F532239E951}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Checkingx.Shared", "Checkingx\Shared\Checkingx.Shared.csproj", "{09306F69-B9B0-464E-B4BA-0499F51C9AE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDDEAC4B-67F6-42D0-B7E2-6AA89D4C730F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDDEAC4B-67F6-42D0-B7E2-6AA89D4C730F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDDEAC4B-67F6-42D0-B7E2-6AA89D4C730F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDDEAC4B-67F6-42D0-B7E2-6AA89D4C730F}.Release|Any CPU.Build.0 = Release|Any CPU
{A1D6530C-A78B-4146-9856-1F532239E951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D6530C-A78B-4146-9856-1F532239E951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D6530C-A78B-4146-9856-1F532239E951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D6530C-A78B-4146-9856-1F532239E951}.Release|Any CPU.Build.0 = Release|Any CPU
{09306F69-B9B0-464E-B4BA-0499F51C9AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09306F69-B9B0-464E-B4BA-0499F51C9AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09306F69-B9B0-464E-B4BA-0499F51C9AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09306F69-B9B0-464E-B4BA-0499F51C9AE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EC8A5A8-B539-4CD8-A64B-13B9541FD337}
EndGlobalSection
EndGlobal