1
0
mirror of https://github.com/DarthAffe/RGB.NET-Resources synced 2025-12-12 17:08:31 +00:00

Added empty image to all resource-packages

This commit is contained in:
Darth Affe 2018-04-01 17:24:23 +02:00
parent 8f6b5217de
commit e4c7696b0d
11 changed files with 70 additions and 2 deletions

BIN
Asus/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

View File

@ -16,7 +16,7 @@
<language>en-US</language>
</metadata>
<files>
<!--<file src="Images\**\*.*" target="build\resources\Images\CoolerMaster\" />-->
<file src="Images\**\*.*" target="build\resources\Images\CoolerMaster\" />
<file src="Layouts\**\*.*" target="build\resources\Layouts\CoolerMaster\" />
<file src="libs\**\*.*" target="build\libs\" />
<file src="targets\*.targets" target="build\" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

BIN
Corsair/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

BIN
Logitech/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

BIN
Msi/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

View File

@ -16,7 +16,7 @@
<language>en-US</language>
</metadata>
<files>
<!--<file src="Images\**\*.*" target="build\resources\Images\Msi\" />-->
<file src="Images\**\*.*" target="build\resources\Images\Msi\" />
<file src="Layouts\**\*.*" target="build\resources\Layouts\Msi\" />
<file src="libs\**\*.*" target="build\libs\" />
<file src="targets\*.targets" target="build\" />

BIN
Novation/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

BIN
Razer/Images/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

View 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>

View File

@ -16,6 +16,8 @@
<language>en-US</language>
</metadata>
<files>
<file src="Images\**\*.*" target="build\resources\Images\Razer\" />
<file src="Layouts\**\*.*" target="build\resources\Layouts\Razer\" />
<file src="libs\**\*.*" target="build\libs\" />
<file src="targets\*.targets" target="build\" />
</files>