Skip to content

Commit

Permalink
namespace/assembly renaming, some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruzihm committed Feb 23, 2025
1 parent b08e3e9 commit 813006a
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DMCompiler/DMCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\OpenDreamCommon\OpenDreamCommon.csproj" />
<ProjectReference Include="..\OpenDreamCommon\OpenDreamShared.Common.csproj" />
<ProjectReference Include="..\OpenDreamNoClient\OpenDreamNoClient.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenDream.sln
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenDreamPackageTool", "Ope
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robust.Xaml", "RobustToolbox\Robust.Xaml\Robust.Xaml.csproj", "{62F71077-77A6-4F0F-9A47-AA341668E194}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenDreamCommon", "OpenDreamCommon\OpenDreamCommon.csproj", "{556A81FF-5A5F-4DC9-9E18-AFD9767FA082}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenDreamShared.Common", "OpenDreamCommon\OpenDreamShared.Common.csproj", "{556A81FF-5A5F-4DC9-9E18-AFD9767FA082}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenDreamNoClient", "OpenDreamNoClient\OpenDreamNoClient.csproj", "{CCBE231F-192D-4CDB-8931-555B04B56534}"
EndProject
Expand Down
1 change: 0 additions & 1 deletion OpenDreamClient/Interface/Prompts/InputWindow.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using OpenDreamShared.Common.DM;
using OpenDreamShared.Dream;
using Robust.Client.UserInterface;

namespace OpenDreamClient.Interface.Prompts;
Expand Down
1 change: 0 additions & 1 deletion OpenDreamClient/Interface/Prompts/ListPrompt.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using OpenDreamShared.Common.DM;
using OpenDreamShared.Dream;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.Input;
Expand Down
2 changes: 1 addition & 1 deletion OpenDreamNoClient/OpenDreamNoClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\OpenDreamCommon\OpenDreamCommon.csproj" />
<ProjectReference Include="..\OpenDreamCommon\OpenDreamShared.Common.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion OpenDreamPackaging/DreamPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ await RobustSharedPackaging.WriteContentAssemblies(
inputPass,
contentDir,
"Content.Client",
new[] { "OpenDreamClient", "OpenDreamShared", "OpenDreamCommon" },
new[] { "OpenDreamClient", "OpenDreamShared", "OpenDreamShared.Common" },
cancel: cancel);

await RobustClientPackaging.WriteClientResources(contentDir, inputPass, cancel);
Expand Down
2 changes: 1 addition & 1 deletion OpenDreamRuntime/OpenDreamRuntime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenDreamCommon\OpenDreamCommon.csproj" />
<ProjectReference Include="..\OpenDreamCommon\OpenDreamShared.Common.csproj" />
<ProjectReference Include="..\OpenDreamNoClient\OpenDreamNoClient.csproj" />
<ProjectReference Include="..\OpenDreamPackaging\OpenDreamPackaging.csproj" />
<ProjectReference Include="..\OpenDreamShared\OpenDreamShared.csproj" />
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace OpenDreamShared.Common.Bytecode;

public interface IOpcodeVerifier {
public string GetOpcodesHash();
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion OpenDreamShared/OpenDreamShared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenDreamCommon\OpenDreamCommon.csproj" />
<ProjectReference Include="..\OpenDreamCommon\OpenDreamShared.Common.csproj" />
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
Expand Down

0 comments on commit 813006a

Please sign in to comment.