diff --git a/SINoCOLO.sln b/SINoCOLO.sln index 846f15b..4ff1bd3 100644 --- a/SINoCOLO.sln +++ b/SINoCOLO.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30717.126 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieExtract", "MovieExtract\MovieExtract.csproj", "{E858C254-4CCD-45F8-A51B-B1B8366570D9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util-MovieExtract", "Util-MovieExtract\Util-MovieExtract.csproj", "{E858C254-4CCD-45F8-A51B-B1B8366570D9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageScan", "ImageScan\ImageScan.csproj", "{F4E6E766-9E81-40FC-A187-168CE59AD94D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util-ImageDebug", "Util-ImageDebug\Util-ImageDebug.csproj", "{F4E6E766-9E81-40FC-A187-168CE59AD94D}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SINoVision", "SINoVision\SINoVision.csproj", "{29DD44C2-B523-40E9-8994-D30A22581FE9}" EndProject diff --git a/ImageScan/App.config b/Util-ImageDebug/App.config similarity index 100% rename from ImageScan/App.config rename to Util-ImageDebug/App.config diff --git a/ImageScan/MLDataExporter.cs b/Util-ImageDebug/MLDataExporter.cs similarity index 100% rename from ImageScan/MLDataExporter.cs rename to Util-ImageDebug/MLDataExporter.cs diff --git a/ImageScan/MainForm.Designer.cs b/Util-ImageDebug/MainForm.Designer.cs similarity index 100% rename from ImageScan/MainForm.Designer.cs rename to Util-ImageDebug/MainForm.Designer.cs diff --git a/ImageScan/MainForm.cs b/Util-ImageDebug/MainForm.cs similarity index 100% rename from ImageScan/MainForm.cs rename to Util-ImageDebug/MainForm.cs diff --git a/ImageScan/MainForm.resx b/Util-ImageDebug/MainForm.resx similarity index 100% rename from ImageScan/MainForm.resx rename to Util-ImageDebug/MainForm.resx diff --git a/ImageScan/Program.cs b/Util-ImageDebug/Program.cs similarity index 100% rename from ImageScan/Program.cs rename to Util-ImageDebug/Program.cs diff --git a/ImageScan/Properties/AssemblyInfo.cs b/Util-ImageDebug/Properties/AssemblyInfo.cs similarity index 100% rename from ImageScan/Properties/AssemblyInfo.cs rename to Util-ImageDebug/Properties/AssemblyInfo.cs diff --git a/ImageScan/Properties/Resources.Designer.cs b/Util-ImageDebug/Properties/Resources.Designer.cs similarity index 100% rename from ImageScan/Properties/Resources.Designer.cs rename to Util-ImageDebug/Properties/Resources.Designer.cs diff --git a/ImageScan/Properties/Resources.resx b/Util-ImageDebug/Properties/Resources.resx similarity index 100% rename from ImageScan/Properties/Resources.resx rename to Util-ImageDebug/Properties/Resources.resx diff --git a/ImageScan/Properties/Settings.Designer.cs b/Util-ImageDebug/Properties/Settings.Designer.cs similarity index 100% rename from ImageScan/Properties/Settings.Designer.cs rename to Util-ImageDebug/Properties/Settings.Designer.cs diff --git a/ImageScan/Properties/Settings.settings b/Util-ImageDebug/Properties/Settings.settings similarity index 100% rename from ImageScan/Properties/Settings.settings rename to Util-ImageDebug/Properties/Settings.settings diff --git a/ImageScan/ImageScan.csproj b/Util-ImageDebug/Util-ImageDebug.csproj similarity index 100% rename from ImageScan/ImageScan.csproj rename to Util-ImageDebug/Util-ImageDebug.csproj diff --git a/ImageScan/packages.config b/Util-ImageDebug/packages.config similarity index 100% rename from ImageScan/packages.config rename to Util-ImageDebug/packages.config diff --git a/MovieExtract/App.xaml b/Util-MovieExtract/App.xaml similarity index 100% rename from MovieExtract/App.xaml rename to Util-MovieExtract/App.xaml diff --git a/MovieExtract/App.xaml.cs b/Util-MovieExtract/App.xaml.cs similarity index 100% rename from MovieExtract/App.xaml.cs rename to Util-MovieExtract/App.xaml.cs diff --git a/MovieExtract/Assets/LockScreenLogo.scale-200.png b/Util-MovieExtract/Assets/LockScreenLogo.scale-200.png similarity index 100% rename from MovieExtract/Assets/LockScreenLogo.scale-200.png rename to Util-MovieExtract/Assets/LockScreenLogo.scale-200.png diff --git a/MovieExtract/Assets/SplashScreen.scale-200.png b/Util-MovieExtract/Assets/SplashScreen.scale-200.png similarity index 100% rename from MovieExtract/Assets/SplashScreen.scale-200.png rename to Util-MovieExtract/Assets/SplashScreen.scale-200.png diff --git a/MovieExtract/Assets/Square150x150Logo.scale-200.png b/Util-MovieExtract/Assets/Square150x150Logo.scale-200.png similarity index 100% rename from MovieExtract/Assets/Square150x150Logo.scale-200.png rename to Util-MovieExtract/Assets/Square150x150Logo.scale-200.png diff --git a/MovieExtract/Assets/Square44x44Logo.scale-200.png b/Util-MovieExtract/Assets/Square44x44Logo.scale-200.png similarity index 100% rename from MovieExtract/Assets/Square44x44Logo.scale-200.png rename to Util-MovieExtract/Assets/Square44x44Logo.scale-200.png diff --git a/MovieExtract/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Util-MovieExtract/Assets/Square44x44Logo.targetsize-24_altform-unplated.png similarity index 100% rename from MovieExtract/Assets/Square44x44Logo.targetsize-24_altform-unplated.png rename to Util-MovieExtract/Assets/Square44x44Logo.targetsize-24_altform-unplated.png diff --git a/MovieExtract/Assets/StoreLogo.png b/Util-MovieExtract/Assets/StoreLogo.png similarity index 100% rename from MovieExtract/Assets/StoreLogo.png rename to Util-MovieExtract/Assets/StoreLogo.png diff --git a/MovieExtract/Assets/Wide310x150Logo.scale-200.png b/Util-MovieExtract/Assets/Wide310x150Logo.scale-200.png similarity index 100% rename from MovieExtract/Assets/Wide310x150Logo.scale-200.png rename to Util-MovieExtract/Assets/Wide310x150Logo.scale-200.png diff --git a/MovieExtract/MainPage.xaml b/Util-MovieExtract/MainPage.xaml similarity index 100% rename from MovieExtract/MainPage.xaml rename to Util-MovieExtract/MainPage.xaml diff --git a/MovieExtract/MainPage.xaml.cs b/Util-MovieExtract/MainPage.xaml.cs similarity index 100% rename from MovieExtract/MainPage.xaml.cs rename to Util-MovieExtract/MainPage.xaml.cs diff --git a/MovieExtract/Package.appxmanifest b/Util-MovieExtract/Package.appxmanifest similarity index 100% rename from MovieExtract/Package.appxmanifest rename to Util-MovieExtract/Package.appxmanifest diff --git a/MovieExtract/Properties/AssemblyInfo.cs b/Util-MovieExtract/Properties/AssemblyInfo.cs similarity index 100% rename from MovieExtract/Properties/AssemblyInfo.cs rename to Util-MovieExtract/Properties/AssemblyInfo.cs diff --git a/MovieExtract/Properties/Default.rd.xml b/Util-MovieExtract/Properties/Default.rd.xml similarity index 100% rename from MovieExtract/Properties/Default.rd.xml rename to Util-MovieExtract/Properties/Default.rd.xml diff --git a/MovieExtract/MovieExtract.csproj b/Util-MovieExtract/Util-MovieExtract.csproj similarity index 100% rename from MovieExtract/MovieExtract.csproj rename to Util-MovieExtract/Util-MovieExtract.csproj