-
Notifications
You must be signed in to change notification settings - Fork 8
/
IpfsCore.sln
48 lines (48 loc) · 2.34 KB
/
IpfsCore.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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsCore", "src\IpfsCore.csproj", "{6401AF07-B7F2-4664-86AA-FAD99F82DFAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsCoreTests", "test\IpfsCoreTests.csproj", "{FE639401-D4C7-4528-A07C-4290A7710889}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA715302-8746-4884-95F9-B56F069A0451}"
ProjectSection(SolutionItems) = preProject
.codacy.yml = .codacy.yml
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
builddocs.cmd = builddocs.cmd
IpfsCore.vsmdi = IpfsCore.vsmdi
LICENSE = LICENSE
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6401AF07-B7F2-4664-86AA-FAD99F82DFAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6401AF07-B7F2-4664-86AA-FAD99F82DFAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6401AF07-B7F2-4664-86AA-FAD99F82DFAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6401AF07-B7F2-4664-86AA-FAD99F82DFAD}.Release|Any CPU.Build.0 = Release|Any CPU
{FE639401-D4C7-4528-A07C-4290A7710889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE639401-D4C7-4528-A07C-4290A7710889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE639401-D4C7-4528-A07C-4290A7710889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE639401-D4C7-4528-A07C-4290A7710889}.Release|Any CPU.Build.0 = Release|Any CPU
{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36ED5AA7-8F41-4F7D-A665-230635EF64A1}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = IpfsCore.vsmdi
EndGlobalSection
EndGlobal