Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pathartl committed Dec 29, 2023
1 parent 67d21a6 commit 7a9c3d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SRWE.CLI/SRWE.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B9FC42BC-D268-401E-A0D8-82F56C64BE8B}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>SWRE.CLI</RootNamespace>
<AssemblyName>SWRE.CLI</AssemblyName>
<RootNamespace>SRWE.CLI</RootNamespace>
<AssemblyName>SRWE.CLI</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
4 changes: 2 additions & 2 deletions SRWE.Shared/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions SRWE.Shared/SRWE.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{C4D5B45A-0643-451E-82A3-D0E317FA7B8B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SWRE.Shared</RootNamespace>
<AssemblyName>SWRE.Shared</AssemblyName>
<RootNamespace>SRWE.Shared</RootNamespace>
<AssemblyName>SRWE.Shared</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand Down
2 changes: 1 addition & 1 deletion SRWE.Shared/SRWE_Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Xml.XPath;
using System.Globalization;
using System.Windows.Forms;
using SWRE.Shared;
using SRWE.Shared;


namespace SRWE.Shared
Expand Down

0 comments on commit 7a9c3d6

Please sign in to comment.