Skip to content

Commit 0ce71d5

Browse files
authored
Fix project references (#245)
1 parent 68ded29 commit 0ce71d5

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<Description>LevelDb persistence package for core features</Description>
5-
<AssemblyTitle>Blockcore.Features.Persistence.LevelDb.Package</AssemblyTitle>
6-
<AssemblyName>Blockcore.Features.Persistence.LevelDb.Package</AssemblyName>
7-
<PackageId>Blockcore.Features.Persistence.LevelDb.Package</PackageId>
5+
<AssemblyTitle>Blockcore.Features.Persistence.LevelDb.CorePackage</AssemblyTitle>
6+
<AssemblyName>Blockcore.Features.Persistence.LevelDb.CorePackage</AssemblyName>
7+
<PackageId>Blockcore.Features.Persistence.LevelDb.CorePackage</PackageId>
88
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
99
<Authors>Blockcore</Authors>
1010
<IsPackable>true</IsPackable>

src/Networks/Bitcoin/Bitcoind/BitcoinD.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
1920
<ProjectReference Include="..\Blockcore.Networks.Bitcoin\Blockcore.Networks.Bitcoin.csproj" />
2021
<ProjectReference Include="..\..\..\Features\Blockcore.Features.NodeHost\Blockcore.Features.NodeHost.csproj" />
2122
<ProjectReference Include="..\..\..\Features\Blockcore.Features.BlockStore\Blockcore.Features.BlockStore.csproj" />
@@ -24,7 +25,6 @@
2425
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Miner\Blockcore.Features.Miner.csproj" />
2526
<ProjectReference Include="..\..\..\Features\Blockcore.Features.RPC\Blockcore.Features.RPC.csproj" />
2627
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
27-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
2828
<ProjectReference Include="..\..\..\Blockcore\Blockcore.csproj" />
2929
</ItemGroup>
3030
</Project>

src/Networks/City/City.Node/City.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<ProjectReference Include="..\..\..\Features\Blockcore.Features.RPC\Blockcore.Features.RPC.csproj" />
2222
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2323
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
24-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
2524
</ItemGroup>
2625

2726
<ItemGroup>
27+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
2828
<ProjectReference Include="..\City\Blockcore.Networks.City.csproj" />
2929
</ItemGroup>
3030
</Project>

src/Networks/OpenExo/OpenExo.Node/OpenExo.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<ProjectReference Include="..\..\..\Features\Blockcore.Features.RPC\Blockcore.Features.RPC.csproj" />
2323
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2424
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
25-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
2625
</ItemGroup>
2726

2827
<ItemGroup>
28+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
2929
<ProjectReference Include="..\OpenExo\OpenExo.csproj" />
3030
</ItemGroup>
3131
</Project>

src/Networks/Rutanio/Rutanio.Node/Rutanio.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<ProjectReference Include="..\..\..\Features\Blockcore.Features.RPC\Blockcore.Features.RPC.csproj" />
2323
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2424
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
25-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
2625
</ItemGroup>
2726

2827
<ItemGroup>
28+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
2929
<ProjectReference Include="..\Rutanio\Rutanio.csproj" />
3030
</ItemGroup>
3131
</Project>

src/Networks/Stratis/StratisDns/StratisDnsD.csproj

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

1717
<ItemGroup>
18+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
1819
<ProjectReference Include="..\Blockcore.Networks.Stratis\Blockcore.Networks.Stratis.csproj" />
1920
<ProjectReference Include="..\..\..\Features\Blockcore.Features.NodeHost\Blockcore.Features.NodeHost.csproj" />
2021
<ProjectReference Include="..\..\..\Features\Blockcore.Features.BlockStore\Blockcore.Features.BlockStore.csproj" />
@@ -26,6 +27,5 @@
2627
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2728
<ProjectReference Include="..\..\..\Blockcore\Blockcore.csproj" />
2829
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
29-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
3030
</ItemGroup>
3131
</Project>

src/Networks/Stratis/Stratisd/StratisD.csproj

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

1717
<ItemGroup>
18+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
1819
<ProjectReference Include="..\Blockcore.Networks.Stratis\Blockcore.Networks.Stratis.csproj" />
1920
<ProjectReference Include="..\..\..\Features\Blockcore.Features.NodeHost\Blockcore.Features.NodeHost.csproj" />
2021
<ProjectReference Include="..\..\..\Features\Blockcore.Features.BlockStore\Blockcore.Features.BlockStore.csproj" />
@@ -27,6 +28,5 @@
2728
<ProjectReference Include="..\..\..\Blockcore\Blockcore.csproj" />
2829
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Diagnostic\Blockcore.Features.Diagnostic.csproj" />
2930
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
30-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
3131
</ItemGroup>
3232
</Project>

src/Networks/Xds/Xdsd/XdsD.csproj

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

1717
<ItemGroup>
18+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
1819
<ProjectReference Include="..\Blockcore.Networks.Xds\Blockcore.Networks.Xds.csproj" />
1920
<ProjectReference Include="..\..\..\Features\Blockcore.Features.NodeHost\Blockcore.Features.NodeHost.csproj" />
2021
<ProjectReference Include="..\..\..\Features\Blockcore.Features.BlockStore\Blockcore.Features.BlockStore.csproj" />
@@ -27,6 +28,5 @@
2728
<ProjectReference Include="..\..\..\Blockcore\Blockcore.csproj" />
2829
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Diagnostic\Blockcore.Features.Diagnostic.csproj" />
2930
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
30-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
3131
</ItemGroup>
3232
</Project>

src/Networks/x42/x42.Node/x42.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectReference Include="..\..\..\Features\Blockcore.Features.WalletWatchOnly\Blockcore.Features.WalletWatchOnly.csproj" />
2424
<ProjectReference Include="..\..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2525
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
26-
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
26+
<ProjectReference Include="..\..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
2727
<ProjectReference Include="..\x42\x42.Networks.csproj" />
2828
</ItemGroup>
2929
</Project>

src/Node/Blockcore.Node/Blockcore.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<ProjectReference Include="..\..\Features\Persistence\Blockcore.Features.Persistence.Rocksdb.CorePackage\Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj" />
1415
<ProjectReference Include="..\..\Networks\Bitcoin\Blockcore.Networks.Bitcoin\Blockcore.Networks.Bitcoin.csproj" />
1516
<ProjectReference Include="..\..\Networks\City\City\Blockcore.Networks.City.csproj" />
1617
<ProjectReference Include="..\..\Networks\OpenExo\OpenExo\OpenExo.csproj" />
@@ -27,7 +28,6 @@
2728
<ProjectReference Include="..\..\Features\Blockcore.Features.RPC\Blockcore.Features.RPC.csproj" />
2829
<ProjectReference Include="..\..\Features\Blockcore.Features.Wallet\Blockcore.Features.Wallet.csproj" />
2930
<ProjectReference Include="..\..\Features\Persistence\Blockcore.Features.Persistence.LevelDb.CorePackage\Blockcore.Features.Persistence.LevelDb.CorePackage.csproj" />
30-
<ProjectReference Include="..\..\Features\Persistence\Blockcore.Features.Persistence.RocksDb.CorePackage\Blockcore.Features.Persistence.RocksDb.CorePackage.csproj" />
3131
</ItemGroup>
3232

3333
</Project>

0 commit comments

Comments
 (0)