mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Added meta-packages
This commit is contained in:
parent
284c551be6
commit
13323a9f0c
23
NuGet/RGB.NET.Asus.nuspec
Normal file
23
NuGet/RGB.NET.Asus.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Asus</id>
|
||||
<title>RGB.NET.Asus</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Asus-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with Asus devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Asus" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.Asus" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.CoolerMaster.nuspec
Normal file
23
NuGet/RGB.NET.CoolerMaster.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.CoolerMaster</id>
|
||||
<title>RGB.NET.CoolerMaster</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>CoolerMaster-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with CoolerMaster devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.CoolerMaster" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.CoolerMaster" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.Corsair.nuspec
Normal file
23
NuGet/RGB.NET.Corsair.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Corsair</id>
|
||||
<title>RGB.NET.Corsair</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Corsair-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with Corsair devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Corsair" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.Corsair" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
22
NuGet/RGB.NET.DMX.nuspec
Normal file
22
NuGet/RGB.NET.DMX.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.DMX</id>
|
||||
<title>RGB.NET.DMX</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>DMX-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with DMX devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.DMX" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
22
NuGet/RGB.NET.Debug.nuspec
Normal file
22
NuGet/RGB.NET.Debug.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.Debug</id>
|
||||
<title>RGB.NET.Debug</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Debug-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries supposed to debug applications using RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Debug" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
28
NuGet/RGB.NET.Devices.nuspec
Normal file
28
NuGet/RGB.NET.Devices.nuspec
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Devices</id>
|
||||
<title>RGB.NET.Devices</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Device-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Device-Metapackage - containing all devices of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Asus" version="0.0.1" />
|
||||
<dependency id="RGB.NET.CoolerMaster" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Corsair" version="0.0.1" />
|
||||
<dependency id="RGB.NET.DMX" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Logitech" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Novation" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Razer" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.Logitech.nuspec
Normal file
23
NuGet/RGB.NET.Logitech.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Logitech</id>
|
||||
<title>RGB.NET.Logitech</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Logitech-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with Logitech devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Logitech" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.Logitech" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.Novation.nuspec
Normal file
23
NuGet/RGB.NET.Novation.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Novation</id>
|
||||
<title>RGB.NET.Novation</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Novation-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with Novation devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Novation" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.Novation" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
24
NuGet/RGB.NET.Presets.nuspec
Normal file
24
NuGet/RGB.NET.Presets.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.Presets</id>
|
||||
<title>RGB.NET.Presets</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Preset-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Preset-Metapackage, containing all default brushes, decorators and groups of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Brushes" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Decorators" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Groups" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.Razer.nuspec
Normal file
23
NuGet/RGB.NET.Razer.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>RGB.NET.Razer</id>
|
||||
<title>RGB.NET.Razer</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Razer-Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries needed to work with Razer devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Devices.Razer" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Resources.Razer" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
24
NuGet/RGB.NET.nuspec
Normal file
24
NuGet/RGB.NET.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</id>
|
||||
<title>RGB.NET</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Darth Affe</authors>
|
||||
<owners>Darth Affe</owners>
|
||||
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
||||
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Metapackage of RGB.NET</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<summary>Metapackage - containing all libraries except UI of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
||||
<copyright>Copyright © Wyrez 2017</copyright>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="RGB.NET.Core" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Devices" version="0.0.1" />
|
||||
<dependency id="RGB.NET.Presets" version="0.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
15
RGB.NET.sln
15
RGB.NET.sln
@ -35,6 +35,21 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGB.NET.Devices.Razer", "RG
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGB.NET.Devices.Roccat", "RGB.NET.Devices.Roccat\RGB.NET.Devices.Roccat.csproj", "{DF4A0267-24FA-4D32-8841-3E91F31E51ED}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{5EAAFE56-ADAB-4EB9-9309-4F6CC73769AC}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
NuGet\RGB.NET.Asus.nuspec = NuGet\RGB.NET.Asus.nuspec
|
||||
NuGet\RGB.NET.CoolerMaster.nuspec = NuGet\RGB.NET.CoolerMaster.nuspec
|
||||
NuGet\RGB.NET.Corsair.nuspec = NuGet\RGB.NET.Corsair.nuspec
|
||||
NuGet\RGB.NET.Debug.nuspec = NuGet\RGB.NET.Debug.nuspec
|
||||
NuGet\RGB.NET.Devices.nuspec = NuGet\RGB.NET.Devices.nuspec
|
||||
NuGet\RGB.NET.DMX.nuspec = NuGet\RGB.NET.DMX.nuspec
|
||||
NuGet\RGB.NET.Logitech.nuspec = NuGet\RGB.NET.Logitech.nuspec
|
||||
NuGet\RGB.NET.Novation.nuspec = NuGet\RGB.NET.Novation.nuspec
|
||||
NuGet\RGB.NET.nuspec = NuGet\RGB.NET.nuspec
|
||||
NuGet\RGB.NET.Presets.nuspec = NuGet\RGB.NET.Presets.nuspec
|
||||
NuGet\RGB.NET.Razer.nuspec = NuGet\RGB.NET.Razer.nuspec
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user