Skip to content

Commit

Permalink
fix: Build fix from renaming on Lib9c
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee committed Jan 14, 2025
1 parent 1b47846 commit 1f75e83
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\Lib9c\.Lib9c.Plugin.Shared\Lib9c.Plugin.Shared.csproj" />
<ProjectReference Include="..\Lib9c\.Libplanet.Extensions.ActionEvaluatorCommonComponents\Libplanet.Extensions.ActionEvaluatorCommonComponents.csproj" />
<ProjectReference Include="..\Lib9c\.Lib9c.ActionEvaluatorCommonComponents\Lib9c.ActionEvaluatorCommonComponents.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Reflection;
using System.Security.Cryptography;
using Lib9c.ActionEvaluatorCommonComponents;
using Lib9c.Plugin.Shared;
using Libplanet.Action;
using Libplanet.Action.Loader;
using Libplanet.Common;
using Libplanet.Extensions.ActionEvaluatorCommonComponents;
using Libplanet.Store.Trie;
using Libplanet.Types.Blocks;

Expand Down
20 changes: 20 additions & 0 deletions NineChronicles.Headless.Executable.sln
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Libplanet.Extensions.Plugge
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib9c.Plugin.Shared", "Lib9c\.Lib9c.Plugin.Shared\Lib9c.Plugin.Shared.csproj", "{3D32DA34-E619-429F-8421-848FF4F14417}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib9c.ActionEvaluatorCommonComponents", "Lib9c\.Lib9c.ActionEvaluatorCommonComponents\Lib9c.ActionEvaluatorCommonComponents.csproj", "{7FD885A2-22DC-4061-9F34-DF0CC29133F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -461,6 +463,24 @@ Global
{3D32DA34-E619-429F-8421-848FF4F14417}.Release|x64.Build.0 = Release|Any CPU
{3D32DA34-E619-429F-8421-848FF4F14417}.Release|x86.ActiveCfg = Release|Any CPU
{3D32DA34-E619-429F-8421-848FF4F14417}.Release|x86.Build.0 = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|x64.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|x64.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|x86.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Debug|x86.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|Any CPU.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|Any CPU.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|x64.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|x64.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|x86.ActiveCfg = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.DevEx|x86.Build.0 = Debug|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|Any CPU.Build.0 = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|x64.ActiveCfg = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|x64.Build.0 = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|x86.ActiveCfg = Release|Any CPU
{7FD885A2-22DC-4061-9F34-DF0CC29133F9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion NineChronicles.Headless.Tests/Action/ActionContext.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Collections.Generic;
using Lib9c.ActionEvaluatorCommonComponents;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Extensions.ActionEvaluatorCommonComponents;
using Libplanet.Types.Assets;
using Libplanet.Types.Blocks;
using Libplanet.Types.Evidence;
Expand Down

0 comments on commit 1f75e83

Please sign in to comment.