-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgRpcExampleWithNoSql.sln
43 lines (43 loc) · 2.51 KB
/
gRpcExampleWithNoSql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gRpcServer", "gRpcServer\gRpcServer.csproj", "{53559536-8687-44C9-80B4-5BDB011415E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorClient", "BlazorClient\BlazorClient.csproj", "{D7ACD28D-8853-451D-AF6E-0FD0974A3767}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.Core", "NoSql.Core\NoSql.Core.csproj", "{A8205C27-7D65-4F8B-9C03-190D3BD72BC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.DataAccess", "NoSql.DataAccess\NoSql.DataAccess.csproj", "{B76FB5BF-8E1C-43A7-9AC0-06EA2681B81B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53559536-8687-44C9-80B4-5BDB011415E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53559536-8687-44C9-80B4-5BDB011415E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53559536-8687-44C9-80B4-5BDB011415E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53559536-8687-44C9-80B4-5BDB011415E4}.Release|Any CPU.Build.0 = Release|Any CPU
{D7ACD28D-8853-451D-AF6E-0FD0974A3767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7ACD28D-8853-451D-AF6E-0FD0974A3767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7ACD28D-8853-451D-AF6E-0FD0974A3767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7ACD28D-8853-451D-AF6E-0FD0974A3767}.Release|Any CPU.Build.0 = Release|Any CPU
{A8205C27-7D65-4F8B-9C03-190D3BD72BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8205C27-7D65-4F8B-9C03-190D3BD72BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8205C27-7D65-4F8B-9C03-190D3BD72BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8205C27-7D65-4F8B-9C03-190D3BD72BC1}.Release|Any CPU.Build.0 = Release|Any CPU
{B76FB5BF-8E1C-43A7-9AC0-06EA2681B81B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B76FB5BF-8E1C-43A7-9AC0-06EA2681B81B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B76FB5BF-8E1C-43A7-9AC0-06EA2681B81B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B76FB5BF-8E1C-43A7-9AC0-06EA2681B81B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C95A3A8-2003-4CC8-999F-14FEC48DAC88}
EndGlobalSection
EndGlobal