This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebHdfsFileSystem.sln
39 lines (39 loc) · 2.08 KB
/
WebHdfsFileSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHdfs.Extensions.FileProviders", "WebHdfs.Extensions.FileProviders\WebHdfs.Extensions.FileProviders.csproj", "{4D78D937-501C-4573-AF0A-61B4189DDD5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHdfs.Extensions.FileProviders.UnitTest", "WebHdfs.Extensions.FileProviders.UnitTest\WebHdfs.Extensions.FileProviders.UnitTest.csproj", "{E9C575D1-0E36-47F3-93AF-0890373CFA8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{888BF2B3-51A2-4912-B859-A8BC15BCD3FE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.adoc = README.adoc
version.json = version.json
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D78D937-501C-4573-AF0A-61B4189DDD5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D78D937-501C-4573-AF0A-61B4189DDD5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D78D937-501C-4573-AF0A-61B4189DDD5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D78D937-501C-4573-AF0A-61B4189DDD5D}.Release|Any CPU.Build.0 = Release|Any CPU
{E9C575D1-0E36-47F3-93AF-0890373CFA8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9C575D1-0E36-47F3-93AF-0890373CFA8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9C575D1-0E36-47F3-93AF-0890373CFA8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9C575D1-0E36-47F3-93AF-0890373CFA8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0A34AB4-B198-452A-94C0-33BF5D23838D}
EndGlobalSection
EndGlobal