-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnRamp.sln
48 lines (48 loc) · 2.25 KB
/
OnRamp.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 Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnRamp", "src\OnRamp\OnRamp.csproj", "{5ED58315-6667-477F-BEFB-8787663B0467}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5BD26E10-07D0-40A6-A35F-AE8A11F119C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnRamp.Test", "tests\OnRamp.Test\OnRamp.Test.csproj", "{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A51ED16B-18A6-44F2-89C6-6FBF4EEE8023}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
nuget-publish.ps1 = nuget-publish.ps1
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ED58315-6667-477F-BEFB-8787663B0467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED58315-6667-477F-BEFB-8787663B0467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED58315-6667-477F-BEFB-8787663B0467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED58315-6667-477F-BEFB-8787663B0467}.Release|Any CPU.Build.0 = Release|Any CPU
{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6BC7C384-1C3E-4114-8ADD-73A90F2BA7D7} = {5BD26E10-07D0-40A6-A35F-AE8A11F119C1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3725A08E-D08D-4D31-A2E4-F945CD2EDE7A}
EndGlobalSection
EndGlobal