Skip to content

Commit

Permalink
Fix solution files (NethermindEth#6553)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Jan 17, 2024
1 parent 3e1ff45 commit fa4ff92
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Nethermind/Benchmarks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Network.Discover
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Network.Enr", "Nethermind.Network.Enr\Nethermind.Network.Enr.csproj", "{333B909F-DD34-42BE-A924-9C17D2D5CA31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Network.Contract", "Nethermind.Network.Contract\Nethermind.Network.Contract.csproj", "{74318D52-AC76-4C98-BCB8-F828D4A6E72E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -263,6 +265,10 @@ Global
{333B909F-DD34-42BE-A924-9C17D2D5CA31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{333B909F-DD34-42BE-A924-9C17D2D5CA31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{333B909F-DD34-42BE-A924-9C17D2D5CA31}.Release|Any CPU.Build.0 = Release|Any CPU
{74318D52-AC76-4C98-BCB8-F828D4A6E72E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74318D52-AC76-4C98-BCB8-F828D4A6E72E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74318D52-AC76-4C98-BCB8-F828D4A6E72E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74318D52-AC76-4C98-BCB8-F828D4A6E72E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -303,6 +309,7 @@ Global
{C03B1A82-43BE-49F0-967B-4FB97A60C225} = {57CE427C-455B-47A9-85D6-CEF379DC00F6}
{808DF0CF-6C13-45B5-805F-476C4909A0D4} = {57CE427C-455B-47A9-85D6-CEF379DC00F6}
{333B909F-DD34-42BE-A924-9C17D2D5CA31} = {57CE427C-455B-47A9-85D6-CEF379DC00F6}
{74318D52-AC76-4C98-BCB8-F828D4A6E72E} = {57CE427C-455B-47A9-85D6-CEF379DC00F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14335C6A-B827-4069-8D11-9DC9398E51F3}
Expand Down
63 changes: 63 additions & 0 deletions src/Nethermind/EthereumTests.sln
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,24 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethereum.KeyStore.Test", "E
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethereum.Blockchain.Pyspec.Test", "Ethereum.Blockchain.Pyspec.Test\Ethereum.Blockchain.Pyspec.Test.csproj", "{88E1E09E-A566-4165-9A3A-56C561BFEB0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.KeyStore", "Nethermind.KeyStore\Nethermind.KeyStore.csproj", "{372A35E2-60C2-4C09-8213-9742E5BC756A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Monitoring", "Nethermind.Monitoring\Nethermind.Monitoring.csproj", "{8280F907-B7AD-419D-A5EB-C9FA4ADEB946}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.JsonRpc", "Nethermind.JsonRpc\Nethermind.JsonRpc.csproj", "{6CF19E80-C6F7-4E48-89B5-6C280E9BE155}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Grpc", "Nethermind.Grpc\Nethermind.Grpc.csproj", "{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Wallet", "Nethermind.Wallet\Nethermind.Wallet.csproj", "{864F2EEA-16E7-49D0-BAD1-297586D6A870}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Network.Contract", "Nethermind.Network.Contract\Nethermind.Network.Contract.csproj", "{C5588C30-FC8B-400E-B74D-059C10FC58B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Network.Enr", "Nethermind.Network.Enr\Nethermind.Network.Enr.csproj", "{EEC15744-BE65-49A9-9224-ABC2BB687F6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Synchronization", "Nethermind.Synchronization\Nethermind.Synchronization.csproj", "{A3703872-F558-486F-9404-345AA2488D09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethermind.Sockets", "Nethermind.Sockets\Nethermind.Sockets.csproj", "{E9D67F92-D848-4DB3-A586-2AC6DE2A3933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -287,6 +305,42 @@ Global
{88E1E09E-A566-4165-9A3A-56C561BFEB0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88E1E09E-A566-4165-9A3A-56C561BFEB0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88E1E09E-A566-4165-9A3A-56C561BFEB0F}.Release|Any CPU.Build.0 = Release|Any CPU
{372A35E2-60C2-4C09-8213-9742E5BC756A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{372A35E2-60C2-4C09-8213-9742E5BC756A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{372A35E2-60C2-4C09-8213-9742E5BC756A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{372A35E2-60C2-4C09-8213-9742E5BC756A}.Release|Any CPU.Build.0 = Release|Any CPU
{8280F907-B7AD-419D-A5EB-C9FA4ADEB946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8280F907-B7AD-419D-A5EB-C9FA4ADEB946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8280F907-B7AD-419D-A5EB-C9FA4ADEB946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8280F907-B7AD-419D-A5EB-C9FA4ADEB946}.Release|Any CPU.Build.0 = Release|Any CPU
{6CF19E80-C6F7-4E48-89B5-6C280E9BE155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF19E80-C6F7-4E48-89B5-6C280E9BE155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF19E80-C6F7-4E48-89B5-6C280E9BE155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF19E80-C6F7-4E48-89B5-6C280E9BE155}.Release|Any CPU.Build.0 = Release|Any CPU
{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD}.Release|Any CPU.Build.0 = Release|Any CPU
{864F2EEA-16E7-49D0-BAD1-297586D6A870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{864F2EEA-16E7-49D0-BAD1-297586D6A870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{864F2EEA-16E7-49D0-BAD1-297586D6A870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{864F2EEA-16E7-49D0-BAD1-297586D6A870}.Release|Any CPU.Build.0 = Release|Any CPU
{C5588C30-FC8B-400E-B74D-059C10FC58B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5588C30-FC8B-400E-B74D-059C10FC58B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5588C30-FC8B-400E-B74D-059C10FC58B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5588C30-FC8B-400E-B74D-059C10FC58B2}.Release|Any CPU.Build.0 = Release|Any CPU
{EEC15744-BE65-49A9-9224-ABC2BB687F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEC15744-BE65-49A9-9224-ABC2BB687F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEC15744-BE65-49A9-9224-ABC2BB687F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEC15744-BE65-49A9-9224-ABC2BB687F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{A3703872-F558-486F-9404-345AA2488D09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3703872-F558-486F-9404-345AA2488D09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3703872-F558-486F-9404-345AA2488D09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3703872-F558-486F-9404-345AA2488D09}.Release|Any CPU.Build.0 = Release|Any CPU
{E9D67F92-D848-4DB3-A586-2AC6DE2A3933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D67F92-D848-4DB3-A586-2AC6DE2A3933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D67F92-D848-4DB3-A586-2AC6DE2A3933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D67F92-D848-4DB3-A586-2AC6DE2A3933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -317,6 +371,15 @@ Global
{FC3ACB10-117A-49E7-8DE9-788D39C2A8D2} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{3003089F-D036-4498-A89E-63EF2814515D} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{A586EBA6-9922-4359-BC8C-D90A6A9CBBDE} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{372A35E2-60C2-4C09-8213-9742E5BC756A} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{8280F907-B7AD-419D-A5EB-C9FA4ADEB946} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{6CF19E80-C6F7-4E48-89B5-6C280E9BE155} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{AACF2C3D-1190-4F2A-BE11-FD78B8B36FCD} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{864F2EEA-16E7-49D0-BAD1-297586D6A870} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{C5588C30-FC8B-400E-B74D-059C10FC58B2} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{EEC15744-BE65-49A9-9224-ABC2BB687F6D} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{A3703872-F558-486F-9404-345AA2488D09} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
{E9D67F92-D848-4DB3-A586-2AC6DE2A3933} = {199F75FD-E02D-4434-B4F0-0B35B63A1D77}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C13D618-3E1F-4A60-97AF-A310454B0AD8}
Expand Down

0 comments on commit fa4ff92

Please sign in to comment.