-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestGRPS.sln
More file actions
39 lines (39 loc) · 2.31 KB
/
Copy pathTestGRPS.sln
File metadata and controls
39 lines (39 loc) · 2.31 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGRPCMobileClient.Android", "TestGRPCMobileClient\TestGRPCMobileClient.Android\TestGRPCMobileClient.Android.csproj", "{355B82CF-89F0-4152-8002-A5F42435F95C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestGRPCMobileClient", "TestGRPCMobileClient\TestGRPCMobileClient\TestGRPCMobileClient.csproj", "{B8C55B87-8096-4A73-AB2D-7C56EA987E8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGRPCServer", "TestGRPCServer\TestGRPCServer.csproj", "{6317164A-0759-4EB7-9E28-8336DD8982E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{355B82CF-89F0-4152-8002-A5F42435F95C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{355B82CF-89F0-4152-8002-A5F42435F95C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{355B82CF-89F0-4152-8002-A5F42435F95C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{355B82CF-89F0-4152-8002-A5F42435F95C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{355B82CF-89F0-4152-8002-A5F42435F95C}.Release|Any CPU.Build.0 = Release|Any CPU
{355B82CF-89F0-4152-8002-A5F42435F95C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B8C55B87-8096-4A73-AB2D-7C56EA987E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8C55B87-8096-4A73-AB2D-7C56EA987E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8C55B87-8096-4A73-AB2D-7C56EA987E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8C55B87-8096-4A73-AB2D-7C56EA987E8D}.Release|Any CPU.Build.0 = Release|Any CPU
{6317164A-0759-4EB7-9E28-8336DD8982E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6317164A-0759-4EB7-9E28-8336DD8982E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6317164A-0759-4EB7-9E28-8336DD8982E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6317164A-0759-4EB7-9E28-8336DD8982E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3D03200-EF77-4DC2-94B6-DE4F2828E586}
EndGlobalSection
EndGlobal