diff --git a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj index db3fd0a..011100a 100644 --- a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj +++ b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj @@ -78,21 +78,27 @@ ..\Mk0.GUI.Banner.dll + False ..\Mk0.Tools.Calculation.dll + False ..\Mk0.Tools.Images.dll + False ..\Mk0.Tools.Randomization.dll + False ..\Mk0.Tools.SingleInstance.dll + False ..\RubberBandControl.dll + False @@ -168,6 +174,12 @@ + + + + + + diff --git a/Mk0.Software.ImageSorter/dll/Mk0.GUI.Banner.dll b/Mk0.Software.ImageSorter/dll/Mk0.GUI.Banner.dll new file mode 100644 index 0000000..35e70ab Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/Mk0.GUI.Banner.dll differ diff --git a/Mk0.Software.ImageSorter/dll/Mk0.Tools.Calculation.dll b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Calculation.dll new file mode 100644 index 0000000..e61c03c Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Calculation.dll differ diff --git a/Mk0.Software.ImageSorter/dll/Mk0.Tools.Images.dll b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Images.dll new file mode 100644 index 0000000..5d66575 Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Images.dll differ diff --git a/Mk0.Software.ImageSorter/dll/Mk0.Tools.Randomization.dll b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Randomization.dll new file mode 100644 index 0000000..784758a Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/Mk0.Tools.Randomization.dll differ diff --git a/Mk0.Software.ImageSorter/dll/Mk0.Tools.SingleInstance.dll b/Mk0.Software.ImageSorter/dll/Mk0.Tools.SingleInstance.dll new file mode 100644 index 0000000..490cde1 Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/Mk0.Tools.SingleInstance.dll differ diff --git a/Mk0.Software.ImageSorter/dll/RubberBandControl.dll b/Mk0.Software.ImageSorter/dll/RubberBandControl.dll new file mode 100644 index 0000000..4b63520 Binary files /dev/null and b/Mk0.Software.ImageSorter/dll/RubberBandControl.dll differ