Skip to content

Commit

Permalink
Fix main module
Browse files Browse the repository at this point in the history
  • Loading branch information
kzorin52 committed Feb 27, 2024
1 parent e0a05f2 commit 94e364d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion NBip32Fast.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 0 additions & 18 deletions NBip32Fast.csproj → NBip32Fast/NBip32Fast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@
<None Include="LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<Compile Remove="NBip32Fast.Benchmark\**" />
<Compile Remove="NBip32Fast.Ed25519\**" />
<Compile Remove="NBip32Fast.Secp256K1\**" />
<Compile Remove="NBip32Fast.NistP256\**" />
<Compile Remove="NBip32Fast.Tests\**" />
<EmbeddedResource Remove="NBip32Fast.Benchmark\**" />
<EmbeddedResource Remove="NBip32Fast.Ed25519\**" />
<EmbeddedResource Remove="NBip32Fast.Secp256K1\**" />
<EmbeddedResource Remove="NBip32Fast.NistP256\**" />
<EmbeddedResource Remove="NBip32Fast.Tests\**" />
<None Remove="NBip32Fast.Benchmark\**" />
<None Remove="NBip32Fast.Ed25519\**" />
<None Remove="NBip32Fast.Secp256K1\**" />
<None Remove="NBip32Fast.NistP256\**" />
<None Remove="NBip32Fast.Tests\**" />
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.

0 comments on commit 94e364d

Please sign in to comment.