Skip to content

Commit 9e85c74

Browse files
committed
first steps to blockchain library
1 parent 5d3b370 commit 9e85c74

File tree

142 files changed

+2779
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2779
-0
lines changed

AlmostBinary.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Project("{840C416C-B8F3-42BC-B0DD-F6BB14C9F8CB}") = "AlmostBinary_Runtime.Instal
2121
EndProject
2222
Project("{840C416C-B8F3-42BC-B0DD-F6BB14C9F8CB}") = "AlmostBinary_Compiler.Installer", "AlmostBinary_Compiler.Installer\AlmostBinary_Compiler.Installer.aiproj", "{2B36D835-0907-40B7-A730-804260012F9D}"
2323
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlmostBinary_BlockhainLibrary", "AlmostBinary_BlockhainLibrary\AlmostBinary_BlockhainLibrary.csproj", "{B7686EA5-E684-4FBD-8241-A0609B7C0B14}"
25+
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
All|Any CPU = All|Any CPU
@@ -82,6 +84,12 @@ Global
8284
{2B36D835-0907-40B7-A730-804260012F9D}.Debug|Any CPU.Build.0 = DefaultBuild
8385
{2B36D835-0907-40B7-A730-804260012F9D}.Release|Any CPU.ActiveCfg = DefaultBuild
8486
{2B36D835-0907-40B7-A730-804260012F9D}.Release|Any CPU.Build.0 = DefaultBuild
87+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.All|Any CPU.ActiveCfg = Debug|Any CPU
88+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.All|Any CPU.Build.0 = Debug|Any CPU
89+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.Debug|Any CPU.Build.0 = Debug|Any CPU
91+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.Release|Any CPU.ActiveCfg = Release|Any CPU
92+
{B7686EA5-E684-4FBD-8241-A0609B7C0B14}.Release|Any CPU.Build.0 = Release|Any CPU
8593
EndGlobalSection
8694
GlobalSection(SolutionProperties) = preSolution
8795
HideSolutionNode = FALSE
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)