forked from Ibasa/Ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIbasa.Ripple.sln
60 lines (60 loc) · 3.36 KB
/
Ibasa.Ripple.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
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ibasa.Ripple", "src\Ibasa.Ripple.csproj", "{C2EAA9E7-EB2A-4C73-AA39-65F284B79954}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ibasa.Ripple.Tests", "tests\Ibasa.Ripple.Tests.csproj", "{767BC330-8352-4B41-BEAD-66B2C3A77C9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7394B44-62D7-4E61-BFDE-2960DCCDF1D7}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{2265D6DD-2250-4856-9AA8-B1E4C84B55D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{14D4FC7A-4E2D-4CE2-8B9C-9E5DF109A075}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GenerateDefinitions", "GenerateDefinitions\GenerateDefinitions.fsproj", "{B6178787-F248-4450-A706-7995C8D41A88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "example\Example\Example.csproj", "{339EF0D7-875C-429D-810D-78C5E9AB7FB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2EAA9E7-EB2A-4C73-AA39-65F284B79954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2EAA9E7-EB2A-4C73-AA39-65F284B79954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2EAA9E7-EB2A-4C73-AA39-65F284B79954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2EAA9E7-EB2A-4C73-AA39-65F284B79954}.Release|Any CPU.Build.0 = Release|Any CPU
{767BC330-8352-4B41-BEAD-66B2C3A77C9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{767BC330-8352-4B41-BEAD-66B2C3A77C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{767BC330-8352-4B41-BEAD-66B2C3A77C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{767BC330-8352-4B41-BEAD-66B2C3A77C9E}.Release|Any CPU.Build.0 = Release|Any CPU
{B6178787-F248-4450-A706-7995C8D41A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6178787-F248-4450-A706-7995C8D41A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6178787-F248-4450-A706-7995C8D41A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6178787-F248-4450-A706-7995C8D41A88}.Release|Any CPU.Build.0 = Release|Any CPU
{339EF0D7-875C-429D-810D-78C5E9AB7FB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{339EF0D7-875C-429D-810D-78C5E9AB7FB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{339EF0D7-875C-429D-810D-78C5E9AB7FB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{339EF0D7-875C-429D-810D-78C5E9AB7FB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2265D6DD-2250-4856-9AA8-B1E4C84B55D5} = {A7394B44-62D7-4E61-BFDE-2960DCCDF1D7}
{14D4FC7A-4E2D-4CE2-8B9C-9E5DF109A075} = {2265D6DD-2250-4856-9AA8-B1E4C84B55D5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7EB2E54-3B51-45A9-8B71-E61981D3DAB4}
EndGlobalSection
EndGlobal