Added all currently used resources
24
Asus/Asus.nuspec
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Resources.Asus</id>
|
||||
<title>RGB.NET.Resources.Asus</title>
|
||||
<version>02.03</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET-Resources</projectUrl>
|
||||
<licenseUrl>https://github.com/DarthAffe/RGB.NET-Resources/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Resources for Asus-Devices of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Resources for Asus-Devices of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright @ Wyrez 2018</copyright>
|
||||
<language>en-US</language>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Images\**\*.*" target="build\resources\Images\Asus\" />
|
||||
<file src="Layouts\**\*.*" target="build\resources\Layouts\Asus\" />
|
||||
<file src="libs\**\*.*" target="build\libs\" />
|
||||
<file src="targets\*.targets" target="build\" />
|
||||
</files>
|
||||
</package>
|
||||
BIN
Asus/Images/Mainboards/PRIMEX370-PRO.png
Normal file
|
After Width: | Height: | Size: 773 KiB |
66
Asus/Layouts/DeviceLayout.xsd
Normal file
@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified">
|
||||
<xsd:element name="Device">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Name" type="xsd:string" />
|
||||
<xsd:element name="Description" type="xsd:string" />
|
||||
<xsd:element name="Author" type="xsd:string" />
|
||||
<xsd:element name="Type" type="xsd:string" />
|
||||
<xsd:element name="Lighting" type="xsd:string" />
|
||||
<xsd:element name="Vendor" type="xsd:string" />
|
||||
<xsd:element name="Model" type="xsd:string" />
|
||||
<xsd:element name="Shape" type="xsd:string" />
|
||||
<xsd:element name="Width" type="xsd:double" />
|
||||
<xsd:element name="Height" type="xsd:double" />
|
||||
<xsd:element name="ImageBasePath" type="xsd:string" />
|
||||
<xsd:element name="DeviceImage" type="xsd:string" />
|
||||
<xsd:element name="LedUnitWidth" type="xsd:double" />
|
||||
<xsd:element name="LedUnitHeight" type="xsd:double" />
|
||||
<xsd:element name="Leds">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="unbounded" name="Led">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Shape" type="xsd:string" />
|
||||
<xsd:element name="X" type="xsd:string" />
|
||||
<xsd:element name="Y" type="xsd:string" />
|
||||
<xsd:element name="Width" type="xsd:string" />
|
||||
<xsd:element name="Height" type="xsd:string" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="LedImageLayouts">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="unbounded" name="LedImageLayout">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="LedImages">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="unbounded" name="LedImage">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="Id" type="xsd:string" use="required" />
|
||||
<xsd:attribute name="Image" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Layout" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xs:schema>
|
||||
53
Asus/Layouts/Mainboards/PRIMEX370-PRO.xml
Normal file
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Device xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Name>Asus Prime X370-PRO</Name>
|
||||
<Description>Asus Prime X370-PRO Mainboard</Description>
|
||||
<Author>Darth Affe</Author>
|
||||
<Type>Mainboard</Type>
|
||||
<Lighting>Key</Lighting>
|
||||
<Vendor>Asus</Vendor>
|
||||
<Model>Prime X370-PRO</Model>
|
||||
<Width>252</Width>
|
||||
<Height>305</Height>
|
||||
<ImageBasePath>Images\Asus\Mainboards</ImageBasePath>
|
||||
<DeviceImage>PRIMEX370-PRO.png</DeviceImage>
|
||||
<Leds>
|
||||
<Led Id="Mainboard1">
|
||||
<X>0</X>
|
||||
<Y>131</Y>
|
||||
<Width>35mm</Width>
|
||||
<Height>57mm</Height>
|
||||
<Shape>M 0,0 L 0,1 L 0.325,1 L 0.325,0 Z M 0.862,0 L 0.822,0.06 L 0.904,0.11 L 0.91,0.505 L 0.86,0.532 L 0.74,0.532 L 0.6575,0.485 L 0.54,0.485 L 0.425,0.55 L 0.425,0.64 L0.44,0.66 L0.44,0.755 L 0.4,0.78 L 0.4,1 L 0.5,1 L 0.5,0.805 L 0.53,0.785 L 0.53,0.6325 L 0.515,0.6225 L 0.515,0.575 L 0.575,0.543 L 0.6225,0.543 L 0.705,0.59 L 0.9,0.59 L 1,0.525 L 1,0.08 Z</Shape>
|
||||
</Led>
|
||||
<Led Id="Mainboard2">
|
||||
<X>0</X>
|
||||
<Y>+</Y>
|
||||
<Width>17mm</Width>
|
||||
<Height>40mm</Height>
|
||||
<Shape>M 0.83,0 L 0.83,1 L1,1 L 1,0 Z M 0,0 L 0,1 L 0.6691,1 L 0.6691,0 Z</Shape>
|
||||
</Led>
|
||||
<Led Id="Mainboard3">
|
||||
<X>0</X>
|
||||
<Y>+</Y>
|
||||
<Width>44mm</Width>
|
||||
<Height>41mm</Height>
|
||||
<Shape>
|
||||
M 0,0 L 0,1 L 0.26,1 L 0.26,0 Z M 0.32,0 L 0.32,0.29 L 0.365,0.325 L 0.395,0.325 L 0.395,0.36 L 0.455,0.41 L 0.49,0.345 L 0.4675,0.32 L 0.455,0.2475 L 0.4675,0.26 L 0.395,0.2475 L 0.395,0 Z
|
||||
M 0.935,0.715 L 0.935,0.84 L 0.865,0.915 L 0.865,1 L 0.9375,1 L 0.9375,0.95 L 1,0.88 L 1,0.715 Z
|
||||
</Shape>
|
||||
</Led>
|
||||
<Led Id="Mainboard4">
|
||||
<X>0</X>
|
||||
<Y>+</Y>
|
||||
<Width>68mm</Width>
|
||||
<Height>35mm</Height>
|
||||
<Shape>M 0,0 L 0,1 L 0.94,1 L 0.94,0.95 L 0.206,0.95 Q 0.168,0.95 0.165,0.875 L 0.165,0 Z M 0.55,0.019 L 0.55,0.132 L 0.578,0.19 L 0.578,0.2078 L 0.612,0.271 L 0.612,0.6625 L 0.635,0.7125 L0.735,0.7125 L0.755,0.75 L 0.915,0.75 L 0.92,0.76 L 0.942,0.76 L 0.94,1 L 0.99,1 L 0.99,0.72 L 0.965,0.67 L 0.935,0.67 L 0.93,0.66 L 0.772,0.66 L 0.752,0.62 L 0.66,0.62 L 0.66,0.237 L 0.622,0.16 L 0.622,0.145 L 0.5975,0.095 L 0.5975,0.019 Z</Shape>
|
||||
</Led>
|
||||
<Led Id="Mainboard5">
|
||||
<X>80</X>
|
||||
<Y>132</Y>
|
||||
<Width>5mm</Width>
|
||||
<Height>13mm</Height>
|
||||
</Led>
|
||||
</Leds>
|
||||
</Device>
|
||||
BIN
Asus/libs/x86/AURA_SDK.dll
Normal file
BIN
Asus/libs/x86/ClaymoreProtocol.dll
Normal file
BIN
Asus/libs/x86/EVOLVE SYNC Dll.dll
Normal file
BIN
Asus/libs/x86/LED_DLL_forMB.dll
Normal file
BIN
Asus/libs/x86/RogNewmouseProtocol.dll
Normal file
BIN
Asus/libs/x86/SPATHA HID Library C++.dll
Normal file
BIN
Asus/libs/x86/SPATHA SYNC Dll.dll
Normal file
BIN
Asus/libs/x86/VGA_Extra.dll
Normal file
BIN
Asus/libs/x86/Vender.dll
Normal file
150
Asus/targets/RGB.NET.Resources.Asus.targets
Normal file
@ -0,0 +1,150 @@
|
||||
<!--
|
||||
* Build targets hacked from SQLite (thanks!)
|
||||
* System.Data.SQLite.Core.targets -
|
||||
-->
|
||||
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Items **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<ItemGroup>
|
||||
<AsusSDKFiles Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"
|
||||
Include="$(MSBuildThisFileDirectory)libs\**\*.dll;$(MSBuildThisFileDirectory)resources\**\*.*" />
|
||||
|
||||
<AdditionalPublishFilex86 Include="$(MSBuildThisFileDirectory)libs\x86\*.dll">
|
||||
<Visible>False</Visible>
|
||||
</AdditionalPublishFilex86>
|
||||
<AdditionalPublishFilex64 Include="$(MSBuildThisFileDirectory)libs\x64\*.dll">
|
||||
<Visible>False</Visible>
|
||||
</AdditionalPublishFilex64>
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Content Items **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<ItemGroup Condition="'$(ContentAsusSDKFiles)' != '' And
|
||||
'$(ContentAsusSDKFiles)' != 'false' And
|
||||
'@(AsusSDKFiles)' != ''">
|
||||
<Content Include="@(AsusSDKFiles)">
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Targets* **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CopyAsusSDKFiles"
|
||||
Condition="'$(CopyAsusSDKFiles)' != 'false' And
|
||||
'$(OutDir)' != '' And
|
||||
HasTrailingSlash('$(OutDir)') And
|
||||
Exists('$(OutDir)')"
|
||||
Inputs="@(AsusSDKFiles)"
|
||||
Outputs="@(AsusSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
|
||||
<!--
|
||||
NOTE: Copy "AURA_SDK.dll" and all related files, for every
|
||||
architecture that we support, to the build output directory.
|
||||
-->
|
||||
<Message Text="Copying SDK files..." Importance="high" />
|
||||
<Copy SourceFiles="@(AsusSDKFiles)"
|
||||
DestinationFiles="@(AsusSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CleanAsusSDKFiles"
|
||||
Condition="'$(CleanAsusSDKFiles)' != 'false' And
|
||||
'$(OutDir)' != '' And
|
||||
HasTrailingSlash('$(OutDir)') And
|
||||
Exists('$(OutDir)')">
|
||||
|
||||
<!--
|
||||
NOTE: Delete "AsusSDK*.dll" and all related files, for every
|
||||
architecture that we support, from the build output directory.
|
||||
-->
|
||||
<Message Text="this file $(MSBuildThisFileDirectory)" Importance="high"/>
|
||||
<Message Text="Cleaning SDK files..." Importance="high" />
|
||||
|
||||
<Delete Files="@(AsusSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CollectAsusSDKFiles"
|
||||
Condition="'$(CollectAsusSDKFiles)' != 'false'">
|
||||
<Message Text="Collecting SDK files..." Importance="high" />
|
||||
<ItemGroup>
|
||||
<FilesForPackagingFromProject Include="@(AsusSDKFiles)">
|
||||
<DestinationRelativePath>bin\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
|
||||
</FilesForPackagingFromProject>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="BeforePublish">
|
||||
<Touch Files="@(IntermediateAssembly)" />
|
||||
</Target>
|
||||
<Target Name="BeforeBuild">
|
||||
<CreateItem Include="@(AdditionalPublishFilex86)" AdditionalMetadata="TargetPath=x86\%(FileName)%(Extension);IsDataFile=false">
|
||||
<Output TaskParameter="Include" ItemName="_DeploymentManifestFiles" />
|
||||
</CreateItem>
|
||||
<CreateItem Include="@(AdditionalPublishFilex64)" AdditionalMetadata="TargetPath=x64\%(FileName)%(Extension);IsDataFile=false">
|
||||
<Output TaskParameter="Include" ItemName="_DeploymentManifestFiles" />
|
||||
</CreateItem>
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Properties **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyGroup>
|
||||
<PostBuildEventDependsOn>
|
||||
$(PostBuildEventDependsOn);
|
||||
CopyAsusSDKFiles;
|
||||
</PostBuildEventDependsOn>
|
||||
<BuildDependsOn>
|
||||
$(BuildDependsOn);
|
||||
CopyAsusSDKFiles;
|
||||
</BuildDependsOn>
|
||||
<CleanDependsOn>
|
||||
$(CleanDependsOn);
|
||||
CleanAsusSDKFiles;
|
||||
</CleanDependsOn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Publish Properties for Visual Studio 201x **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or
|
||||
'$(VisualStudioVersion)' == '10.0' Or
|
||||
'$(VisualStudioVersion)' == '11.0' Or
|
||||
'$(VisualStudioVersion)' == '12.0'">
|
||||
<PipelineCollectFilesPhaseDependsOn>
|
||||
CollectAsusSDKFiles;
|
||||
$(PipelineCollectFilesPhaseDependsOn);
|
||||
</PipelineCollectFilesPhaseDependsOn>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
22
CoolerMaster/CoolerMaster.nuspec
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Resources.CoolerMaster</id>
|
||||
<title>RGB.NET.Resources.CoolerMaster</title>
|
||||
<version>1.0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET-Resources</projectUrl>
|
||||
<licenseUrl>https://github.com/DarthAffe/RGB.NET-Resources/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Resources for CoolerMaster-Devices of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Resources for CoolerMaster-Devices of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright @ Wyrez 2018</copyright>
|
||||
<language>en-US</language>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="libs\**\*.*" target="build\libs\" />
|
||||
<file src="targets\*.targets" target="build\" />
|
||||
</files>
|
||||
</package>
|
||||
BIN
CoolerMaster/libs/x64/CMSDK.dll
Normal file
BIN
CoolerMaster/libs/x86/CMSDK.dll
Normal file
150
CoolerMaster/targets/RGB.NET.Devices.CoolerMaster.targets
Normal file
@ -0,0 +1,150 @@
|
||||
<!--
|
||||
* Build targets hacked from SQLite (thanks!)
|
||||
* System.Data.SQLite.Core.targets -
|
||||
-->
|
||||
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Items **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<ItemGroup>
|
||||
<CoolerMasterSDKFiles Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"
|
||||
Include="$(MSBuildThisFileDirectory)libs\**\*.dll;$(MSBuildThisFileDirectory)resources\**\*.*" />
|
||||
|
||||
<AdditionalPublishFilex86 Include="$(MSBuildThisFileDirectory)libs\x86\*.dll">
|
||||
<Visible>False</Visible>
|
||||
</AdditionalPublishFilex86>
|
||||
<AdditionalPublishFilex64 Include="$(MSBuildThisFileDirectory)libs\x64\*.dll">
|
||||
<Visible>False</Visible>
|
||||
</AdditionalPublishFilex64>
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Content Items **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<ItemGroup Condition="'$(ContentCoolerMasterSDKFiles)' != '' And
|
||||
'$(ContentCoolerMasterSDKFiles)' != 'false' And
|
||||
'@(CoolerMasterSDKFiles)' != ''">
|
||||
<Content Include="@(CoolerMasterSDKFiles)">
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Targets* **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CopyCoolerMasterSDKFiles"
|
||||
Condition="'$(CopyCoolerMasterSDKFiles)' != 'false' And
|
||||
'$(OutDir)' != '' And
|
||||
HasTrailingSlash('$(OutDir)') And
|
||||
Exists('$(OutDir)')"
|
||||
Inputs="@(CoolerMasterSDKFiles)"
|
||||
Outputs="@(CoolerMasterSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
|
||||
<!--
|
||||
NOTE: Copy "CoolerMasterSDK*.dll" and all related files, for every
|
||||
architecture that we support, to the build output directory.
|
||||
-->
|
||||
<Message Text="Copying SDK files..." Importance="high" />
|
||||
<Copy SourceFiles="@(CoolerMasterSDKFiles)"
|
||||
DestinationFiles="@(CoolerMasterSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CleanCoolerMasterSDKFiles"
|
||||
Condition="'$(CleanCoolerMasterSDKFiles)' != 'false' And
|
||||
'$(OutDir)' != '' And
|
||||
HasTrailingSlash('$(OutDir)') And
|
||||
Exists('$(OutDir)')">
|
||||
|
||||
<!--
|
||||
NOTE: Delete "CoolerMasterSDK*.dll" and all related files, for every
|
||||
architecture that we support, from the build output directory.
|
||||
-->
|
||||
<Message Text="this file $(MSBuildThisFileDirectory)" Importance="high"/>
|
||||
<Message Text="Cleaning SDK files..." Importance="high" />
|
||||
|
||||
<Delete Files="@(CoolerMasterSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="CollectCoolerMasterSDKFiles"
|
||||
Condition="'$(CollectCoolerMasterSDKFiles)' != 'false'">
|
||||
<Message Text="Collecting SDK files..." Importance="high" />
|
||||
<ItemGroup>
|
||||
<FilesForPackagingFromProject Include="@(CoolerMasterSDKFiles)">
|
||||
<DestinationRelativePath>bin\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
|
||||
</FilesForPackagingFromProject>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<Target Name="BeforePublish">
|
||||
<Touch Files="@(IntermediateAssembly)" />
|
||||
</Target>
|
||||
<Target Name="BeforeBuild">
|
||||
<CreateItem Include="@(AdditionalPublishFilex86)" AdditionalMetadata="TargetPath=x86\%(FileName)%(Extension);IsDataFile=false">
|
||||
<Output TaskParameter="Include" ItemName="_DeploymentManifestFiles" />
|
||||
</CreateItem>
|
||||
<CreateItem Include="@(AdditionalPublishFilex64)" AdditionalMetadata="TargetPath=x64\%(FileName)%(Extension);IsDataFile=false">
|
||||
<Output TaskParameter="Include" ItemName="_DeploymentManifestFiles" />
|
||||
</CreateItem>
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Build Properties **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyGroup>
|
||||
<PostBuildEventDependsOn>
|
||||
$(PostBuildEventDependsOn);
|
||||
CopyCoolerMasterSDKFiles;
|
||||
</PostBuildEventDependsOn>
|
||||
<BuildDependsOn>
|
||||
$(BuildDependsOn);
|
||||
CopyCoolerMasterSDKFiles;
|
||||
</BuildDependsOn>
|
||||
<CleanDependsOn>
|
||||
$(CleanDependsOn);
|
||||
CleanCoolerMasterSDKFiles;
|
||||
</CleanDependsOn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
******************************************************************************
|
||||
** Publish Properties for Visual Studio 201x **
|
||||
******************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or
|
||||
'$(VisualStudioVersion)' == '10.0' Or
|
||||
'$(VisualStudioVersion)' == '11.0' Or
|
||||
'$(VisualStudioVersion)' == '12.0'">
|
||||
<PipelineCollectFilesPhaseDependsOn>
|
||||
CollectCoolerMasterSDKFiles;
|
||||
$(PipelineCollectFilesPhaseDependsOn);
|
||||
</PipelineCollectFilesPhaseDependsOn>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
24
Corsair/Corsair.nuspec
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Resources.Corsair</id>
|
||||
<title>RGB.NET.Resources.Corsair</title>
|
||||
<version>2.18.127.0</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET-Resources</projectUrl>
|
||||
<licenseUrl>https://github.com/DarthAffe/RGB.NET-Resources/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Resources for Corsair-Devices of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Resources for Corsair-Devices of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright @ Wyrez 2018</copyright>
|
||||
<language>en-US</language>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Images\**\*.*" target="build\resources\Images\Corsair\" />
|
||||
<file src="Layouts\**\*.*" target="build\resources\Layouts\Corsair\" />
|
||||
<file src="libs\**\*.*" target="build\libs\" />
|
||||
<file src="targets\*.targets" target="build\" />
|
||||
</files>
|
||||
</package>
|
||||
BIN
Corsair/Images/Keyboards/K70RGB.png
Normal file
|
After Width: | Height: | Size: 386 KiB |
BIN
Corsair/Images/Keyboards/K95RGB.png
Normal file
|
After Width: | Height: | Size: 451 KiB |
BIN
Corsair/Images/Keyboards/K95RGBPLATINUM.png
Normal file
|
After Width: | Height: | Size: 587 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/0_BracketRight.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/0_Equals_CurlyBracketRight.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/1_ExclamationMark.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/2_At.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/2_QuotationMark_Exponent2.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/3_Hash.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/3_SectionSign_Exponent3.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/4_Dollar.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/5_Percent.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/5_Percent_Euro.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/6_Ampersand.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/6_Circumflex.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/7_Ampersand.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/7_Slash_CurlyBracketLeft.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/8_Asterisk.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/9_BracketRight.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/A.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/AE.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/AccentGrave_AccentAcute.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/AccentGrave_Tilde.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Alt.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/AltGr.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Apostrophe_QuotationMark.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Asterisk.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/B.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Backspace.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/BildDown.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/BildUp.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Blackslash_Pipe.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Brightness.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/C.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CapsLock.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CapsLockText.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CaretDown.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CaretLeft.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CaretRight.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/CaretUp.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Circumflex_Degree.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Comma_Del.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Comma_Entf.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Comma_Semicolon.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Ctrl.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/D.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Delete.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Dot_Colon.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Drucken.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/E.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/E_Euro.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Einfg.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/End.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Ende.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Enter.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/EnterWText.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Entf.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Equals_Plus.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/Escape.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F1.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F10.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F11.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F12.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F2.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F3.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F4.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F5.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F6.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F7.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F8.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/F9.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G1.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G10.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G11.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G12.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G13.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Corsair/Images/Keyboards/K_Keys/G14.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |