Commit da12fd3
authored
Move properties to the root .props file (#94)
- This commit moves most of the properties from individual project files into a shared props file.
- The props files are not inherited, so they are all removed from individual folders which was used to set the IsPackable property. This is added to individual project files instead.
- Delete all AssemblyInfo.cs files from properties folder.
- Move all version properties into a singular place, making updates easier.
- Changes the assembly name of NBitcoin fork to "Blockcore.NBitcoin".
- Automatically makes internals visible to .Tests projects based on script in .props file.
- Remove some old NETCORE conditional checks.1 parent dbbc2e1 commit da12fd3
81 files changed
Lines changed: 63 additions & 962 deletions
File tree
- src
- Bitcoin.Cli
- Bitcoin
- Properties
- Blockcore.Benchmark
- Blockcore.Features.Api.Tests
- Blockcore.Features.Api
- Blockcore.Features.BlockStore.Tests
- Blockcore.Features.BlockStore
- Blockcore.Features.ColdStaking.Tests
- Blockcore.Features.ColdStaking
- Blockcore.Features.Consensus.Tests
- Blockcore.Features.Consensus
- Blockcore.Features.Diagnostic
- Blockcore.Features.Dns.Tests
- Blockcore.Features.Dns
- Blockcore.Features.MemoryPool.Tests
- Blockcore.Features.MemoryPool
- Properties
- Blockcore.Features.Miner.Tests
- Blockcore.Features.Miner
- Blockcore.Features.PoA.Tests
- Blockcore.Features.PoA
- Blockcore.Features.RPC.Tests
- Blockcore.Features.RPC
- Blockcore.Features.SignalR
- Blockcore.Features.Wallet.Tests
- Blockcore.Features.Wallet
- Blockcore.IntegrationTests.Common
- Blockcore.IntegrationTests
- Properties
- Blockcore.Networks.Bitcoin
- Blockcore.Networks.Stratis
- Blockcore.Networks.Xds
- Blockcore.Tests.Common
- Blockcore.Tests.Wallet.Common
- Blockcore.Tests
- Properties
- Blockcore
- Properties
- NBitcoin.Tests
- NBitcoin
- BIP39
- BouncyCastle/util
- io
- Crypto
- Cryptsharp
- OpenAsset
- Properties
- StratisDns
- Properties
- Stratis
- Properties
- Xds
- Properties
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | | - | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 7 | | |
18 | 8 | | |
19 | 9 | | |
| |||
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 8 | | |
20 | | - | |
21 | | - | |
| 9 | + | |
| 10 | + | |
22 | 11 | | |
23 | 12 | | |
24 | 13 | | |
| |||
37 | 26 | | |
38 | 27 | | |
39 | 28 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 29 | | |
45 | 30 | | |
46 | 31 | | |
| |||
This file was deleted.
0 commit comments