From a5ff1e65d338d8e99d04916febc0d00ef6fba22e Mon Sep 17 00:00:00 2001 From: AP matsuo Date: Sun, 25 Jan 2026 21:32:48 +0900 Subject: [PATCH] GetAdoc -> Src_UI --- GetADocVS2017.sln | 2 +- GetADocVS2022.sln | 2 +- {GetADoc => Src_UI}/App.config | 0 {GetADoc => Src_UI}/App.xaml | 0 {GetADoc => Src_UI}/App.xaml.cs | 0 {GetADoc => Src_UI}/CustomMsgBox.cs | 0 {GetADoc => Src_UI}/GetADoc.csproj | 0 {GetADoc => Src_UI}/MainWindow.xaml | 0 {GetADoc => Src_UI}/MainWindow.xaml.cs | 0 {GetADoc => Src_UI}/Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 {GetADoc => Src_UI}/Properties/Resources.resx | 0 {GetADoc => Src_UI}/Properties/Settings.Designer.cs | 0 {GetADoc => Src_UI}/Properties/Settings.settings | 0 {GetADoc => Src_UI}/PushedButton.cs | 0 {GetADoc => Src_UI}/RightClickInst.cs | 0 {GetADoc => Src_UI}/RunBatch.cs | 0 {GetADoc => Src_UI}/TemporaryFolder.cs | 0 {GetADoc => Src_UI}/Themes/Generic.xaml | 0 {GetADoc => Src_UI}/ToggleSwitch.xaml | 0 {GetADoc => Src_UI}/ToggleSwitch.xaml.cs | 0 {GetADoc => Src_UI}/ViewModel.cs | 0 {GetADoc => Src_UI}/adoc.ico | Bin {GetADoc => Src_UI}/packages.config | 0 24 files changed, 2 insertions(+), 2 deletions(-) rename {GetADoc => Src_UI}/App.config (100%) rename {GetADoc => Src_UI}/App.xaml (100%) rename {GetADoc => Src_UI}/App.xaml.cs (100%) rename {GetADoc => Src_UI}/CustomMsgBox.cs (100%) rename {GetADoc => Src_UI}/GetADoc.csproj (100%) rename {GetADoc => Src_UI}/MainWindow.xaml (100%) rename {GetADoc => Src_UI}/MainWindow.xaml.cs (100%) rename {GetADoc => Src_UI}/Properties/AssemblyInfo.cs (100%) rename {GetADoc => Src_UI}/Properties/Resources.Designer.cs (100%) rename {GetADoc => Src_UI}/Properties/Resources.resx (100%) rename {GetADoc => Src_UI}/Properties/Settings.Designer.cs (100%) rename {GetADoc => Src_UI}/Properties/Settings.settings (100%) rename {GetADoc => Src_UI}/PushedButton.cs (100%) rename {GetADoc => Src_UI}/RightClickInst.cs (100%) rename {GetADoc => Src_UI}/RunBatch.cs (100%) rename {GetADoc => Src_UI}/TemporaryFolder.cs (100%) rename {GetADoc => Src_UI}/Themes/Generic.xaml (100%) rename {GetADoc => Src_UI}/ToggleSwitch.xaml (100%) rename {GetADoc => Src_UI}/ToggleSwitch.xaml.cs (100%) rename {GetADoc => Src_UI}/ViewModel.cs (100%) rename {GetADoc => Src_UI}/adoc.ico (100%) rename {GetADoc => Src_UI}/packages.config (100%) diff --git a/GetADocVS2017.sln b/GetADocVS2017.sln index 80c467e..7b426c3 100644 --- a/GetADocVS2017.sln +++ b/GetADocVS2017.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.1684 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetADoc", "GetADoc\GetADoc.csproj", "{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetADoc", "Src_UI\GetADoc.csproj", "{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/GetADocVS2022.sln b/GetADocVS2022.sln index 8e3b33a..f423915 100644 --- a/GetADocVS2022.sln +++ b/GetADocVS2022.sln @@ -4,7 +4,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.35013.160 MinimumVisualStudioVersion = 17.0.0.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetADoc", "GetADoc\GetADoc.csproj", "{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetADoc", "Src_UI\GetADoc.csproj", "{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/GetADoc/App.config b/Src_UI/App.config similarity index 100% rename from GetADoc/App.config rename to Src_UI/App.config diff --git a/GetADoc/App.xaml b/Src_UI/App.xaml similarity index 100% rename from GetADoc/App.xaml rename to Src_UI/App.xaml diff --git a/GetADoc/App.xaml.cs b/Src_UI/App.xaml.cs similarity index 100% rename from GetADoc/App.xaml.cs rename to Src_UI/App.xaml.cs diff --git a/GetADoc/CustomMsgBox.cs b/Src_UI/CustomMsgBox.cs similarity index 100% rename from GetADoc/CustomMsgBox.cs rename to Src_UI/CustomMsgBox.cs diff --git a/GetADoc/GetADoc.csproj b/Src_UI/GetADoc.csproj similarity index 100% rename from GetADoc/GetADoc.csproj rename to Src_UI/GetADoc.csproj diff --git a/GetADoc/MainWindow.xaml b/Src_UI/MainWindow.xaml similarity index 100% rename from GetADoc/MainWindow.xaml rename to Src_UI/MainWindow.xaml diff --git a/GetADoc/MainWindow.xaml.cs b/Src_UI/MainWindow.xaml.cs similarity index 100% rename from GetADoc/MainWindow.xaml.cs rename to Src_UI/MainWindow.xaml.cs diff --git a/GetADoc/Properties/AssemblyInfo.cs b/Src_UI/Properties/AssemblyInfo.cs similarity index 100% rename from GetADoc/Properties/AssemblyInfo.cs rename to Src_UI/Properties/AssemblyInfo.cs diff --git a/GetADoc/Properties/Resources.Designer.cs b/Src_UI/Properties/Resources.Designer.cs similarity index 100% rename from GetADoc/Properties/Resources.Designer.cs rename to Src_UI/Properties/Resources.Designer.cs diff --git a/GetADoc/Properties/Resources.resx b/Src_UI/Properties/Resources.resx similarity index 100% rename from GetADoc/Properties/Resources.resx rename to Src_UI/Properties/Resources.resx diff --git a/GetADoc/Properties/Settings.Designer.cs b/Src_UI/Properties/Settings.Designer.cs similarity index 100% rename from GetADoc/Properties/Settings.Designer.cs rename to Src_UI/Properties/Settings.Designer.cs diff --git a/GetADoc/Properties/Settings.settings b/Src_UI/Properties/Settings.settings similarity index 100% rename from GetADoc/Properties/Settings.settings rename to Src_UI/Properties/Settings.settings diff --git a/GetADoc/PushedButton.cs b/Src_UI/PushedButton.cs similarity index 100% rename from GetADoc/PushedButton.cs rename to Src_UI/PushedButton.cs diff --git a/GetADoc/RightClickInst.cs b/Src_UI/RightClickInst.cs similarity index 100% rename from GetADoc/RightClickInst.cs rename to Src_UI/RightClickInst.cs diff --git a/GetADoc/RunBatch.cs b/Src_UI/RunBatch.cs similarity index 100% rename from GetADoc/RunBatch.cs rename to Src_UI/RunBatch.cs diff --git a/GetADoc/TemporaryFolder.cs b/Src_UI/TemporaryFolder.cs similarity index 100% rename from GetADoc/TemporaryFolder.cs rename to Src_UI/TemporaryFolder.cs diff --git a/GetADoc/Themes/Generic.xaml b/Src_UI/Themes/Generic.xaml similarity index 100% rename from GetADoc/Themes/Generic.xaml rename to Src_UI/Themes/Generic.xaml diff --git a/GetADoc/ToggleSwitch.xaml b/Src_UI/ToggleSwitch.xaml similarity index 100% rename from GetADoc/ToggleSwitch.xaml rename to Src_UI/ToggleSwitch.xaml diff --git a/GetADoc/ToggleSwitch.xaml.cs b/Src_UI/ToggleSwitch.xaml.cs similarity index 100% rename from GetADoc/ToggleSwitch.xaml.cs rename to Src_UI/ToggleSwitch.xaml.cs diff --git a/GetADoc/ViewModel.cs b/Src_UI/ViewModel.cs similarity index 100% rename from GetADoc/ViewModel.cs rename to Src_UI/ViewModel.cs diff --git a/GetADoc/adoc.ico b/Src_UI/adoc.ico similarity index 100% rename from GetADoc/adoc.ico rename to Src_UI/adoc.ico diff --git a/GetADoc/packages.config b/Src_UI/packages.config similarity index 100% rename from GetADoc/packages.config rename to Src_UI/packages.config -- 2.22.0