Skip to content

Commit 0a26390

Browse files
authored
Move projects in to folders (#97)
* Move projects in to folders * Rename External libs to Libs
1 parent 081619f commit 0a26390

1,237 files changed

Lines changed: 334 additions & 354 deletions

File tree

Some content is hidden

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

src/Bitcoin/BitcoinD.csproj

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/Blockcore.sln

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

src/Blockcore/Blockcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46-
<ProjectReference Include="..\NBitcoin\NBitcoin.csproj" />
46+
<ProjectReference Include="..\External\NBitcoin\NBitcoin.csproj" />
4747
</ItemGroup>
4848

4949
<ItemGroup>
@@ -69,4 +69,4 @@
6969
<NoWarn>1701;1702;1705;IDE0008;</NoWarn>
7070
<DocumentationFile></DocumentationFile>
7171
</PropertyGroup>
72-
</Project>
72+
</Project>

src/Blockcore.Benchmark/Blockcore.Benchmark.csproj renamed to src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\NBitcoin\NBitcoin.csproj" />
18+
<ProjectReference Include="..\..\External\NBitcoin\NBitcoin.csproj" />
1919
</ItemGroup>
2020
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Blockcore.Benchmark/Uint256/Uint256_CreateNew.cs renamed to src/External/Blockcore.Benchmark/Uint256/Uint256_CreateNew.cs

File renamed without changes.

src/Blockcore.Benchmark/Uint256/Uint256_Serialize.cs renamed to src/External/Blockcore.Benchmark/Uint256/Uint256_Serialize.cs

File renamed without changes.

0 commit comments

Comments
 (0)