-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGrpc.FileSystem.sln
More file actions
41 lines (41 loc) · 2.43 KB
/
Grpc.FileSystem.sln
File metadata and controls
41 lines (41 loc) · 2.43 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
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{315BF60F-73B8-41E0-B321-59F93E3A6F86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem.Bindings", "src\FileSystem.Bindings\FileSystem.Bindings.csproj", "{19E37279-9051-4BC1-B2A6-287965AB2E70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem.Server", "src\FileSystem.Server\FileSystem.Server.csproj", "{3E006DC9-B4EE-4EF3-B4AE-90562641DB58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem.Client", "src\FileSystem.Client\FileSystem.Client.csproj", "{6959855C-F07D-472F-8CCB-20F799F253FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19E37279-9051-4BC1-B2A6-287965AB2E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19E37279-9051-4BC1-B2A6-287965AB2E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19E37279-9051-4BC1-B2A6-287965AB2E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19E37279-9051-4BC1-B2A6-287965AB2E70}.Release|Any CPU.Build.0 = Release|Any CPU
{3E006DC9-B4EE-4EF3-B4AE-90562641DB58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E006DC9-B4EE-4EF3-B4AE-90562641DB58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E006DC9-B4EE-4EF3-B4AE-90562641DB58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E006DC9-B4EE-4EF3-B4AE-90562641DB58}.Release|Any CPU.Build.0 = Release|Any CPU
{6959855C-F07D-472F-8CCB-20F799F253FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6959855C-F07D-472F-8CCB-20F799F253FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6959855C-F07D-472F-8CCB-20F799F253FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6959855C-F07D-472F-8CCB-20F799F253FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{19E37279-9051-4BC1-B2A6-287965AB2E70} = {315BF60F-73B8-41E0-B321-59F93E3A6F86}
{3E006DC9-B4EE-4EF3-B4AE-90562641DB58} = {315BF60F-73B8-41E0-B321-59F93E3A6F86}
{6959855C-F07D-472F-8CCB-20F799F253FB} = {315BF60F-73B8-41E0-B321-59F93E3A6F86}
EndGlobalSection
EndGlobal