-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJsonRPC.sln
55 lines (55 loc) · 2.68 KB
/
JsonRPC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{0450F0E0-9A4D-43FD-828C-8F84CF84C2D1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonRPC", "src\JsonRPC\JsonRPC.csproj", "{CEA0E2DB-34A4-48C1-B05C-705605F8841C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E5C09A83-8E4E-4E1C-8F5A-A1D6DEF5951A}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{90423816-2148-4B78-A1B2-45FB89219183}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonRPC.UnitTests", "tests\JsonRPC.UnitTests\JsonRPC.UnitTests.csproj", "{0700B392-561D-46C6-937A-C2AA87ACDF5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEA0E2DB-34A4-48C1-B05C-705605F8841C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEA0E2DB-34A4-48C1-B05C-705605F8841C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEA0E2DB-34A4-48C1-B05C-705605F8841C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEA0E2DB-34A4-48C1-B05C-705605F8841C}.Release|Any CPU.Build.0 = Release|Any CPU
{0700B392-561D-46C6-937A-C2AA87ACDF5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0700B392-561D-46C6-937A-C2AA87ACDF5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0700B392-561D-46C6-937A-C2AA87ACDF5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0700B392-561D-46C6-937A-C2AA87ACDF5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEA0E2DB-34A4-48C1-B05C-705605F8841C} = {E5C09A83-8E4E-4E1C-8F5A-A1D6DEF5951A}
{0700B392-561D-46C6-937A-C2AA87ACDF5D} = {90423816-2148-4B78-A1B2-45FB89219183}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42F76AFC-CBD6-4298-96E0-6CF8B22CFB8F}
EndGlobalSection
EndGlobal