diff --git a/NuGet/RGB.NET.WPF.nuspec b/NuGet/RGB.NET.WPF.nuspec
new file mode 100644
index 0000000..c624eaa
--- /dev/null
+++ b/NuGet/RGB.NET.WPF.nuspec
@@ -0,0 +1,27 @@
+
+
+
+ RGB.NET.WPF
+ CUE.NET.WPF
+ 1.0.0.0
+ Darth Affe
+ Darth Affe
+ https://github.com/DarthAffe/RGB.NET
+ https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE
+ true
+ WPF-Controls of RGB.NET
+
+ WPF-Controls of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals
+ Copyright © Wyrez 2017
+ en-US
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RGB.NET.Brushes/RGB.NET.Brushes.csproj b/RGB.NET.Brushes/RGB.NET.Brushes.csproj
index d817436..f7f29c6 100644
--- a/RGB.NET.Brushes/RGB.NET.Brushes.csproj
+++ b/RGB.NET.Brushes/RGB.NET.Brushes.csproj
@@ -25,10 +25,11 @@
pdbonly
true
- bin\Release\
+ ..\bin\
TRACE
prompt
4
+ ..\bin\RGB.NET.Brushes.XML
diff --git a/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj b/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj
index 034f7b0..1d4c210 100644
--- a/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj
+++ b/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj
@@ -25,10 +25,11 @@
pdbonly
true
- bin\Release\
+ ..\bin\
TRACE
prompt
4
+ ..\bin\RGB.NET.Devices.Corsair.XML
diff --git a/RGB.NET.Effects/RGB.NET.Effects.csproj b/RGB.NET.Effects/RGB.NET.Effects.csproj
index 78143b9..1904ff8 100644
--- a/RGB.NET.Effects/RGB.NET.Effects.csproj
+++ b/RGB.NET.Effects/RGB.NET.Effects.csproj
@@ -25,10 +25,11 @@
pdbonly
true
- bin\Release\
+ ..\bin\
TRACE
prompt
4
+ ..\bin\RGB.NET.Effects.XML
diff --git a/RGB.NET.Groups/RGB.NET.Groups.csproj b/RGB.NET.Groups/RGB.NET.Groups.csproj
index 7611d73..cf08631 100644
--- a/RGB.NET.Groups/RGB.NET.Groups.csproj
+++ b/RGB.NET.Groups/RGB.NET.Groups.csproj
@@ -25,10 +25,11 @@
pdbonly
true
- bin\Release\
+ ..\bin\
TRACE
prompt
4
+ ..\bin\RGB.NET.Groups.XML
diff --git a/RGB.NET.Input.Corsair/RGB.NET.Input.Corsair.csproj b/RGB.NET.Input.Corsair/RGB.NET.Input.Corsair.csproj
index 8a74d03..9fad55e 100644
--- a/RGB.NET.Input.Corsair/RGB.NET.Input.Corsair.csproj
+++ b/RGB.NET.Input.Corsair/RGB.NET.Input.Corsair.csproj
@@ -25,10 +25,11 @@
pdbonly
true
- bin\Release\
+ ..\bin\
TRACE
prompt
4
+ ..\bin\RGB.NET.Input.Corsair.XML
diff --git a/RGB.NET.WPF/Properties/AssemblyInfo.cs b/RGB.NET.WPF/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..aaa37ef
--- /dev/null
+++ b/RGB.NET.WPF/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("RGB.NET.WPF")]
+[assembly: AssemblyDescription("WPF-Controls of RGB.NET")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Wyrez")]
+[assembly: AssemblyProduct("RGB.NET.WPF")]
+[assembly: AssemblyCopyright("Copyright © Wyrez 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("347c5f0f-f490-4dec-9c1c-6e84750d838d")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/RGB.NET.WPF/RGB.NET.WPF.csproj b/RGB.NET.WPF/RGB.NET.WPF.csproj
new file mode 100644
index 0000000..5a2fe99
--- /dev/null
+++ b/RGB.NET.WPF/RGB.NET.WPF.csproj
@@ -0,0 +1,62 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989}
+ Library
+ Properties
+ RGB.NET.WPF
+ RGB.NET.WPF
+ v4.5
+ 512
+
+
+ true
+ full
+ false
+ ..\bin\
+ DEBUG;TRACE
+ prompt
+ 4
+ ..\bin\RGB.NET.WPF.XML
+
+
+ pdbonly
+ true
+ ..\bin\
+ TRACE
+ prompt
+ 4
+ ..\bin\RGB.NET.WPF.XML
+
+
+
+ ..\packages\RGB.NET.Core.1.0.0\lib\net45\RGB.NET.Core.dll
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RGB.NET.WPF/packages.config b/RGB.NET.WPF/packages.config
new file mode 100644
index 0000000..dac371b
--- /dev/null
+++ b/RGB.NET.WPF/packages.config
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/RGB.NET.sln b/RGB.NET.sln
index 82a2070..3aca62e 100644
--- a/RGB.NET.sln
+++ b/RGB.NET.sln
@@ -35,8 +35,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{06416566
NuGet\RGB.NET.Groups.nuspec = NuGet\RGB.NET.Groups.nuspec
NuGet\RGB.NET.Input.Corsair.nuspec = NuGet\RGB.NET.Input.Corsair.nuspec
NuGet\RGB.NET.Input.nuspec = NuGet\RGB.NET.Input.nuspec
+ NuGet\RGB.NET.WPF.nuspec = NuGet\RGB.NET.WPF.nuspec
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{BD7C9994-1747-4595-9C21-298E8FDCB657}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RGB.NET.WPF", "RGB.NET.WPF\RGB.NET.WPF.csproj", "{8D6C4FE6-0046-4E98-876F-4C0B87249989}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -71,6 +76,10 @@ Global
{2A39F859-AAD0-4C16-94F8-78057820B376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A39F859-AAD0-4C16-94F8-78057820B376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A39F859-AAD0-4C16-94F8-78057820B376}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -82,5 +91,6 @@ Global
{C854766D-9C1D-474B-B5B8-249DF4A9E552} = {33D5E279-1C4E-4AB6-9D1E-6D18109A6C25}
{F905C418-76BB-4BA6-88AB-0793BC2681D3} = {C854766D-9C1D-474B-B5B8-249DF4A9E552}
{2A39F859-AAD0-4C16-94F8-78057820B376} = {FFBCAF88-6646-43EC-9F24-2D719D3779C8}
+ {8D6C4FE6-0046-4E98-876F-4C0B87249989} = {BD7C9994-1747-4595-9C21-298E8FDCB657}
EndGlobalSection
EndGlobal