diff --git a/CUE.NET.csproj b/CUE.NET.csproj
index c12b34b..983d8c2 100644
--- a/CUE.NET.csproj
+++ b/CUE.NET.csproj
@@ -14,7 +14,7 @@
true
- bin\x64\
+ bin\
TRACE;DEBUG;WIN64
full
x64
@@ -22,7 +22,7 @@
MinimumRecommendedRules.ruleset
- bin\x64\
+ bin\
TRACE;WIN64
true
pdbonly
@@ -32,7 +32,7 @@
true
- bin\x86\
+ bin\
TRACE;DEBUG;WIN32
full
x86
@@ -40,7 +40,7 @@
MinimumRecommendedRules.ruleset
- bin\x86\
+ bin\
TRACE;WIN32
true
pdbonly
@@ -107,12 +107,6 @@
-
-
-
-
-
-
diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec
index 5a3028d..92fb2d1 100644
--- a/CUE.NET.nuspec
+++ b/CUE.NET.nuspec
@@ -2,22 +2,22 @@
CUE.NET
+ CUE.NET
0.1.0
- C# Wrapper library around the Corsair CUE SDK
- DarthAffe
- DarthAffe
+ Darth Affe
+ Darth Affe
+ https://github.com/DarthAffe/CUE.NET
https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE
true
Corsair HID SDK Wrapper
- C# (.NET) Wrapper library around the Corsair CUE-SDK
-
-I'm currently working on this library and it's far from being finished. Please be patient (or drop me a message) if something is missing, behave
- 2015 DarthAffe
+ C# (.NET) Wrapper library around the Corsair CUE-SDK
+ Copyright © Wyrez 2015
en-US
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/CUE.NET.sln b/CUE.NET.sln
index 9cebe01..32b1de0 100644
--- a/CUE.NET.sln
+++ b/CUE.NET.sln
@@ -13,6 +13,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
CUE.NET.nuspec = CUE.NET.nuspec
CUE.NET.targets = CUE.NET.targets
+ nuget.exe = nuget.exe
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{D69EF6D8-68FF-4C56-B5CB-253971B1DF91}"
+ ProjectSection(SolutionItems) = preProject
+ libs\CUESDK.x64_2013.dll = libs\CUESDK.x64_2013.dll
+ libs\CUESDK.x86_2013.dll = libs\CUESDK.x86_2013.dll
EndProjectSection
EndProject
Global
@@ -45,5 +52,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7FD88256-5E14-4D7C-862B-7BC2CD04081A} = {1F52DDC9-E9D0-4A7B-8E78-930528203EE6}
+ {D69EF6D8-68FF-4C56-B5CB-253971B1DF91} = {FF50AF6A-D2AC-4772-B013-C10D127DBE29}
EndGlobalSection
EndGlobal
diff --git a/CUE.NET.targets b/CUE.NET.targets
index aaf674f..3afe0bc 100644
--- a/CUE.NET.targets
+++ b/CUE.NET.targets
@@ -1,37 +1,35 @@
-
+
-
-
-
-
+
+
%(RecursiveDir)%(FileName)%(Extension)
Always
@@ -39,55 +37,55 @@
-
+ Inputs="@(CueNETSDKFiles)"
+ Outputs="@(CueNETSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
-
-
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
bin\%(RecursiveDir)%(Filename)%(Extension)
@@ -95,28 +93,28 @@
$(PostBuildEventDependsOn);
- CopySQLiteInteropFiles;
+ CopyCueNETSDKFiles;
$(BuildDependsOn);
- CopySQLiteInteropFiles;
+ CopyCueNETSDKFiles;
$(CleanDependsOn);
- CleanSQLiteInteropFiles;
+ CleanCueNETSDKFiles;
@@ -125,7 +123,7 @@
'$(VisualStudioVersion)' == '11.0' Or
'$(VisualStudioVersion)' == '12.0'">
- CollectSQLiteInteropFiles;
+ CollectCueNETSDKFiles;
$(PipelineCollectFilesPhaseDependsOn);
diff --git a/libs/CUESDK_2013.dll b/libs/CUESDK.x86_2013.dll
similarity index 100%
rename from libs/CUESDK_2013.dll
rename to libs/CUESDK.x86_2013.dll
diff --git a/nuget.exe b/nuget.exe
new file mode 100644
index 0000000..a9c681c
Binary files /dev/null and b/nuget.exe differ