forked from piechpatrick/SeaweedFs.Net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SeaweedFs.sln
46 lines (46 loc) · 2.63 KB
/
SeaweedFs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeaweedFs.Client.Example", "examples\SeaweedFs.Client.Example\SeaweedFs.Client.Example.csproj", "{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeaweedFs.Filer", "src\SeaweedFs.Filer\SeaweedFs.Filer.csproj", "{5A75E681-243B-4D44-8130-498BE618D3D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeaweedFs", "src\SeaweedFs\SeaweedFs.csproj", "{15623AFA-F037-4DBA-8F81-168588C66C9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{7CE57CCB-B38A-4902-98F4-4A06B402EAD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B31CB3B2-DD07-48FB-9CDD-2B908DC71A5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{5A75E681-243B-4D44-8130-498BE618D3D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A75E681-243B-4D44-8130-498BE618D3D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A75E681-243B-4D44-8130-498BE618D3D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A75E681-243B-4D44-8130-498BE618D3D0}.Release|Any CPU.Build.0 = Release|Any CPU
{15623AFA-F037-4DBA-8F81-168588C66C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15623AFA-F037-4DBA-8F81-168588C66C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15623AFA-F037-4DBA-8F81-168588C66C9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15623AFA-F037-4DBA-8F81-168588C66C9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B98D8DF3-23A9-4232-9A11-15EBA1FB9CD2} = {7CE57CCB-B38A-4902-98F4-4A06B402EAD2}
{5A75E681-243B-4D44-8130-498BE618D3D0} = {B31CB3B2-DD07-48FB-9CDD-2B908DC71A5F}
{15623AFA-F037-4DBA-8F81-168588C66C9F} = {B31CB3B2-DD07-48FB-9CDD-2B908DC71A5F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA6C032B-98D7-46B0-8479-A08796E74366}
EndGlobalSection
EndGlobal