-
Notifications
You must be signed in to change notification settings - Fork 1
/
interlockledger-peer2peer.sln
51 lines (51 loc) · 2.79 KB
/
interlockledger-peer2peer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterlockLedger.Peer2Peer", "InterlockLedger.Peer2Peer\InterlockLedger.Peer2Peer.csproj", "{A658D7AA-3DEB-4C0A-B093-B8F530A082B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterlockLedger.Peer2Peer.UnitTests", "InterlockLedger.Peer2Peer.UnitTests\InterlockLedger.Peer2Peer.UnitTests.csproj", "{F30C1EF7-0321-4ABD-9292-DF6CBF81F407}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.InterlockLedger.Peer2Peer", "Demo.InterlockLedger.Peer2Peer\Demo.InterlockLedger.Peer2Peer.csproj", "{10FB314B-84D8-42CB-9B38-F2ECB0DBE017}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{54853861-C597-44CD-B55C-FDA9B6B0ABB9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.nuget.config = .nuget.config
copyright.template = copyright.template
.github\workflows\create-diagram.yml = .github\workflows\create-diagram.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
LICENSE = LICENSE
.github\workflows\pushnuget.yml = .github\workflows\pushnuget.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A658D7AA-3DEB-4C0A-B093-B8F530A082B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A658D7AA-3DEB-4C0A-B093-B8F530A082B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A658D7AA-3DEB-4C0A-B093-B8F530A082B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A658D7AA-3DEB-4C0A-B093-B8F530A082B2}.Release|Any CPU.Build.0 = Release|Any CPU
{F30C1EF7-0321-4ABD-9292-DF6CBF81F407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30C1EF7-0321-4ABD-9292-DF6CBF81F407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30C1EF7-0321-4ABD-9292-DF6CBF81F407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30C1EF7-0321-4ABD-9292-DF6CBF81F407}.Release|Any CPU.Build.0 = Release|Any CPU
{10FB314B-84D8-42CB-9B38-F2ECB0DBE017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10FB314B-84D8-42CB-9B38-F2ECB0DBE017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10FB314B-84D8-42CB-9B38-F2ECB0DBE017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10FB314B-84D8-42CB-9B38-F2ECB0DBE017}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AD5AA31-9D7A-48A4-A904-38B6FE3C6E91}
EndGlobalSection
EndGlobal