This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZapMe.sln
82 lines (82 loc) · 4.28 KB
/
ZapMe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{452F17B1-8BAB-4C6E-AF62-63271AE7FA67}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
build.bat = build.bat
build.sh = build.sh
global.json = global.json
README.md = README.md
secrets.7z = secrets.7z
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "spec", "spec", "{12B1C49D-7345-428B-9354-AF6A38CFECF0}"
ProjectSection(SolutionItems) = preProject
spec\openapi.yaml = spec\openapi.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "schemas", "schemas", "{DDB69D7B-8CB9-45FF-9D64-0086737541B6}"
ProjectSection(SolutionItems) = preProject
spec\schemas\ClientDeviceMessage.fbs = spec\schemas\ClientDeviceMessage.fbs
spec\schemas\ClientHeartbeat.fbs = spec\schemas\ClientHeartbeat.fbs
spec\schemas\ClientUserMessage.fbs = spec\schemas\ClientUserMessage.fbs
spec\schemas\Device.fbs = spec\schemas\Device.fbs
spec\schemas\ServerMessage.fbs = spec\schemas\ServerMessage.fbs
spec\schemas\Session.fbs = spec\schemas\Session.fbs
spec\schemas\SystemMessage.fbs = spec\schemas\SystemMessage.fbs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{D4DA567B-FD80-4F03-8E80-7AC5B629CC74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Migrator", "Migrator\Migrator.csproj", "{F38841D7-FA46-4D46-8997-7455748AD0E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPI", "RestAPI\RestAPI.csproj", "{BAB68385-A8AF-424E-A2FB-3F58FF7A940B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPI.Tests", "RestAPI.Tests\RestAPI.Tests.csproj", "{BEA98ED9-FD80-48EE-A382-134B5F58FAE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Tests", "Common.Tests\Common.Tests.csproj", "{A21007F2-815C-4865-85EA-677D6E678675}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4DA567B-FD80-4F03-8E80-7AC5B629CC74}.Debug|x64.ActiveCfg = Debug|x64
{D4DA567B-FD80-4F03-8E80-7AC5B629CC74}.Debug|x64.Build.0 = Debug|x64
{D4DA567B-FD80-4F03-8E80-7AC5B629CC74}.Release|x64.ActiveCfg = Release|x64
{D4DA567B-FD80-4F03-8E80-7AC5B629CC74}.Release|x64.Build.0 = Release|x64
{F38841D7-FA46-4D46-8997-7455748AD0E5}.Debug|x64.ActiveCfg = Debug|x64
{F38841D7-FA46-4D46-8997-7455748AD0E5}.Debug|x64.Build.0 = Debug|x64
{F38841D7-FA46-4D46-8997-7455748AD0E5}.Release|x64.ActiveCfg = Release|x64
{F38841D7-FA46-4D46-8997-7455748AD0E5}.Release|x64.Build.0 = Release|x64
{BAB68385-A8AF-424E-A2FB-3F58FF7A940B}.Debug|x64.ActiveCfg = Debug|x64
{BAB68385-A8AF-424E-A2FB-3F58FF7A940B}.Debug|x64.Build.0 = Debug|x64
{BAB68385-A8AF-424E-A2FB-3F58FF7A940B}.Release|x64.ActiveCfg = Release|x64
{BAB68385-A8AF-424E-A2FB-3F58FF7A940B}.Release|x64.Build.0 = Release|x64
{BEA98ED9-FD80-48EE-A382-134B5F58FAE4}.Debug|x64.ActiveCfg = Debug|x64
{BEA98ED9-FD80-48EE-A382-134B5F58FAE4}.Debug|x64.Build.0 = Debug|x64
{BEA98ED9-FD80-48EE-A382-134B5F58FAE4}.Release|x64.ActiveCfg = Release|x64
{BEA98ED9-FD80-48EE-A382-134B5F58FAE4}.Release|x64.Build.0 = Release|x64
{A21007F2-815C-4865-85EA-677D6E678675}.Debug|x64.ActiveCfg = Debug|x64
{A21007F2-815C-4865-85EA-677D6E678675}.Debug|x64.Build.0 = Debug|x64
{A21007F2-815C-4865-85EA-677D6E678675}.Release|x64.ActiveCfg = Release|x64
{A21007F2-815C-4865-85EA-677D6E678675}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{12B1C49D-7345-428B-9354-AF6A38CFECF0} = {452F17B1-8BAB-4C6E-AF62-63271AE7FA67}
{DDB69D7B-8CB9-45FF-9D64-0086737541B6} = {12B1C49D-7345-428B-9354-AF6A38CFECF0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFF724E1-6BC5-48B0-8DE1-57C1DAB46ADC}
EndGlobalSection
EndGlobal