From 5a4fc862a825207d3fe9c818f5d8a56b2e21d0cd Mon Sep 17 00:00:00 2001 From: Vincent Daude Date: Tue, 28 Jun 2016 10:52:34 +0200 Subject: [PATCH] * --- MvvmCross.Plugins.sln | 36 +++++++++---------- ...vvmCross.Plugins.PictureChooser.Wpf.csproj | 12 +++---- .../MvxPictureChooserTask.cs | 1 + .../Plugin.cs | 1 - .../Properties/AssemblyInfo.cs | 2 +- .../packages.config | 0 6 files changed, 26 insertions(+), 26 deletions(-) rename {MvvmCross.Plugins.PictureChooser.Wpf => PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf}/MvvmCross.Plugins.PictureChooser.Wpf.csproj (85%) rename {MvvmCross.Plugins.PictureChooser.Wpf => PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf}/MvxPictureChooserTask.cs (99%) rename {MvvmCross.Plugins.PictureChooser.Wpf => PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf}/Plugin.cs (99%) rename {MvvmCross.Plugins.PictureChooser.Wpf => PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf}/Properties/AssemblyInfo.cs (96%) rename {MvvmCross.Plugins.PictureChooser.Wpf => PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf}/packages.config (100%) diff --git a/MvvmCross.Plugins.sln b/MvvmCross.Plugins.sln index 8a9d61c48..9f30a2625 100644 --- a/MvvmCross.Plugins.sln +++ b/MvvmCross.Plugins.sln @@ -301,7 +301,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmCross.Plugins.Sqlite.Wi EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmCross.Plugins.Location.Fused.Droid", "Location\MvvmCross.Plugins.Location.Fused.Droid\MvvmCross.Plugins.Location.Fused.Droid.csproj", "{6F1EEC6C-49B6-4710-AD52-8EBAEBBFEB85}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmCross.Plugins.PictureChooser.Wpf", "MvvmCross.Plugins.PictureChooser.Wpf\MvvmCross.Plugins.PictureChooser.Wpf.csproj", "{F7A0B1BC-4212-457A-A289-6539820C2778}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmCross.Plugins.PictureChooser.Wpf", "PictureChooser\MvvmCross.Plugins.PictureChooser.Wpf\MvvmCross.Plugins.PictureChooser.Wpf.csproj", "{0B08507A-DA49-4069-B8CF-0FB0B7895B21}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -2299,22 +2299,22 @@ Global {6F1EEC6C-49B6-4710-AD52-8EBAEBBFEB85}.Release|x64.Build.0 = Release|Any CPU {6F1EEC6C-49B6-4710-AD52-8EBAEBBFEB85}.Release|x86.ActiveCfg = Release|Any CPU {6F1EEC6C-49B6-4710-AD52-8EBAEBBFEB85}.Release|x86.Build.0 = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|ARM.ActiveCfg = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|ARM.Build.0 = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|x64.ActiveCfg = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|x64.Build.0 = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|x86.ActiveCfg = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Debug|x86.Build.0 = Debug|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|Any CPU.Build.0 = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|ARM.ActiveCfg = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|ARM.Build.0 = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|x64.ActiveCfg = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|x64.Build.0 = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|x86.ActiveCfg = Release|Any CPU - {F7A0B1BC-4212-457A-A289-6539820C2778}.Release|x86.Build.0 = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|ARM.ActiveCfg = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|ARM.Build.0 = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|x64.ActiveCfg = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|x64.Build.0 = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|x86.ActiveCfg = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Debug|x86.Build.0 = Debug|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|Any CPU.Build.0 = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|ARM.ActiveCfg = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|ARM.Build.0 = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|x64.ActiveCfg = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|x64.Build.0 = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|x86.ActiveCfg = Release|Any CPU + {0B08507A-DA49-4069-B8CF-0FB0B7895B21}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2444,6 +2444,6 @@ Global {3BD0462A-71C0-4240-A780-0C0BD284A0D5} = {E7C40E91-1D44-4CE7-A137-3C444738E94F} {E7CC2E25-7F05-42BC-9FF6-34A9A28D02C7} = {9B45C8EC-18B9-4A88-950E-8D8FF8FAA1DA} {6F1EEC6C-49B6-4710-AD52-8EBAEBBFEB85} = {B5BE527E-B554-4A0F-9627-62E0F2DD8889} - {F7A0B1BC-4212-457A-A289-6539820C2778} = {EB7A7EA9-995D-44EC-A4C9-7936BD6DF759} + {0B08507A-DA49-4069-B8CF-0FB0B7895B21} = {EB7A7EA9-995D-44EC-A4C9-7936BD6DF759} EndGlobalSection EndGlobal diff --git a/MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj similarity index 85% rename from MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj rename to PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj index e07fab2d8..26525f467 100644 --- a/MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj +++ b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvvmCross.Plugins.PictureChooser.Wpf.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {F7A0B1BC-4212-457A-A289-6539820C2778} + {0B08507A-DA49-4069-B8CF-0FB0B7895B21} Library Properties MvvmCross.Plugins.PictureChooser.Wpf @@ -31,19 +31,19 @@ - ..\packages\MvvmCross.Core.4.2.0\lib\net45\MvvmCross.Core.dll + ..\..\packages\MvvmCross.Core.4.2.0\lib\net45\MvvmCross.Core.dll True - ..\packages\MvvmCross.Platform.4.2.0\lib\net45\MvvmCross.Platform.dll + ..\..\packages\MvvmCross.Platform.4.2.0\lib\net45\MvvmCross.Platform.dll True - ..\packages\MvvmCross.Platform.4.2.0\lib\net45\MvvmCross.Platform.Wpf.dll + ..\..\packages\MvvmCross.Platform.4.2.0\lib\net45\MvvmCross.Platform.Wpf.dll True - ..\packages\MvvmCross.Core.4.2.0\lib\net45\MvvmCross.Wpf.dll + ..\..\packages\MvvmCross.Core.4.2.0\lib\net45\MvvmCross.Wpf.dll True @@ -65,7 +65,7 @@ - + {a6c9f4ef-f26e-4d54-a0d6-49a6373cb0d2} MvvmCross.Plugins.PictureChooser diff --git a/MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs similarity index 99% rename from MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs rename to PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs index de3f40b3c..82c59c1c0 100644 --- a/MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs +++ b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/MvxPictureChooserTask.cs @@ -6,6 +6,7 @@ using System.Windows.Media; using System.Windows.Media.Imaging; using Microsoft.Win32; + namespace MvvmCross.Plugins.PictureChooser.Wpf { public class MvxPictureChooserTask : IMvxPictureChooserTask diff --git a/MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs similarity index 99% rename from MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs rename to PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs index 9473ee29e..cde7bc77c 100644 --- a/MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs +++ b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Plugin.cs @@ -11,4 +11,3 @@ namespace MvvmCross.Plugins.PictureChooser.Wpf } } } -} diff --git a/MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs similarity index 96% rename from MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs rename to PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs index 055f41221..675fe39d5 100644 --- a/MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs +++ b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f7a0b1bc-4212-457a-a289-6539820c2778")] +[assembly: Guid("0b08507a-da49-4069-b8cf-0fb0b7895b21")] // Version information for an assembly consists of the following four values: // diff --git a/MvvmCross.Plugins.PictureChooser.Wpf/packages.config b/PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/packages.config similarity index 100% rename from MvvmCross.Plugins.PictureChooser.Wpf/packages.config rename to PictureChooser/MvvmCross.Plugins.PictureChooser.Wpf/packages.config