-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathIpfsMount.sln
41 lines (41 loc) · 1.97 KB
/
IpfsMount.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMount", "IpfsMount\IpfsMount.csproj", "{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{184C17C4-7E6D-4CB3-98A0-7CB6E5BE3F87}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
IpfsMount.nuspec = IpfsMount.nuspec
LICENSE.txt = LICENSE.txt
README.md = README.md
VERIFICATION.txt = VERIFICATION.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMountTests", "IpfsMountTests\IpfsMountTests.csproj", "{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CB55BA6-85ED-4F93-8376-A61168FD6C33}
EndGlobalSection
EndGlobal