Skip to content

Commit

Permalink
リネーム Applications.Standalone.Base -> Applications.Standa
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Dec 3, 2023
1 parent 6138377 commit 2b0ed2d
Show file tree
Hide file tree
Showing 32 changed files with 53 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Standalone.Base\Applications.Standalone.Base.csproj" />
<ProjectReference Include="..\Standalone\Applications.Standalone.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@page "/create_db"
@using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
@using KeySwitchManager.Controllers.KeySwitches
@using KeySwitchManager.Presenters.KeySwitches
@using KeySwitchManager.Applications.Standalone.Base.KeySwitches
@using KeySwitchManager.Applications.Blazor.Services
@using KeySwitchManager.Applications.Standalone.KeySwitches
@using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions

@inject FileDownloadService DownloadService

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Standalone.Base\Applications.Standalone.Base.csproj" />
<ProjectReference Include="..\Standalone\Applications.Standalone.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Presenters.KeySwitches;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Commons.Data;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Infrastructures.Storage.Yaml.KeySwitches.Export;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Domain.KeySwitches.Models.Values;
using KeySwitchManager.Presenters.KeySwitches;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommandLine;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches;

namespace KeySwitchManager.Applications.CLI.Commands
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Domain.KeySwitches.Models.Values;
using KeySwitchManager.Presenters.KeySwitches;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Presenters.KeySwitches;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using CommandLine;

using KeySwitchManager.Applications.CLI.Views;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Presenters.KeySwitches;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<!-- Assembly -->
<Copyright>R-Koubou</Copyright>
<Company>R-Koubou</Company>
<AssemblyName>KeySwitchManager.Applications.Standalone.Base</AssemblyName>
<AssemblyName>KeySwitchManager.Applications.Standalone</AssemblyName>
<Product>KeySwitchManager Application Core Library</Product>
<Nullable>enable</Nullable>
<RootNamespace>KeySwitchManager.Applications.Standalone.Base</RootNamespace>
<RootNamespace>KeySwitchManager.Applications.Standalone</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using KeySwitchManager.UseCase.KeySwitches.Create;
using KeySwitchManager.UseCase.KeySwitches.Export;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions
{
public static class CreateControllerExtension
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Threading;
using System.Threading.Tasks;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.UseCase.KeySwitches.Delete;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions
{
public static class DeleteControllerExtension
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
using System.Threading;
using System.Threading.Tasks;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Domain.KeySwitches;
using KeySwitchManager.UseCase.KeySwitches.Export;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions
{
public static class ExportControllerExtension
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Threading;
using System.Threading.Tasks;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.UseCase.KeySwitches.Find;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions
{
public static class FindControllerExtension
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
using System.Threading;
using System.Threading.Tasks;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers;
using KeySwitchManager.Applications.Standalone.KeySwitches.Helpers;
using KeySwitchManager.Commons.Data;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Infrastructures.Storage.KeySwitches.Import;
using KeySwitchManager.Infrastructures.Storage.Spreadsheet.ClosedXml.KeySwitches.Import;
using KeySwitchManager.Infrastructures.Storage.Yaml.KeySwitches.Import;
using KeySwitchManager.UseCase.KeySwitches.Import;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions
{
public static class ImportControllerExtension
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches
namespace KeySwitchManager.Applications.Standalone.KeySwitches
{
public enum ExportFormat
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using KeySwitchManager.Infrastructures.Storage.Yaml.KeySwitches.Export;
using KeySwitchManager.UseCase.KeySwitches.Export;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Helpers
{
public static class ExportStrategyFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using KeySwitchManager.Infrastructures.Storage.Yaml.KeySwitches.Import;
using KeySwitchManager.UseCase.KeySwitches.Import;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Helpers
{
public static class ImportContentFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using KeySwitchManager.Domain.KeySwitches;
using KeySwitchManager.Infrastructures.Storage.Yaml.KeySwitches;

namespace KeySwitchManager.Applications.Standalone.Base.KeySwitches.Helpers
namespace KeySwitchManager.Applications.Standalone.KeySwitches.Helpers
{
public static class KeySwitchRepositoryFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\Interactors\Interactors.csproj" />
<ProjectReference Include="..\..\Presenters\Presenters.csproj" />
<ProjectReference Include="..\..\Views\Views.csproj" />
<ProjectReference Include="..\Standalone.Base\Applications.Standalone.Base.csproj" />
<ProjectReference Include="..\Standalone\Applications.Standalone.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ApplicationConfigModel
public string ImportDatabasePath { get; set; } = string.Empty;
public string ExportDatabasePath { get; set; } = string.Empty;
public string ExportDirectory { get; set; } = string.Empty;
public string ExportFormat { get; set; } = KeySwitchManager.Applications.Standalone.Base.KeySwitches.ExportFormat.Xlsx.ToString();
public string ExportFormat { get; set; } = KeySwitchManager.Applications.Standalone.KeySwitches.ExportFormat.Xlsx.ToString();
}

public static class ApplicationConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
using System.Threading.Tasks;
using System.Windows;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers;
using KeySwitchManager.Applications.Standalone.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions;
using KeySwitchManager.Applications.WPF.WpfView;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Presenters.KeySwitches;
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ProjectReference Include="..\..\Interactors\Interactors.csproj" />
<ProjectReference Include="..\..\Presenters\Presenters.csproj" />
<ProjectReference Include="..\..\Views\Views.csproj" />
<ProjectReference Include="..\Standalone.Base\Applications.Standalone.Base.csproj" />
<ProjectReference Include="..\Standalone\Applications.Standalone.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RkHelper" Version="0.0.10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Applications.Xamarin.Mac", "Applications.Xamarin.Mac.csproj", "{6343EE02-E18E-4492-B3B3-B0544ACE01E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Applications.Standalone.Core", "..\Standalone.Base\Applications.Standalone.Base.csproj", "{1AB3D306-52B3-45EE-AE4D-1AE78E1559F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -14,9 +12,5 @@ Global
{6343EE02-E18E-4492-B3B3-B0544ACE01E5}.Debug|Any CPU.Build.0 = Debug|x86
{6343EE02-E18E-4492-B3B3-B0544ACE01E5}.Release|Any CPU.ActiveCfg = Release|x86
{6343EE02-E18E-4492-B3B3-B0544ACE01E5}.Release|Any CPU.Build.0 = Release|x86
{1AB3D306-52B3-45EE-AE4D-1AE78E1559F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB3D306-52B3-45EE-AE4D-1AE78E1559F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB3D306-52B3-45EE-AE4D-1AE78E1559F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB3D306-52B3-45EE-AE4D-1AE78E1559F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

using Foundation;

using KeySwitchManager.Applications.Standalone.Base.KeySwitches;
using KeySwitchManager.Applications.Standalone.Base.KeySwitches.Extensions.Controllers;
using KeySwitchManager.Applications.Standalone.KeySwitches;
using KeySwitchManager.Applications.Standalone.KeySwitches.Controllers.Extensions;
using KeySwitchManager.Controllers.KeySwitches;
using KeySwitchManager.Presenters.KeySwitches;
using KeySwitchManager.Xamarin.Mac.UiKitView;
Expand Down

0 comments on commit 2b0ed2d

Please sign in to comment.