diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/AlignmentGrid.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/AlignmentGrid.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/AlignmentGrid.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/AlignmentGrid.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/ApplicationIcon.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/ApplicationIcon.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/ApplicationIcon.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/ApplicationIcon.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/19.JPG b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/19.JPG
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/19.JPG
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/19.JPG
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/nEW.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/nEW.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/nEW.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Overlays/nEW.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileLarge.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileLarge.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileLarge.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileLarge.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileMedium.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileMedium.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileMedium.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileMedium.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileSmall.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileSmall.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileSmall.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/FlipCycleTileSmall.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileMediumLarge.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileMediumLarge.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileMediumLarge.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileMediumLarge.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileSmall.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileSmall.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileSmall.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Assets/Tiles/IconicTileSmall.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/LocalizedStrings.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/LocalizedStrings.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/LocalizedStrings.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/LocalizedStrings.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AppManifest.xml b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/WMAppManifest.xml b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/WMAppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/WMAppManifest.xml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Properties/WMAppManifest.xml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.Designer.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.Designer.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.Designer.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.resx b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.resx
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.resx
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.resx
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/WriteableBitmapExBlitAlphaRepro.WinPhone8.csproj b/Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/WriteableBitmapExBlitAlphaRepro.WinPhone8.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/WriteableBitmapExBlitAlphaRepro.WinPhone8.csproj
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinPhone8/WriteableBitmapExBlitAlphaRepro.WinPhone8.csproj
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Logo.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Logo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Logo.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Logo.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/19.JPG b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/19.JPG
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/19.JPG
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/19.JPG
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/nEW.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/nEW.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/nEW.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/Overlays/nEW.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SmallLogo.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SmallLogo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SmallLogo.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SmallLogo.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SplashScreen.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SplashScreen.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SplashScreen.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/SplashScreen.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/StoreLogo.png b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/StoreLogo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/StoreLogo.png
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Assets/StoreLogo.png
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Common/StandardStyles.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Common/StandardStyles.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Common/StandardStyles.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Common/StandardStyles.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Package.appxmanifest b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Package.appxmanifest
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Package.appxmanifest
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Package.appxmanifest
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.WinRT/WriteableBitmapExBlitAlphaRepro.WinRT.csproj b/Examples/WriteableBitmapExBlitAlphaRepro.WinRT/WriteableBitmapExBlitAlphaRepro.WinRT.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.WinRT/WriteableBitmapExBlitAlphaRepro.WinRT.csproj
rename to Examples/WriteableBitmapExBlitAlphaRepro.WinRT/WriteableBitmapExBlitAlphaRepro.WinRT.csproj
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.config b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.config
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.config
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.config
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj
similarity index 88%
rename from Source/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj
rename to Examples/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj
index f2d9bc0..2cb1bd0 100644
--- a/Source/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj
+++ b/Examples/WriteableBitmapExBlitAlphaRepro.Wpf/WriteableBitmapExBlitAlphaRepro.Wpf.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/App.xaml b/Examples/WriteableBitmapExBlitSample.Uwp/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/App.xaml
rename to Examples/WriteableBitmapExBlitSample.Uwp/App.xaml
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/App.xaml.cs b/Examples/WriteableBitmapExBlitSample.Uwp/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/App.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.Uwp/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/LockScreenLogo.scale-200.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/LockScreenLogo.scale-200.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/LockScreenLogo.scale-200.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/LockScreenLogo.scale-200.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/SplashScreen.scale-200.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/SplashScreen.scale-200.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/SplashScreen.scale-200.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/SplashScreen.scale-200.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/Square150x150Logo.scale-200.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square150x150Logo.scale-200.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/Square150x150Logo.scale-200.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square150x150Logo.scale-200.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.scale-200.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.scale-200.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.scale-200.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.scale-200.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/StoreLogo.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/StoreLogo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/StoreLogo.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/StoreLogo.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Assets/Wide310x150Logo.scale-200.png b/Examples/WriteableBitmapExBlitSample.Uwp/Assets/Wide310x150Logo.scale-200.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Assets/Wide310x150Logo.scale-200.png
rename to Examples/WriteableBitmapExBlitSample.Uwp/Assets/Wide310x150Logo.scale-200.png
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/MainPage.xaml b/Examples/WriteableBitmapExBlitSample.Uwp/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/MainPage.xaml
rename to Examples/WriteableBitmapExBlitSample.Uwp/MainPage.xaml
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/MainPage.xaml.cs b/Examples/WriteableBitmapExBlitSample.Uwp/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/MainPage.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.Uwp/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Package.appxmanifest b/Examples/WriteableBitmapExBlitSample.Uwp/Package.appxmanifest
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Package.appxmanifest
rename to Examples/WriteableBitmapExBlitSample.Uwp/Package.appxmanifest
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitSample.Uwp/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitSample.Uwp/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/Properties/Default.rd.xml b/Examples/WriteableBitmapExBlitSample.Uwp/Properties/Default.rd.xml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/Properties/Default.rd.xml
rename to Examples/WriteableBitmapExBlitSample.Uwp/Properties/Default.rd.xml
diff --git a/Source/WriteableBitmapExBlitSample.Uwp/WriteableBitmapExBlitSample.Uwp.csproj b/Examples/WriteableBitmapExBlitSample.Uwp/WriteableBitmapExBlitSample.Uwp.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Uwp/WriteableBitmapExBlitSample.Uwp.csproj
rename to Examples/WriteableBitmapExBlitSample.Uwp/WriteableBitmapExBlitSample.Uwp.csproj
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/App.xaml b/Examples/WriteableBitmapExBlitSample.WinRT/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/App.xaml
rename to Examples/WriteableBitmapExBlitSample.WinRT/App.xaml
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/App.xaml.cs b/Examples/WriteableBitmapExBlitSample.WinRT/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/App.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.WinRT/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Assets/Logo.png b/Examples/WriteableBitmapExBlitSample.WinRT/Assets/Logo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Assets/Logo.png
rename to Examples/WriteableBitmapExBlitSample.WinRT/Assets/Logo.png
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Assets/SmallLogo.png b/Examples/WriteableBitmapExBlitSample.WinRT/Assets/SmallLogo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Assets/SmallLogo.png
rename to Examples/WriteableBitmapExBlitSample.WinRT/Assets/SmallLogo.png
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Assets/SplashScreen.png b/Examples/WriteableBitmapExBlitSample.WinRT/Assets/SplashScreen.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Assets/SplashScreen.png
rename to Examples/WriteableBitmapExBlitSample.WinRT/Assets/SplashScreen.png
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Assets/StoreLogo.png b/Examples/WriteableBitmapExBlitSample.WinRT/Assets/StoreLogo.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Assets/StoreLogo.png
rename to Examples/WriteableBitmapExBlitSample.WinRT/Assets/StoreLogo.png
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Common/StandardStyles.xaml b/Examples/WriteableBitmapExBlitSample.WinRT/Common/StandardStyles.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Common/StandardStyles.xaml
rename to Examples/WriteableBitmapExBlitSample.WinRT/Common/StandardStyles.xaml
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml b/Examples/WriteableBitmapExBlitSample.WinRT/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml
rename to Examples/WriteableBitmapExBlitSample.WinRT/MainPage.xaml
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs b/Examples/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Package.appxmanifest b/Examples/WriteableBitmapExBlitSample.WinRT/Package.appxmanifest
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Package.appxmanifest
rename to Examples/WriteableBitmapExBlitSample.WinRT/Package.appxmanifest
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitSample.WinRT/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitSample.WinRT/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT.csproj b/Examples/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT.csproj
rename to Examples/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT.csproj
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/App.xaml b/Examples/WriteableBitmapExBlitSample.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/App.xaml
rename to Examples/WriteableBitmapExBlitSample.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/App.xaml.cs b/Examples/WriteableBitmapExBlitSample.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitSample.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitSample.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExBlitSample.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExBlitSample.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExBlitSample.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExBlitSample.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/WriteableBitmapExBlitSample.Wpf.csproj b/Examples/WriteableBitmapExBlitSample.Wpf/WriteableBitmapExBlitSample.Wpf.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/WriteableBitmapExBlitSample.Wpf.csproj
rename to Examples/WriteableBitmapExBlitSample.Wpf/WriteableBitmapExBlitSample.Wpf.csproj
diff --git a/Source/WriteableBitmapExBlitSample.Wpf/app.config b/Examples/WriteableBitmapExBlitSample.Wpf/app.config
similarity index 100%
rename from Source/WriteableBitmapExBlitSample.Wpf/app.config
rename to Examples/WriteableBitmapExBlitSample.Wpf/app.config
diff --git a/Source/WriteableBitmapExBlitSample/App.xaml b/Examples/WriteableBitmapExBlitSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/App.xaml
rename to Examples/WriteableBitmapExBlitSample/App.xaml
diff --git a/Source/WriteableBitmapExBlitSample/App.xaml.cs b/Examples/WriteableBitmapExBlitSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/App.xaml.cs
rename to Examples/WriteableBitmapExBlitSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample/Data/FlowerBurst.jpg b/Examples/WriteableBitmapExBlitSample/Data/FlowerBurst.jpg
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/Data/FlowerBurst.jpg
rename to Examples/WriteableBitmapExBlitSample/Data/FlowerBurst.jpg
diff --git a/Source/WriteableBitmapExBlitSample/Data/circle.png b/Examples/WriteableBitmapExBlitSample/Data/circle.png
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/Data/circle.png
rename to Examples/WriteableBitmapExBlitSample/Data/circle.png
diff --git a/Source/WriteableBitmapExBlitSample/HslColor.cs b/Examples/WriteableBitmapExBlitSample/HslColor.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/HslColor.cs
rename to Examples/WriteableBitmapExBlitSample/HslColor.cs
diff --git a/Source/WriteableBitmapExBlitSample/MainPage.xaml b/Examples/WriteableBitmapExBlitSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/MainPage.xaml
rename to Examples/WriteableBitmapExBlitSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExBlitSample/MainPage.xaml.cs b/Examples/WriteableBitmapExBlitSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExBlitSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExBlitSample/Particle.cs b/Examples/WriteableBitmapExBlitSample/Particle.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/Particle.cs
rename to Examples/WriteableBitmapExBlitSample/Particle.cs
diff --git a/Source/WriteableBitmapExBlitSample/ParticleEmitter.cs b/Examples/WriteableBitmapExBlitSample/ParticleEmitter.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/ParticleEmitter.cs
rename to Examples/WriteableBitmapExBlitSample/ParticleEmitter.cs
diff --git a/Source/WriteableBitmapExBlitSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExBlitSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExBlitSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExBlitSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExBlitSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExBlitSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExBlitSample/WriteableBitmapExBlitSample.csproj b/Examples/WriteableBitmapExBlitSample/WriteableBitmapExBlitSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExBlitSample/WriteableBitmapExBlitSample.csproj
rename to Examples/WriteableBitmapExBlitSample/WriteableBitmapExBlitSample.csproj
diff --git a/Source/WriteableBitmapExCurveSample.Web/Default.aspx b/Examples/WriteableBitmapExCurveSample.Web/Default.aspx
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Default.aspx
rename to Examples/WriteableBitmapExCurveSample.Web/Default.aspx
diff --git a/Source/WriteableBitmapExCurveSample.Web/Default.aspx.cs b/Examples/WriteableBitmapExCurveSample.Web/Default.aspx.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Default.aspx.cs
rename to Examples/WriteableBitmapExCurveSample.Web/Default.aspx.cs
diff --git a/Source/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs b/Examples/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs
rename to Examples/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs
diff --git a/Source/WriteableBitmapExCurveSample.Web/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExCurveSample.Web/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExCurveSample.Web/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExCurveSample.Web/Silverlight.js b/Examples/WriteableBitmapExCurveSample.Web/Silverlight.js
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Silverlight.js
rename to Examples/WriteableBitmapExCurveSample.Web/Silverlight.js
diff --git a/Source/WriteableBitmapExCurveSample.Web/Web.config b/Examples/WriteableBitmapExCurveSample.Web/Web.config
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/Web.config
rename to Examples/WriteableBitmapExCurveSample.Web/Web.config
diff --git a/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSample.Web.csproj b/Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSample.Web.csproj
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSample.Web.csproj
rename to Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSample.Web.csproj
diff --git a/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.aspx b/Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.aspx
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.aspx
rename to Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.aspx
diff --git a/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.html b/Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.html
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.html
rename to Examples/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.html
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/App.xaml b/Examples/WriteableBitmapExCurveSample.WinRT/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/App.xaml
rename to Examples/WriteableBitmapExCurveSample.WinRT/App.xaml
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/App.xaml.cs b/Examples/WriteableBitmapExCurveSample.WinRT/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/App.xaml.cs
rename to Examples/WriteableBitmapExCurveSample.WinRT/App.xaml.cs
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Assets/Logo.png b/Examples/WriteableBitmapExCurveSample.WinRT/Assets/Logo.png
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Assets/Logo.png
rename to Examples/WriteableBitmapExCurveSample.WinRT/Assets/Logo.png
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Assets/SmallLogo.png b/Examples/WriteableBitmapExCurveSample.WinRT/Assets/SmallLogo.png
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Assets/SmallLogo.png
rename to Examples/WriteableBitmapExCurveSample.WinRT/Assets/SmallLogo.png
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Assets/SplashScreen.png b/Examples/WriteableBitmapExCurveSample.WinRT/Assets/SplashScreen.png
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Assets/SplashScreen.png
rename to Examples/WriteableBitmapExCurveSample.WinRT/Assets/SplashScreen.png
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Assets/StoreLogo.png b/Examples/WriteableBitmapExCurveSample.WinRT/Assets/StoreLogo.png
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Assets/StoreLogo.png
rename to Examples/WriteableBitmapExCurveSample.WinRT/Assets/StoreLogo.png
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Common/StandardStyles.xaml b/Examples/WriteableBitmapExCurveSample.WinRT/Common/StandardStyles.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Common/StandardStyles.xaml
rename to Examples/WriteableBitmapExCurveSample.WinRT/Common/StandardStyles.xaml
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Package.appxmanifest b/Examples/WriteableBitmapExCurveSample.WinRT/Package.appxmanifest
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Package.appxmanifest
rename to Examples/WriteableBitmapExCurveSample.WinRT/Package.appxmanifest
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT.csproj b/Examples/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT.csproj
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT.csproj
rename to Examples/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT.csproj
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/App.xaml b/Examples/WriteableBitmapExCurveSample.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/App.xaml
rename to Examples/WriteableBitmapExCurveSample.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/App.xaml.cs b/Examples/WriteableBitmapExCurveSample.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExCurveSample.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExCurveSample.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExCurveSample.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExCurveSample.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExCurveSample.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExCurveSample.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExCurveSample.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj b/Examples/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
similarity index 89%
rename from Source/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
rename to Examples/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
index 6073899..86641c4 100644
--- a/Source/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
+++ b/Examples/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
@@ -24,7 +24,7 @@
-
+
\ No newline at end of file
diff --git a/Source/WriteableBitmapExCurveSample.Wpf/app.config b/Examples/WriteableBitmapExCurveSample.Wpf/app.config
similarity index 100%
rename from Source/WriteableBitmapExCurveSample.Wpf/app.config
rename to Examples/WriteableBitmapExCurveSample.Wpf/app.config
diff --git a/Source/WriteableBitmapExCurveSample/App.xaml b/Examples/WriteableBitmapExCurveSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/App.xaml
rename to Examples/WriteableBitmapExCurveSample/App.xaml
diff --git a/Source/WriteableBitmapExCurveSample/App.xaml.cs b/Examples/WriteableBitmapExCurveSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/App.xaml.cs
rename to Examples/WriteableBitmapExCurveSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExCurveSample/ControlPoint.cs b/Examples/WriteableBitmapExCurveSample/ControlPoint.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/ControlPoint.cs
rename to Examples/WriteableBitmapExCurveSample/ControlPoint.cs
diff --git a/Source/WriteableBitmapExCurveSample/MainPage.xaml b/Examples/WriteableBitmapExCurveSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/MainPage.xaml
rename to Examples/WriteableBitmapExCurveSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExCurveSample/MainPage.xaml.cs b/Examples/WriteableBitmapExCurveSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExCurveSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExCurveSample/Plant/Branch.cs b/Examples/WriteableBitmapExCurveSample/Plant/Branch.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Plant/Branch.cs
rename to Examples/WriteableBitmapExCurveSample/Plant/Branch.cs
diff --git a/Source/WriteableBitmapExCurveSample/Plant/BranchPoint.cs b/Examples/WriteableBitmapExCurveSample/Plant/BranchPoint.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Plant/BranchPoint.cs
rename to Examples/WriteableBitmapExCurveSample/Plant/BranchPoint.cs
diff --git a/Source/WriteableBitmapExCurveSample/Plant/Plant.cs b/Examples/WriteableBitmapExCurveSample/Plant/Plant.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Plant/Plant.cs
rename to Examples/WriteableBitmapExCurveSample/Plant/Plant.cs
diff --git a/Source/WriteableBitmapExCurveSample/Plant/Vector.cs b/Examples/WriteableBitmapExCurveSample/Plant/Vector.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Plant/Vector.cs
rename to Examples/WriteableBitmapExCurveSample/Plant/Vector.cs
diff --git a/Source/WriteableBitmapExCurveSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExCurveSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExCurveSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExCurveSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExCurveSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExCurveSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExCurveSample/WriteableBitmapExCurveSample.csproj b/Examples/WriteableBitmapExCurveSample/WriteableBitmapExCurveSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExCurveSample/WriteableBitmapExCurveSample.csproj
rename to Examples/WriteableBitmapExCurveSample/WriteableBitmapExCurveSample.csproj
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.config b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.config
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.config
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.config
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml.cs b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj
similarity index 84%
rename from Source/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj
rename to Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj
index 01df680..86b344f 100644
--- a/Source/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj
+++ b/Examples/WriteableBitmapExEllipseAlphaRepro.Wpf/WriteableBitmapExEllipseAlphaRepro.Wpf.csproj
@@ -16,7 +16,7 @@
-
+
\ No newline at end of file
diff --git a/Source/WriteableBitmapExFillSample.Web/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExFillSample.Web/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExFillSample.Web/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExFillSample.Web/Silverlight.js b/Examples/WriteableBitmapExFillSample.Web/Silverlight.js
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/Silverlight.js
rename to Examples/WriteableBitmapExFillSample.Web/Silverlight.js
diff --git a/Source/WriteableBitmapExFillSample.Web/Web.Debug.config b/Examples/WriteableBitmapExFillSample.Web/Web.Debug.config
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/Web.Debug.config
rename to Examples/WriteableBitmapExFillSample.Web/Web.Debug.config
diff --git a/Source/WriteableBitmapExFillSample.Web/Web.Release.config b/Examples/WriteableBitmapExFillSample.Web/Web.Release.config
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/Web.Release.config
rename to Examples/WriteableBitmapExFillSample.Web/Web.Release.config
diff --git a/Source/WriteableBitmapExFillSample.Web/Web.config b/Examples/WriteableBitmapExFillSample.Web/Web.config
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/Web.config
rename to Examples/WriteableBitmapExFillSample.Web/Web.config
diff --git a/Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSample.Web.csproj b/Examples/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSample.Web.csproj
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSample.Web.csproj
rename to Examples/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSample.Web.csproj
diff --git a/Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSampleTestPage.html b/Examples/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSampleTestPage.html
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSampleTestPage.html
rename to Examples/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSampleTestPage.html
diff --git a/Source/WriteableBitmapExFillSample.Wpf/App.xaml b/Examples/WriteableBitmapExFillSample.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/App.xaml
rename to Examples/WriteableBitmapExFillSample.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExFillSample.Wpf/App.xaml.cs b/Examples/WriteableBitmapExFillSample.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExFillSample.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExFillSample.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExFillSample.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExFillSample.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExFillSample.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExFillSample.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExFillSample.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExFillSample.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExFillSample.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExFillSample.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj b/Examples/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
similarity index 82%
rename from Source/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
rename to Examples/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
index 5c6fb66..dc0a227 100644
--- a/Source/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
+++ b/Examples/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
@@ -16,7 +16,7 @@
-
+
\ No newline at end of file
diff --git a/Source/WriteableBitmapExFillSample/App.xaml b/Examples/WriteableBitmapExFillSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExFillSample/App.xaml
rename to Examples/WriteableBitmapExFillSample/App.xaml
diff --git a/Source/WriteableBitmapExFillSample/App.xaml.cs b/Examples/WriteableBitmapExFillSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample/App.xaml.cs
rename to Examples/WriteableBitmapExFillSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExFillSample/MainPage.xaml b/Examples/WriteableBitmapExFillSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExFillSample/MainPage.xaml
rename to Examples/WriteableBitmapExFillSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExFillSample/MainPage.xaml.cs b/Examples/WriteableBitmapExFillSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExFillSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExFillSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExFillSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExFillSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExFillSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExFillSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExFillSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExFillSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExFillSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExFillSample/WriteableBitmapExFillSample.csproj b/Examples/WriteableBitmapExFillSample/WriteableBitmapExFillSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExFillSample/WriteableBitmapExFillSample.csproj
rename to Examples/WriteableBitmapExFillSample/WriteableBitmapExFillSample.csproj
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/App.xaml b/Examples/WriteableBitmapExShapeSample.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/App.xaml
rename to Examples/WriteableBitmapExShapeSample.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/App.xaml.cs b/Examples/WriteableBitmapExShapeSample.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExShapeSample.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExShapeSample.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExShapeSample.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExShapeSample.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExShapeSample.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExShapeSample.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExShapeSample.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj b/Examples/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
similarity index 83%
rename from Source/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
rename to Examples/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
index ac45fb8..08657f3 100644
--- a/Source/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
+++ b/Examples/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
@@ -17,7 +17,7 @@
-
+
\ No newline at end of file
diff --git a/Source/WriteableBitmapExShapeSample.Wpf/app.config b/Examples/WriteableBitmapExShapeSample.Wpf/app.config
similarity index 100%
rename from Source/WriteableBitmapExShapeSample.Wpf/app.config
rename to Examples/WriteableBitmapExShapeSample.Wpf/app.config
diff --git a/Source/WriteableBitmapExShapeSample/App.xaml b/Examples/WriteableBitmapExShapeSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/App.xaml
rename to Examples/WriteableBitmapExShapeSample/App.xaml
diff --git a/Source/WriteableBitmapExShapeSample/App.xaml.cs b/Examples/WriteableBitmapExShapeSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/App.xaml.cs
rename to Examples/WriteableBitmapExShapeSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExShapeSample/MainPage.xaml b/Examples/WriteableBitmapExShapeSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/MainPage.xaml
rename to Examples/WriteableBitmapExShapeSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExShapeSample/MainPage.xaml.cs b/Examples/WriteableBitmapExShapeSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExShapeSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExShapeSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExShapeSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExShapeSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExShapeSample/WriteableBitmapExShapeSample.csproj b/Examples/WriteableBitmapExShapeSample/WriteableBitmapExShapeSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExShapeSample/WriteableBitmapExShapeSample.csproj
rename to Examples/WriteableBitmapExShapeSample/WriteableBitmapExShapeSample.csproj
diff --git a/Source/WriteableBitmapExTextExample.Wpf/App.config b/Examples/WriteableBitmapExTextExample.Wpf/App.config
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/App.config
rename to Examples/WriteableBitmapExTextExample.Wpf/App.config
diff --git a/Source/WriteableBitmapExTextExample.Wpf/App.xaml b/Examples/WriteableBitmapExTextExample.Wpf/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/App.xaml
rename to Examples/WriteableBitmapExTextExample.Wpf/App.xaml
diff --git a/Source/WriteableBitmapExTextExample.Wpf/App.xaml.cs b/Examples/WriteableBitmapExTextExample.Wpf/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/App.xaml.cs
rename to Examples/WriteableBitmapExTextExample.Wpf/App.xaml.cs
diff --git a/Source/WriteableBitmapExTextExample.Wpf/MainWindow.xaml b/Examples/WriteableBitmapExTextExample.Wpf/MainWindow.xaml
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/MainWindow.xaml
rename to Examples/WriteableBitmapExTextExample.Wpf/MainWindow.xaml
diff --git a/Source/WriteableBitmapExTextExample.Wpf/MainWindow.xaml.cs b/Examples/WriteableBitmapExTextExample.Wpf/MainWindow.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/MainWindow.xaml.cs
rename to Examples/WriteableBitmapExTextExample.Wpf/MainWindow.xaml.cs
diff --git a/Source/WriteableBitmapExTextExample.Wpf/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExTextExample.Wpf/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExTextExample.Wpf/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExTextExample.Wpf/Properties/Resources.Designer.cs b/Examples/WriteableBitmapExTextExample.Wpf/Properties/Resources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/Properties/Resources.Designer.cs
rename to Examples/WriteableBitmapExTextExample.Wpf/Properties/Resources.Designer.cs
diff --git a/Source/WriteableBitmapExTextExample.Wpf/Properties/Resources.resx b/Examples/WriteableBitmapExTextExample.Wpf/Properties/Resources.resx
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/Properties/Resources.resx
rename to Examples/WriteableBitmapExTextExample.Wpf/Properties/Resources.resx
diff --git a/Source/WriteableBitmapExTextExample.Wpf/Properties/Settings.Designer.cs b/Examples/WriteableBitmapExTextExample.Wpf/Properties/Settings.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/Properties/Settings.Designer.cs
rename to Examples/WriteableBitmapExTextExample.Wpf/Properties/Settings.Designer.cs
diff --git a/Source/WriteableBitmapExTextExample.Wpf/Properties/Settings.settings b/Examples/WriteableBitmapExTextExample.Wpf/Properties/Settings.settings
similarity index 100%
rename from Source/WriteableBitmapExTextExample.Wpf/Properties/Settings.settings
rename to Examples/WriteableBitmapExTextExample.Wpf/Properties/Settings.settings
diff --git a/Source/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj b/Examples/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj
similarity index 88%
rename from Source/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj
rename to Examples/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj
index f2d9bc0..2cb1bd0 100644
--- a/Source/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj
+++ b/Examples/WriteableBitmapExTextExample.Wpf/WriteableBitmapEx.TextExample.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/App.xaml b/Examples/WriteableBitmapExWinPhone8CurveSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/App.xaml
rename to Examples/WriteableBitmapExWinPhone8CurveSample/App.xaml
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs b/Examples/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs
rename to Examples/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/AlignmentGrid.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/AlignmentGrid.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/AlignmentGrid.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/AlignmentGrid.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/ApplicationIcon.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/ApplicationIcon.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/ApplicationIcon.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/ApplicationIcon.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileLarge.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileLarge.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileLarge.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileLarge.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileMedium.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileMedium.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileMedium.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileMedium.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileSmall.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileSmall.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileSmall.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileSmall.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileMediumLarge.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileMediumLarge.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileMediumLarge.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileMediumLarge.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileSmall.png b/Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileSmall.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileSmall.png
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileSmall.png
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs b/Examples/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs
rename to Examples/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExWinPhone8CurveSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExWinPhone8CurveSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Properties/WMAppManifest.xml b/Examples/WriteableBitmapExWinPhone8CurveSample/Properties/WMAppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Properties/WMAppManifest.xml
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Properties/WMAppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs b/Examples/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.resx b/Examples/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.resx
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.resx
rename to Examples/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.resx
diff --git a/Source/WriteableBitmapExWinPhone8CurveSample/WriteableBitmapExWinPhone8CurveSample.csproj b/Examples/WriteableBitmapExWinPhone8CurveSample/WriteableBitmapExWinPhone8CurveSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExWinPhone8CurveSample/WriteableBitmapExWinPhone8CurveSample.csproj
rename to Examples/WriteableBitmapExWinPhone8CurveSample/WriteableBitmapExWinPhone8CurveSample.csproj
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/App.xaml b/Examples/WriteableBitmapExWinPhoneCurveSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/App.xaml
rename to Examples/WriteableBitmapExWinPhoneCurveSample/App.xaml
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs b/Examples/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs
rename to Examples/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/ApplicationIcon.png b/Examples/WriteableBitmapExWinPhoneCurveSample/ApplicationIcon.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/ApplicationIcon.png
rename to Examples/WriteableBitmapExWinPhoneCurveSample/ApplicationIcon.png
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/Background.png b/Examples/WriteableBitmapExWinPhoneCurveSample/Background.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/Background.png
rename to Examples/WriteableBitmapExWinPhoneCurveSample/Background.png
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml b/Examples/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml
rename to Examples/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs b/Examples/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExWinPhoneCurveSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExWinPhoneCurveSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExWinPhoneCurveSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExWinPhoneCurveSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/Properties/WMAppManifest.xml b/Examples/WriteableBitmapExWinPhoneCurveSample/Properties/WMAppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/Properties/WMAppManifest.xml
rename to Examples/WriteableBitmapExWinPhoneCurveSample/Properties/WMAppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/SplashScreenImage.jpg b/Examples/WriteableBitmapExWinPhoneCurveSample/SplashScreenImage.jpg
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/SplashScreenImage.jpg
rename to Examples/WriteableBitmapExWinPhoneCurveSample/SplashScreenImage.jpg
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWin8PhoneCurveSample.csproj b/Examples/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWin8PhoneCurveSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWin8PhoneCurveSample.csproj
rename to Examples/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWin8PhoneCurveSample.csproj
diff --git a/Source/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWinPhoneCurveSample.csproj b/Examples/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWinPhoneCurveSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWinPhoneCurveSample.csproj
rename to Examples/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWinPhoneCurveSample.csproj
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml b/Examples/WriteableBitmapExWinPhonePerformanceSample/App.xaml
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/App.xaml
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs b/Examples/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/ApplicationIcon.png b/Examples/WriteableBitmapExWinPhonePerformanceSample/ApplicationIcon.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/ApplicationIcon.png
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/ApplicationIcon.png
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/Background.png b/Examples/WriteableBitmapExWinPhonePerformanceSample/Background.png
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/Background.png
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/Background.png
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml b/Examples/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs b/Examples/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AppManifest.xml b/Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/AppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AppManifest.xml
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/AppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AssemblyInfo.cs b/Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AssemblyInfo.cs
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/AssemblyInfo.cs
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/WMAppManifest.xml b/Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/WMAppManifest.xml
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/Properties/WMAppManifest.xml
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/Properties/WMAppManifest.xml
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/SplashScreenImage.jpg b/Examples/WriteableBitmapExWinPhonePerformanceSample/SplashScreenImage.jpg
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/SplashScreenImage.jpg
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/SplashScreenImage.jpg
diff --git a/Source/WriteableBitmapExWinPhonePerformanceSample/WriteableBitmapExWinPhonePerformanceSample.csproj b/Examples/WriteableBitmapExWinPhonePerformanceSample/WriteableBitmapExWinPhonePerformanceSample.csproj
similarity index 100%
rename from Source/WriteableBitmapExWinPhonePerformanceSample/WriteableBitmapExWinPhonePerformanceSample.csproj
rename to Examples/WriteableBitmapExWinPhonePerformanceSample/WriteableBitmapExWinPhonePerformanceSample.csproj
diff --git a/Solution/Samples.UWP.sln b/Solution/Samples.UWP.sln
new file mode 100644
index 0000000..9d98ed1
--- /dev/null
+++ b/Solution/Samples.UWP.sln
@@ -0,0 +1,55 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.4.33213.308
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Uwp", "..\Source\WriteableBitmapEx.Uwp\WriteableBitmapEx.Uwp.csproj", "{1A12BEA4-90FF-47CC-A76E-3794251A7634}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|ARM = Debug|ARM
+ Debug|ARM64 = Debug|ARM64
+ Debug|Mixed Platforms = Debug|Mixed Platforms
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|ARM = Release|ARM
+ Release|ARM64 = Release|ARM64
+ Release|Mixed Platforms = Release|Mixed Platforms
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.Build.0 = Debug|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.Build.0 = Debug|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.ActiveCfg = Debug|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.Build.0 = Debug|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.ActiveCfg = Debug|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.Build.0 = Debug|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.ActiveCfg = Release|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.Build.0 = Release|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.ActiveCfg = Release|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.Build.0 = Release|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.ActiveCfg = Release|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.Build.0 = Release|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.ActiveCfg = Release|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {77BCB089-72D4-4A56-BBF8-B03EA9B1CD00}
+ EndGlobalSection
+EndGlobal
diff --git a/Solution/Samples.WPF.sln b/Solution/Samples.WPF.sln
new file mode 100644
index 0000000..657eb62
--- /dev/null
+++ b/Solution/Samples.WPF.sln
@@ -0,0 +1,205 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.4.33213.308
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapEx.Wpf", "..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj", "{B0AA6A94-6784-4221-81F0-244A68C374C0}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExBlitAlphaRepro.Wpf", "..\Examples\WriteableBitmapExBlitAlphaRepro.Wpf\WriteableBitmapExBlitAlphaRepro.Wpf.csproj", "{9CC51FA8-3895-4BF8-87AB-0D60DB772A61}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExCurveSample.Wpf", "..\Examples\WriteableBitmapExCurveSample.Wpf\WriteableBitmapExCurveSample.Wpf.csproj", "{68894A86-DD5C-4D76-8997-3716775DE9C3}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExEllipseAlphaRepro.Wpf", "..\Examples\WriteableBitmapExEllipseAlphaRepro.Wpf\WriteableBitmapExEllipseAlphaRepro.Wpf.csproj", "{C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExFillSample.Wpf", "..\Examples\WriteableBitmapExFillSample.Wpf\WriteableBitmapExFillSample.Wpf.csproj", "{F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExShapeSample.Wpf", "..\Examples\WriteableBitmapExShapeSample.Wpf\WriteableBitmapExShapeSample.Wpf.csproj", "{CFF64224-8965-4317-8C89-3CD6D1CA545D}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapEx.TextExample", "..\Examples\WriteableBitmapExTextExample.Wpf\WriteableBitmapEx.TextExample.csproj", "{DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|ARM = Debug|ARM
+ Debug|ARM64 = Debug|ARM64
+ Debug|Mixed Platforms = Debug|Mixed Platforms
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|ARM = Release|ARM
+ Release|ARM64 = Release|ARM64
+ Release|Mixed Platforms = Release|Mixed Platforms
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x64.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x86.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|ARM.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|x64.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Debug|x86.Build.0 = Debug|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|ARM.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|ARM.Build.0 = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|ARM64.Build.0 = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|x64.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|x64.Build.0 = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|x86.ActiveCfg = Release|Any CPU
+ {9CC51FA8-3895-4BF8-87AB-0D60DB772A61}.Release|x86.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|ARM.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|x64.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Debug|x86.Build.0 = Debug|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|ARM.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|ARM.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|ARM64.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|x64.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|x64.Build.0 = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|x86.ActiveCfg = Release|Any CPU
+ {68894A86-DD5C-4D76-8997-3716775DE9C3}.Release|x86.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|ARM.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|x64.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Debug|x86.Build.0 = Debug|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|ARM.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|ARM.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|ARM64.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|x64.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|x64.Build.0 = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|x86.ActiveCfg = Release|Any CPU
+ {C9DF1629-6B4B-42B0-B27A-8CCA54F2263F}.Release|x86.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|ARM.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|x64.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Debug|x86.Build.0 = Debug|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|ARM.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|ARM.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|ARM64.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|x64.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|x64.Build.0 = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|x86.ActiveCfg = Release|Any CPU
+ {F3AF6DC4-83A4-4DBF-A155-3A32E2E06E17}.Release|x86.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|ARM.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|x64.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Debug|x86.Build.0 = Debug|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|ARM.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|ARM.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|ARM64.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|x64.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|x64.Build.0 = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|x86.ActiveCfg = Release|Any CPU
+ {CFF64224-8965-4317-8C89-3CD6D1CA545D}.Release|x86.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|ARM.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|x64.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Debug|x86.Build.0 = Debug|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|ARM.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|ARM.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|ARM64.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|x64.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|x64.Build.0 = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|x86.ActiveCfg = Release|Any CPU
+ {DC527E00-BD1B-4D5C-A75F-E30CD830CDB8}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {77BCB089-72D4-4A56-BBF8-B03EA9B1CD00}
+ EndGlobalSection
+EndGlobal
diff --git a/Solution/WriteableBitmapEx.sln b/Solution/WriteableBitmapEx.sln
new file mode 100644
index 0000000..a58aa15
--- /dev/null
+++ b/Solution/WriteableBitmapEx.sln
@@ -0,0 +1,75 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.4.33213.308
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapEx.Wpf", "..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj", "{B0AA6A94-6784-4221-81F0-244A68C374C0}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Uwp", "..\Source\WriteableBitmapEx.Uwp\WriteableBitmapEx.Uwp.csproj", "{1A12BEA4-90FF-47CC-A76E-3794251A7634}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|ARM = Debug|ARM
+ Debug|ARM64 = Debug|ARM64
+ Debug|Mixed Platforms = Debug|Mixed Platforms
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|ARM = Release|ARM
+ Release|ARM64 = Release|ARM64
+ Release|Mixed Platforms = Release|Mixed Platforms
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x64.ActiveCfg = Release|Any CPU
+ {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x86.ActiveCfg = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.Build.0 = Debug|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.Build.0 = Debug|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.ActiveCfg = Debug|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.Build.0 = Debug|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.ActiveCfg = Debug|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.Build.0 = Debug|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.ActiveCfg = Release|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.Build.0 = Release|ARM
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.ActiveCfg = Release|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.Build.0 = Release|ARM64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.ActiveCfg = Release|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.Build.0 = Release|x64
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.ActiveCfg = Release|x86
+ {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {77BCB089-72D4-4A56-BBF8-B03EA9B1CD00}
+ EndGlobalSection
+EndGlobal
diff --git a/Solution/WriteableBitmapExBlitSample.sln b/Solution/WriteableBitmapExBlitSample.sln
deleted file mode 100644
index 0bec701..0000000
--- a/Solution/WriteableBitmapExBlitSample.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Web Developer Express 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExBlitSample", "..\Source\WriteableBitmapExBlitSample\WriteableBitmapExBlitSample.csproj", "{F7655AA5-7444-4FF7-A816-4F680E980CDB}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
- {F7655AA5-7444-4FF7-A816-4F680E980CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F7655AA5-7444-4FF7-A816-4F680E980CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F7655AA5-7444-4FF7-A816-4F680E980CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F7655AA5-7444-4FF7-A816-4F680E980CDB}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExCurveSample.sln b/Solution/WriteableBitmapExCurveSample.sln
deleted file mode 100644
index 1075ec3..0000000
--- a/Solution/WriteableBitmapExCurveSample.sln
+++ /dev/null
@@ -1,32 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Web Developer Express 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExCurveSample", "..\Source\WriteableBitmapExCurveSample\WriteableBitmapExCurveSample.csproj", "{12A8802E-1EF7-44CC-927F-333D0E5221C7}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExCurveSample.Web", "..\Source\WriteableBitmapExCurveSample.Web\WriteableBitmapExCurveSample.Web.csproj", "{11643389-F97F-4EEB-9B02-7EF2B42F12E3}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
- {12A8802E-1EF7-44CC-927F-333D0E5221C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {12A8802E-1EF7-44CC-927F-333D0E5221C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {12A8802E-1EF7-44CC-927F-333D0E5221C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {12A8802E-1EF7-44CC-927F-333D0E5221C7}.Release|Any CPU.Build.0 = Release|Any CPU
- {11643389-F97F-4EEB-9B02-7EF2B42F12E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {11643389-F97F-4EEB-9B02-7EF2B42F12E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {11643389-F97F-4EEB-9B02-7EF2B42F12E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {11643389-F97F-4EEB-9B02-7EF2B42F12E3}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExFillSample.sln b/Solution/WriteableBitmapExFillSample.sln
deleted file mode 100644
index 8e92f23..0000000
--- a/Solution/WriteableBitmapExFillSample.sln
+++ /dev/null
@@ -1,32 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Web Developer Express 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExFillSample", "..\Source\WriteableBitmapExFillSample\WriteableBitmapExFillSample.csproj", "{3B98853F-786A-444B-887D-A8149364DA7E}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExFillSample.Web", "..\Source\WriteableBitmapExFillSample.Web\WriteableBitmapExFillSample.Web.csproj", "{97C481D6-93B0-4C78-A048-731D5087B333}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
- {3B98853F-786A-444B-887D-A8149364DA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3B98853F-786A-444B-887D-A8149364DA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3B98853F-786A-444B-887D-A8149364DA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3B98853F-786A-444B-887D-A8149364DA7E}.Release|Any CPU.Build.0 = Release|Any CPU
- {97C481D6-93B0-4C78-A048-731D5087B333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {97C481D6-93B0-4C78-A048-731D5087B333}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {97C481D6-93B0-4C78-A048-731D5087B333}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {97C481D6-93B0-4C78-A048-731D5087B333}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExLibrary.sln b/Solution/WriteableBitmapExLibrary.sln
deleted file mode 100644
index cdd3147..0000000
--- a/Solution/WriteableBitmapExLibrary.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Web Developer Express 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExShapeSample.sln b/Solution/WriteableBitmapExShapeSample.sln
deleted file mode 100644
index ec24a10..0000000
--- a/Solution/WriteableBitmapExShapeSample.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Web Developer Express 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExShapeSample", "..\Source\WriteableBitmapExShapeSample\WriteableBitmapExShapeSample.csproj", "{90E2BCA2-72D9-4E7E-9B20-76B5C8D92C81}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {90E2BCA2-72D9-4E7E-9B20-76B5C8D92C81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {90E2BCA2-72D9-4E7E-9B20-76B5C8D92C81}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {90E2BCA2-72D9-4E7E-9B20-76B5C8D92C81}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {90E2BCA2-72D9-4E7E-9B20-76B5C8D92C81}.Release|Any CPU.Build.0 = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExWinPhoneLibrary.sln b/Solution/WriteableBitmapExWinPhoneLibrary.sln
deleted file mode 100644
index 08a78f3..0000000
--- a/Solution/WriteableBitmapExWinPhoneLibrary.sln
+++ /dev/null
@@ -1,34 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExWinPhone", "..\Source\WriteableBitmapEx\WriteableBitmapExWinPhone.csproj", "{204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExWinPhoneCurveSample", "..\Source\WriteableBitmapExWinPhoneCurveSample\WriteableBitmapExWinPhoneCurveSample.csproj", "{796DE32B-6EBD-4BBD-8A0F-192148A81781}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExWinPhoneXnaDependant", "..\Source\WriteableBitmapExWinPhoneXnaDependant\WriteableBitmapExWinPhoneXnaDependant.csproj", "{F5C61BEF-8BEE-44CD-B8A6-70EE593ADCE0}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Release|Any CPU.Build.0 = Release|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Release|Any CPU.Build.0 = Release|Any CPU
- {796DE32B-6EBD-4BBD-8A0F-192148A81781}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {F5C61BEF-8BEE-44CD-B8A6-70EE593ADCE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F5C61BEF-8BEE-44CD-B8A6-70EE593ADCE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F5C61BEF-8BEE-44CD-B8A6-70EE593ADCE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F5C61BEF-8BEE-44CD-B8A6-70EE593ADCE0}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapExWinPhonePerformanceSample.sln b/Solution/WriteableBitmapExWinPhonePerformanceSample.sln
deleted file mode 100644
index 2c061ec..0000000
--- a/Solution/WriteableBitmapExWinPhonePerformanceSample.sln
+++ /dev/null
@@ -1,28 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExWinPhonePerformanceSample", "..\Source\WriteableBitmapExWinPhonePerformanceSample\WriteableBitmapExWinPhonePerformanceSample.csproj", "{42DFD935-CEDE-4520-B937-AEBAB894AB7E}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExWinPhone", "..\Source\WriteableBitmapEx\WriteableBitmapExWinPhone.csproj", "{204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Release|Any CPU.Build.0 = Release|Any CPU
- {42DFD935-CEDE-4520-B937-AEBAB894AB7E}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {204A8F2C-DF9E-40E0-9C6E-52726DC1E95F}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Solution/WriteableBitmapEx_All.sln b/Solution/WriteableBitmapEx_All.sln
deleted file mode 100644
index 82d845d..0000000
--- a/Solution/WriteableBitmapEx_All.sln
+++ /dev/null
@@ -1,294 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.4.33213.308
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Wpf", "Wpf", "{299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapEx.Wpf", "..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj", "{B0AA6A94-6784-4221-81F0-244A68C374C0}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExCurveSample.Wpf", "..\Source\WriteableBitmapExCurveSample.Wpf\WriteableBitmapExCurveSample.Wpf.csproj", "{EBAE3620-C67D-4313-AEDC-9D336C71EC29}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExBlitSample.Wpf", "..\Source\WriteableBitmapExBlitSample.Wpf\WriteableBitmapExBlitSample.Wpf.csproj", "{7449175B-5E83-46E3-B67D-120319BCDCC5}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExShapeSample.Wpf", "..\Source\WriteableBitmapExShapeSample.Wpf\WriteableBitmapExShapeSample.Wpf.csproj", "{9020AC35-A876-4002-BD92-30666319E019}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExFillSample.Wpf", "..\Source\WriteableBitmapExFillSample.Wpf\WriteableBitmapExFillSample.Wpf.csproj", "{7111E514-9D2B-47C4-B63B-7C2E32FD145B}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExBlitAlphaRepro.Wpf", "..\Source\WriteableBitmapExBlitAlphaRepro.Wpf\WriteableBitmapExBlitAlphaRepro.Wpf.csproj", "{EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteableBitmapExEllipseAlphaRepro.Wpf", "..\Source\WriteableBitmapExEllipseAlphaRepro.Wpf\WriteableBitmapExEllipseAlphaRepro.Wpf.csproj", "{0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UWP", "UWP", "{17878B42-C314-4A63-B568-A37BCD4103F0}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Uwp", "..\Source\WriteableBitmapEx.Uwp\WriteableBitmapEx.Uwp.csproj", "{1A12BEA4-90FF-47CC-A76E-3794251A7634}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExBlitSample.Uwp", "..\Source\WriteableBitmapExBlitSample.Uwp\WriteableBitmapExBlitSample.Uwp.csproj", "{5AB055AD-8486-438C-89A4-8795D83C3E9B}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.TextExample", "..\Source\WriteableBitmapExTextExample.Wpf\WriteableBitmapEx.TextExample.csproj", "{B6938491-2107-43BA-A49E-B8EE72DEE0DF}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|ARM64 = Debug|ARM64
- Debug|Mixed Platforms = Debug|Mixed Platforms
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|ARM64 = Release|ARM64
- Release|Mixed Platforms = Release|Mixed Platforms
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|ARM64.Build.0 = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x64.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Debug|x86.ActiveCfg = Debug|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Any CPU.Build.0 = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM.ActiveCfg = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.ActiveCfg = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|ARM64.Build.0 = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x64.ActiveCfg = Release|Any CPU
- {B0AA6A94-6784-4221-81F0-244A68C374C0}.Release|x86.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|ARM.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|ARM64.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|x64.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|x64.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|x86.ActiveCfg = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Debug|x86.Build.0 = Debug|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|Any CPU.Build.0 = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|ARM.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|ARM.Build.0 = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|ARM64.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|ARM64.Build.0 = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|x64.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|x64.Build.0 = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|x86.ActiveCfg = Release|Any CPU
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29}.Release|x86.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|ARM.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|ARM64.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|x64.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Debug|x86.Build.0 = Debug|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|Any CPU.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|ARM.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|ARM.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|ARM64.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|ARM64.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|x64.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|x64.Build.0 = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|x86.ActiveCfg = Release|Any CPU
- {7449175B-5E83-46E3-B67D-120319BCDCC5}.Release|x86.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|ARM.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|ARM64.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|x64.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|x64.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|x86.ActiveCfg = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Debug|x86.Build.0 = Debug|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|Any CPU.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|ARM.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|ARM.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|ARM64.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|ARM64.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|x64.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|x64.Build.0 = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|x86.ActiveCfg = Release|Any CPU
- {9020AC35-A876-4002-BD92-30666319E019}.Release|x86.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|ARM.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|ARM64.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|x64.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Debug|x86.Build.0 = Debug|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|Any CPU.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|ARM.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|ARM.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|ARM64.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|ARM64.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|x64.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|x64.Build.0 = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|x86.ActiveCfg = Release|Any CPU
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B}.Release|x86.Build.0 = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|ARM64.Build.0 = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|x64.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Debug|x86.ActiveCfg = Debug|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|Any CPU.Build.0 = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|ARM.ActiveCfg = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|ARM64.ActiveCfg = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|ARM64.Build.0 = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|x64.ActiveCfg = Release|Any CPU
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4}.Release|x86.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|ARM64.Build.0 = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|Any CPU.Build.0 = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|ARM.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|ARM64.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|ARM64.Build.0 = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|x64.ActiveCfg = Release|Any CPU
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711}.Release|x86.ActiveCfg = Release|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.ActiveCfg = Debug|ARM
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.Build.0 = Debug|ARM
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.ActiveCfg = Debug|ARM64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.Build.0 = Debug|ARM64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.ActiveCfg = Debug|x64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.Build.0 = Debug|x64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.ActiveCfg = Debug|x86
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.Build.0 = Debug|x86
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.Build.0 = Release|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.ActiveCfg = Release|ARM
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.Build.0 = Release|ARM
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.ActiveCfg = Release|ARM64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.Build.0 = Release|ARM64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.ActiveCfg = Release|x64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.Build.0 = Release|x64
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.ActiveCfg = Release|x86
- {1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.Build.0 = Release|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|Any CPU.ActiveCfg = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM.ActiveCfg = Debug|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM.Build.0 = Debug|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM.Deploy.0 = Debug|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM64.ActiveCfg = Debug|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM64.Build.0 = Debug|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|ARM64.Deploy.0 = Debug|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|Mixed Platforms.Build.0 = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x64.ActiveCfg = Debug|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x64.Build.0 = Debug|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x64.Deploy.0 = Debug|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x86.ActiveCfg = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x86.Build.0 = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Debug|x86.Deploy.0 = Debug|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|Any CPU.ActiveCfg = Release|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM.ActiveCfg = Release|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM.Build.0 = Release|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM.Deploy.0 = Release|ARM
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM64.ActiveCfg = Release|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM64.Build.0 = Release|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|ARM64.Deploy.0 = Release|ARM64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|Mixed Platforms.ActiveCfg = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|Mixed Platforms.Build.0 = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|Mixed Platforms.Deploy.0 = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x64.ActiveCfg = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x64.Build.0 = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x64.Deploy.0 = Release|x64
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x86.ActiveCfg = Release|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x86.Build.0 = Release|x86
- {5AB055AD-8486-438C-89A4-8795D83C3E9B}.Release|x86.Deploy.0 = Release|x86
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|ARM.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|ARM64.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|x64.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|x64.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|x86.ActiveCfg = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Debug|x86.Build.0 = Debug|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|Any CPU.Build.0 = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|ARM.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|ARM.Build.0 = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|ARM64.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|ARM64.Build.0 = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|x64.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|x64.Build.0 = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|x86.ActiveCfg = Release|Any CPU
- {B6938491-2107-43BA-A49E-B8EE72DEE0DF}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {B0AA6A94-6784-4221-81F0-244A68C374C0} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {EBAE3620-C67D-4313-AEDC-9D336C71EC29} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {7449175B-5E83-46E3-B67D-120319BCDCC5} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {9020AC35-A876-4002-BD92-30666319E019} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {7111E514-9D2B-47C4-B63B-7C2E32FD145B} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {EB158C66-40D8-4F2A-879C-BA8EF6AE89E4} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {0A769A8A-ABAD-4A6D-B90D-DDB4D52CA711} = {299BE8E6-6ACC-43E1-B4AC-DAF1BEAA6362}
- {1A12BEA4-90FF-47CC-A76E-3794251A7634} = {17878B42-C314-4A63-B568-A37BCD4103F0}
- {5AB055AD-8486-438C-89A4-8795D83C3E9B} = {17878B42-C314-4A63-B568-A37BCD4103F0}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {77BCB089-72D4-4A56-BBF8-B03EA9B1CD00}
- EndGlobalSection
-EndGlobal