diff --git a/GetADocVS2017.sln b/GetADocVS2017.sln index 80c467edd6f9be7b7d43cd91f14dc5750cbe2e3b..7b426c326c0f0e29c3b2848b8927c6d5662ca368 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 8e3b33afe94b2df401d4ae9bbdc316f519ed62b4..f423915756730d5a01976cd638b45e568053beda 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