-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gibe.FileSystem.sln
32 lines (32 loc) · 1.36 KB
/
Gibe.FileSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE2CBFE5-C742-4E39-A8A8-9ADEA617378A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
VERSION.txt = VERSION.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gibe.FileSystem", "Gibe.FileSystem\Gibe.FileSystem.csproj", "{FC36B588-5D24-4F7D-B0CD-C27AA9DF78DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC36B588-5D24-4F7D-B0CD-C27AA9DF78DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC36B588-5D24-4F7D-B0CD-C27AA9DF78DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC36B588-5D24-4F7D-B0CD-C27AA9DF78DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC36B588-5D24-4F7D-B0CD-C27AA9DF78DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1CF2330-5046-4254-BEE2-734E480B7D0E}
EndGlobalSection
EndGlobal