From 94e364d2be0642fb99596689b04fafbd203d654d Mon Sep 17 00:00:00 2001 From: Temnij Date: Tue, 27 Feb 2024 13:30:09 +0600 Subject: [PATCH] Fix main module --- NBip32Fast.sln | 2 +- HdKey.cs => NBip32Fast/HdKey.cs | 0 .../Interfaces}/IHdKeyAlgo.cs | 0 KeyPath.cs => NBip32Fast/KeyPath.cs | 0 LICENSE.txt => NBip32Fast/LICENSE.txt | 0 .../NBip32Fast.csproj | 18 ------------------ README.md => NBip32Fast/README.md | 0 guidelines.txt => NBip32Fast/guidelines.txt | 0 8 files changed, 1 insertion(+), 19 deletions(-) rename HdKey.cs => NBip32Fast/HdKey.cs (100%) rename {Interfaces => NBip32Fast/Interfaces}/IHdKeyAlgo.cs (100%) rename KeyPath.cs => NBip32Fast/KeyPath.cs (100%) rename LICENSE.txt => NBip32Fast/LICENSE.txt (100%) rename NBip32Fast.csproj => NBip32Fast/NBip32Fast.csproj (58%) rename README.md => NBip32Fast/README.md (100%) rename guidelines.txt => NBip32Fast/guidelines.txt (100%) diff --git a/NBip32Fast.sln b/NBip32Fast.sln index eacd74f..91b9bfa 100644 --- a/NBip32Fast.sln +++ b/NBip32Fast.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34414.90 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBip32Fast", "NBip32Fast.csproj", "{CCDCAE43-E012-44A8-9011-E24D3BA23194}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBip32Fast", "NBip32Fast\NBip32Fast.csproj", "{CCDCAE43-E012-44A8-9011-E24D3BA23194}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBip32Fast.Tests", "NBip32Fast.Tests\NBip32Fast.Tests.csproj", "{B67F66C0-7D00-4A47-92CD-0FD6150EA0A0}" EndProject diff --git a/HdKey.cs b/NBip32Fast/HdKey.cs similarity index 100% rename from HdKey.cs rename to NBip32Fast/HdKey.cs diff --git a/Interfaces/IHdKeyAlgo.cs b/NBip32Fast/Interfaces/IHdKeyAlgo.cs similarity index 100% rename from Interfaces/IHdKeyAlgo.cs rename to NBip32Fast/Interfaces/IHdKeyAlgo.cs diff --git a/KeyPath.cs b/NBip32Fast/KeyPath.cs similarity index 100% rename from KeyPath.cs rename to NBip32Fast/KeyPath.cs diff --git a/LICENSE.txt b/NBip32Fast/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to NBip32Fast/LICENSE.txt diff --git a/NBip32Fast.csproj b/NBip32Fast/NBip32Fast.csproj similarity index 58% rename from NBip32Fast.csproj rename to NBip32Fast/NBip32Fast.csproj index a9723c9..fe57a85 100644 --- a/NBip32Fast.csproj +++ b/NBip32Fast/NBip32Fast.csproj @@ -26,22 +26,4 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/NBip32Fast/README.md similarity index 100% rename from README.md rename to NBip32Fast/README.md diff --git a/guidelines.txt b/NBip32Fast/guidelines.txt similarity index 100% rename from guidelines.txt rename to NBip32Fast/guidelines.txt