This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OneFilesystem.sln
44 lines (44 loc) · 2.15 KB
/
OneFilesystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneFilesystem", "OneFilesystem\OneFilesystem.csproj", "{850549FD-F6D6-454E-9A0B-A244648F6B3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneFilesystem.Test", "OneFilesystem.Test\OneFilesystem.Test.csproj", "{C27F2574-C68E-4A80-A443-886C4ABE514B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{EA5526CA-C5B7-42BA-8A0F-B118C3CEBBD7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FA9E59B2-D7A2-4107-A636-71C232D26ABC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{F3CF8C52-EB11-4EE9-AB25-828D64A88B23}"
ProjectSection(SolutionItems) = preProject
credentials.txt = credentials.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{850549FD-F6D6-454E-9A0B-A244648F6B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{850549FD-F6D6-454E-9A0B-A244648F6B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{850549FD-F6D6-454E-9A0B-A244648F6B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{850549FD-F6D6-454E-9A0B-A244648F6B3E}.Release|Any CPU.Build.0 = Release|Any CPU
{C27F2574-C68E-4A80-A443-886C4ABE514B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C27F2574-C68E-4A80-A443-886C4ABE514B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C27F2574-C68E-4A80-A443-886C4ABE514B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C27F2574-C68E-4A80-A443-886C4ABE514B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal