forked from nodefect/DG
-
Notifications
You must be signed in to change notification settings - Fork 1
/
all.sln
69 lines (69 loc) · 4.44 KB
/
all.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frontend", "src\Frontend\Frontend.csproj", "{3152F96E-1A02-48E5-B579-DE690724C8EF}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BackendDataLayer", "src\BackendDataLayer\BackendDataLayer.fsproj", "{768EBA46-81DB-4E80-A0A2-5D31122B1D8A}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "DataLayerTestConsole", "src\DataLayerTestConsole\DataLayerTestConsole.fsproj", "{6A9587D8-A784-4488-8C23-73DEBAFB76A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcService", "src\GrpcService\GrpcService.csproj", "{E905E0B1-AF1B-4763-8389-5AE69BBE282A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcClient", "src\GrpcClient\GrpcClient.csproj", "{934B7EAC-2578-4019-90E7-2CDE5E598FDC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DataModel", "src\DataModel\DataModel.fsproj", "{F30AFE59-8FDE-4DE0-B636-A36C382E6F1A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Backend.Tests", "tests\Backend.Tests\Backend.Tests.fsproj", "{29D0C262-C8EF-40EB-8037-DE072B5717AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{809E3E2E-C342-4480-90EC-D0D8F5A30772}"
ProjectSection(SolutionItems) = preProject
scripts\VersionSanityCheck.fs = scripts\VersionSanityCheck.fs
scripts\versionSanityCheck.fsx = scripts\versionSanityCheck.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Release|Any CPU.Build.0 = Release|Any CPU
{3152F96E-1A02-48E5-B579-DE690724C8EF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{768EBA46-81DB-4E80-A0A2-5D31122B1D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{768EBA46-81DB-4E80-A0A2-5D31122B1D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{768EBA46-81DB-4E80-A0A2-5D31122B1D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{768EBA46-81DB-4E80-A0A2-5D31122B1D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{6A9587D8-A784-4488-8C23-73DEBAFB76A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A9587D8-A784-4488-8C23-73DEBAFB76A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A9587D8-A784-4488-8C23-73DEBAFB76A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A9587D8-A784-4488-8C23-73DEBAFB76A8}.Release|Any CPU.Build.0 = Release|Any CPU
{E905E0B1-AF1B-4763-8389-5AE69BBE282A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E905E0B1-AF1B-4763-8389-5AE69BBE282A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E905E0B1-AF1B-4763-8389-5AE69BBE282A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E905E0B1-AF1B-4763-8389-5AE69BBE282A}.Release|Any CPU.Build.0 = Release|Any CPU
{934B7EAC-2578-4019-90E7-2CDE5E598FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{934B7EAC-2578-4019-90E7-2CDE5E598FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{934B7EAC-2578-4019-90E7-2CDE5E598FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{934B7EAC-2578-4019-90E7-2CDE5E598FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{F30AFE59-8FDE-4DE0-B636-A36C382E6F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30AFE59-8FDE-4DE0-B636-A36C382E6F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30AFE59-8FDE-4DE0-B636-A36C382E6F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30AFE59-8FDE-4DE0-B636-A36C382E6F1A}.Release|Any CPU.Build.0 = Release|Any CPU
{29D0C262-C8EF-40EB-8037-DE072B5717AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D0C262-C8EF-40EB-8037-DE072B5717AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D0C262-C8EF-40EB-8037-DE072B5717AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29D0C262-C8EF-40EB-8037-DE072B5717AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
EndGlobalSection
EndGlobal