mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
Added corsair code to K95.cs file. Should work with any sized bitmap or keyboard now.
This commit is contained in:
parent
8f9696a80a
commit
5db2c3a789
@ -1,223 +1,204 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings"
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<section name="Artemis.Settings.Offsets" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
<section name="Artemis.Settings.Offsets"
|
<section name="Artemis.Modules.Games.Witcher3.Witcher3" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<section name="Artemis.Modules.Effects.AudioVisualizer.AudioVisualization" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<section name="Artemis.Modules.Games.CounterStrike.CounterStrike" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
<section name="Artemis.Modules.Games.Witcher3.Witcher3"
|
<section name="Artemis.Settings.CounterStrike" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<section name="Artemis.Settings.VolumeDisplay" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<section name="Artemis.Settings.AudioVisualization" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
<section name="Artemis.Modules.Effects.AudioVisualizer.AudioVisualization"
|
<section name="Artemis.Settings.RocketLeague" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<section name="Artemis.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<section name="Artemis.Settings.TypeWave" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
<section name="Artemis.Modules.Games.CounterStrike.CounterStrike"
|
<section name="Artemis.Settings.General" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
</sectionGroup>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
</configSections>
|
||||||
<section name="Artemis.Settings.CounterStrike"
|
<connectionStrings />
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<startup>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||||
<section name="Artemis.Settings.VolumeDisplay"
|
</startup>
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<userSettings>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<Artemis.Settings.Offsets>
|
||||||
<section name="Artemis.Settings.AudioVisualization"
|
<setting name="RocketLeague" serializeAs="String">
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<value>{"Game":"RocketLeague","GameVersion":"1.10","GameAddresses":[{"Description":"Boost","BasePointer":{"value":21998084},"Offsets":[88,1452,1780,540]}]}</value>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
</setting>
|
||||||
<section name="Artemis.Settings.RocketLeague"
|
<setting name="Witcher3" serializeAs="String">
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<value>{"Game":"Witcher3","GameVersion":"1.11","GameAddresses":[{"Description":"Sign","BasePointer":{"value":42942304},"Offsets":[40,16,32,3008]}]}</value>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
</setting>
|
||||||
<section name="Artemis.Properties.Settings"
|
</Artemis.Settings.Offsets>
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<Artemis.Modules.Games.Witcher3.Witcher3>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<setting name="Enabled" serializeAs="String">
|
||||||
<section name="Artemis.Settings.TypeWave"
|
<value>True</value>
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
</setting>
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
</Artemis.Modules.Games.Witcher3.Witcher3>
|
||||||
<section name="Artemis.Settings.General"
|
<Artemis.Modules.Effects.AudioVisualizer.AudioVisualization>
|
||||||
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
<setting name="Sensitivity" serializeAs="String">
|
||||||
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<value>4</value>
|
||||||
</sectionGroup>
|
</setting>
|
||||||
</configSections>
|
<setting name="Bars" serializeAs="String">
|
||||||
<connectionStrings />
|
<value>21</value>
|
||||||
<startup>
|
</setting>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
<setting name="FromBottom" serializeAs="String">
|
||||||
</startup>
|
<value>True</value>
|
||||||
<userSettings>
|
</setting>
|
||||||
<Artemis.Settings.Offsets>
|
<setting name="FadeSpeed" serializeAs="String">
|
||||||
<setting name="RocketLeague" serializeAs="String">
|
<value>3</value>
|
||||||
<value>{"Game":"RocketLeague","GameVersion":"1.10","GameAddresses":[{"Description":"Boost","BasePointer":{"value":21998084},"Offsets":[88,1452,1780,540]}]}</value>
|
</setting>
|
||||||
</setting>
|
<setting name="MainColor" serializeAs="String">
|
||||||
<setting name="Witcher3" serializeAs="String">
|
<value>#FF0000FF</value>
|
||||||
<value>{"Game":"Witcher3","GameVersion":"1.11","GameAddresses":[{"Description":"Sign","BasePointer":{"value":42942304},"Offsets":[40,16,32,3008]}]}</value>
|
</setting>
|
||||||
</setting>
|
<setting name="SecondaryColor" serializeAs="String">
|
||||||
</Artemis.Settings.Offsets>
|
<value>#FF1E90FF</value>
|
||||||
<Artemis.Modules.Games.Witcher3.Witcher3>
|
</setting>
|
||||||
<setting name="Enabled" serializeAs="String">
|
</Artemis.Modules.Effects.AudioVisualizer.AudioVisualization>
|
||||||
<value>True</value>
|
<Artemis.Modules.Games.CounterStrike.CounterStrike>
|
||||||
</setting>
|
<setting name="GameDirectory" serializeAs="String">
|
||||||
</Artemis.Modules.Games.Witcher3.Witcher3>
|
<value />
|
||||||
<Artemis.Modules.Effects.AudioVisualizer.AudioVisualization>
|
</setting>
|
||||||
<setting name="Sensitivity" serializeAs="String">
|
<setting name="AmmoEnabled" serializeAs="String">
|
||||||
<value>4</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Bars" serializeAs="String">
|
<setting name="AmmoMainColor" serializeAs="String">
|
||||||
<value>21</value>
|
<value>#FFFF2900</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FromBottom" serializeAs="String">
|
<setting name="AmmoSecondaryColor" serializeAs="String">
|
||||||
<value>True</value>
|
<value>#FF26F600</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FadeSpeed" serializeAs="String">
|
<setting name="TeamColorEnabled" serializeAs="String">
|
||||||
<value>3</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="MainColor" serializeAs="String">
|
<setting name="FlashEnabled" serializeAs="String">
|
||||||
<value>#FF0000FF</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="SecondaryColor" serializeAs="String">
|
<setting name="SmokeEnabled" serializeAs="String">
|
||||||
<value>#FF1E90FF</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
</Artemis.Modules.Effects.AudioVisualizer.AudioVisualization>
|
<setting name="LowHpEnabled" serializeAs="String">
|
||||||
<Artemis.Modules.Games.CounterStrike.CounterStrike>
|
<value>True</value>
|
||||||
<setting name="GameDirectory" serializeAs="String">
|
</setting>
|
||||||
<value />
|
<setting name="Enabled" serializeAs="String">
|
||||||
</setting>
|
<value>True</value>
|
||||||
<setting name="AmmoEnabled" serializeAs="String">
|
</setting>
|
||||||
<value>True</value>
|
</Artemis.Modules.Games.CounterStrike.CounterStrike>
|
||||||
</setting>
|
<Artemis.Settings.CounterStrike>
|
||||||
<setting name="AmmoMainColor" serializeAs="String">
|
<setting name="GameDirectory" serializeAs="String">
|
||||||
<value>#FFFF2900</value>
|
<value>C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="AmmoSecondaryColor" serializeAs="String">
|
<setting name="AmmoEnabled" serializeAs="String">
|
||||||
<value>#FF26F600</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="TeamColorEnabled" serializeAs="String">
|
<setting name="AmmoMainColor" serializeAs="String">
|
||||||
<value>True</value>
|
<value>#FFFF2900</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FlashEnabled" serializeAs="String">
|
<setting name="AmmoSecondaryColor" serializeAs="String">
|
||||||
<value>True</value>
|
<value>#FF26F600</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="SmokeEnabled" serializeAs="String">
|
<setting name="TeamColorEnabled" serializeAs="String">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="LowHpEnabled" serializeAs="String">
|
<setting name="FlashEnabled" serializeAs="String">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Enabled" serializeAs="String">
|
<setting name="SmokeEnabled" serializeAs="String">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
</Artemis.Modules.Games.CounterStrike.CounterStrike>
|
<setting name="LowHpEnabled" serializeAs="String">
|
||||||
<Artemis.Settings.CounterStrike>
|
<value>True</value>
|
||||||
<setting name="GameDirectory" serializeAs="String">
|
</setting>
|
||||||
<value>C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive</value>
|
</Artemis.Settings.CounterStrike>
|
||||||
</setting>
|
<Artemis.Settings.VolumeDisplay>
|
||||||
<setting name="AmmoEnabled" serializeAs="String">
|
<setting name="MainColor" serializeAs="String">
|
||||||
<value>True</value>
|
<value>#FFFF2900</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="AmmoMainColor" serializeAs="String">
|
<setting name="SecondaryColor" serializeAs="String">
|
||||||
<value>#FFFF2900</value>
|
<value>#FF26F600</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="AmmoSecondaryColor" serializeAs="String">
|
<setting name="Enabled" serializeAs="String">
|
||||||
<value>#FF26F600</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="TeamColorEnabled" serializeAs="String">
|
</Artemis.Settings.VolumeDisplay>
|
||||||
<value>True</value>
|
<Artemis.Settings.AudioVisualization>
|
||||||
</setting>
|
<setting name="Sensitivity" serializeAs="String">
|
||||||
<setting name="FlashEnabled" serializeAs="String">
|
<value>4</value>
|
||||||
<value>True</value>
|
</setting>
|
||||||
</setting>
|
<setting name="Bars" serializeAs="String">
|
||||||
<setting name="SmokeEnabled" serializeAs="String">
|
<value>21</value>
|
||||||
<value>True</value>
|
</setting>
|
||||||
</setting>
|
<setting name="Spread" serializeAs="String">
|
||||||
<setting name="LowHpEnabled" serializeAs="String">
|
<value>1</value>
|
||||||
<value>True</value>
|
</setting>
|
||||||
</setting>
|
<setting name="FadeSpeed" serializeAs="String">
|
||||||
</Artemis.Settings.CounterStrike>
|
<value>3</value>
|
||||||
<Artemis.Settings.VolumeDisplay>
|
</setting>
|
||||||
<setting name="MainColor" serializeAs="String">
|
<setting name="MainColor" serializeAs="String">
|
||||||
<value>#FFFF2900</value>
|
<value>#FF0000FF</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="SecondaryColor" serializeAs="String">
|
<setting name="SecondaryColor" serializeAs="String">
|
||||||
<value>#FF26F600</value>
|
<value>#FF1E90FF</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Enabled" serializeAs="String">
|
</Artemis.Settings.AudioVisualization>
|
||||||
<value>True</value>
|
<Artemis.Settings.RocketLeague>
|
||||||
</setting>
|
<setting name="Enabled" serializeAs="String">
|
||||||
</Artemis.Settings.VolumeDisplay>
|
<value>False</value>
|
||||||
<Artemis.Settings.AudioVisualization>
|
</setting>
|
||||||
<setting name="Sensitivity" serializeAs="String">
|
<setting name="MainColor" serializeAs="String">
|
||||||
<value>4</value>
|
<value>#FFFF5000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Bars" serializeAs="String">
|
<setting name="SecondaryColor" serializeAs="String">
|
||||||
<value>21</value>
|
<value>#FFFF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Spread" serializeAs="String">
|
</Artemis.Settings.RocketLeague>
|
||||||
<value>1</value>
|
<Artemis.Properties.Settings>
|
||||||
</setting>
|
<setting name="LastEffect" serializeAs="String">
|
||||||
<setting name="FadeSpeed" serializeAs="String">
|
<value>TypeWave</value>
|
||||||
<value>3</value>
|
</setting>
|
||||||
</setting>
|
</Artemis.Properties.Settings>
|
||||||
<setting name="MainColor" serializeAs="String">
|
<Artemis.Settings.TypeWave>
|
||||||
<value>#FF0000FF</value>
|
<setting name="IsRandomColors" serializeAs="String">
|
||||||
</setting>
|
<value>True</value>
|
||||||
<setting name="SecondaryColor" serializeAs="String">
|
</setting>
|
||||||
<value>#FF1E90FF</value>
|
<setting name="WaveColor" serializeAs="String">
|
||||||
</setting>
|
<value>#FFFF0000</value>
|
||||||
</Artemis.Settings.AudioVisualization>
|
</setting>
|
||||||
<Artemis.Settings.RocketLeague>
|
<setting name="IsShiftColors" serializeAs="String">
|
||||||
<setting name="Enabled" serializeAs="String">
|
<value>True</value>
|
||||||
<value>False</value>
|
</setting>
|
||||||
</setting>
|
<setting name="ShiftColorSpeed" serializeAs="String">
|
||||||
<setting name="MainColor" serializeAs="String">
|
<value>20</value>
|
||||||
<value>#FFFF5000</value>
|
</setting>
|
||||||
</setting>
|
<setting name="TimeToLive" serializeAs="String">
|
||||||
<setting name="SecondaryColor" serializeAs="String">
|
<value>500</value>
|
||||||
<value>#FFFF0000</value>
|
</setting>
|
||||||
</setting>
|
<setting name="SpreadSpeed" serializeAs="String">
|
||||||
</Artemis.Settings.RocketLeague>
|
<value>4</value>
|
||||||
<Artemis.Properties.Settings>
|
</setting>
|
||||||
<setting name="LastEffect" serializeAs="String">
|
</Artemis.Settings.TypeWave>
|
||||||
<value>TypeWave</value>
|
<Artemis.Settings.General>
|
||||||
</setting>
|
<setting name="LastEffect" serializeAs="String">
|
||||||
</Artemis.Properties.Settings>
|
<value>TypeWave</value>
|
||||||
<Artemis.Settings.TypeWave>
|
</setting>
|
||||||
<setting name="IsRandomColors" serializeAs="String">
|
<setting name="LastKeyboard" serializeAs="String">
|
||||||
<value>True</value>
|
<value>Corsair Gaming K95 RGB</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="WaveColor" serializeAs="String">
|
<setting name="EnablePointersUpdate" serializeAs="String">
|
||||||
<value>#FFFF0000</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="IsShiftColors" serializeAs="String">
|
</Artemis.Settings.General>
|
||||||
<value>True</value>
|
</userSettings>
|
||||||
</setting>
|
<runtime>
|
||||||
<setting name="ShiftColorSpeed" serializeAs="String">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<value>20</value>
|
<dependentAssembly>
|
||||||
</setting>
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||||
<setting name="TimeToLive" serializeAs="String">
|
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
|
||||||
<value>500</value>
|
</dependentAssembly>
|
||||||
</setting>
|
<dependentAssembly>
|
||||||
<setting name="SpreadSpeed" serializeAs="String">
|
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
|
||||||
<value>4</value>
|
<bindingRedirect oldVersion="0.0.0.0-1.2.15.0" newVersion="1.2.15.0" />
|
||||||
</setting>
|
</dependentAssembly>
|
||||||
</Artemis.Settings.TypeWave>
|
</assemblyBinding>
|
||||||
<Artemis.Settings.General>
|
</runtime>
|
||||||
<setting name="LastEffect" serializeAs="String">
|
|
||||||
<value>TypeWave</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="LastKeyboard" serializeAs="String">
|
|
||||||
<value>Razer BlackWidow Chroma</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="EnablePointersUpdate" serializeAs="String">
|
|
||||||
<value>True</value>
|
|
||||||
</setting>
|
|
||||||
</Artemis.Settings.General>
|
|
||||||
</userSettings>
|
|
||||||
<runtime>
|
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
||||||
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</assemblyBinding>
|
|
||||||
</runtime>
|
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -1,482 +1,486 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{ED9997A2-E54C-4E9F-9350-62BE672C3ABE}</ProjectGuid>
|
<ProjectGuid>{ED9997A2-E54C-4E9F-9350-62BE672C3ABE}</ProjectGuid>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Artemis</RootNamespace>
|
<RootNamespace>Artemis</RootNamespace>
|
||||||
<AssemblyName>Artemis</AssemblyName>
|
<AssemblyName>Artemis</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<SccProjectName>
|
<SccProjectName>
|
||||||
</SccProjectName>
|
</SccProjectName>
|
||||||
<SccLocalPath>
|
<SccLocalPath>
|
||||||
</SccLocalPath>
|
</SccLocalPath>
|
||||||
<SccAuxPath>
|
<SccAuxPath>
|
||||||
</SccAuxPath>
|
</SccAuxPath>
|
||||||
<SccProvider>
|
<SccProvider>
|
||||||
</SccProvider>
|
</SccProvider>
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<PublishUrl>C:\Users\spoin\Desktop\Artemis builds\</PublishUrl>
|
<PublishUrl>C:\Users\spoin\Desktop\Artemis builds\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
<UpdateMode>Foreground</UpdateMode>
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
<UpdateInterval>7</UpdateInterval>
|
<UpdateInterval>7</UpdateInterval>
|
||||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>false</UpdateRequired>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestCertificateThumbprint>EAC088BE27A2DE790AE6F37A020409F4A1B5EC0E</ManifestCertificateThumbprint>
|
<ManifestCertificateThumbprint>EAC088BE27A2DE790AE6F37A020409F4A1B5EC0E</ManifestCertificateThumbprint>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestKeyFile>Artemis_TemporaryKey.pfx</ManifestKeyFile>
|
<ManifestKeyFile>Artemis_TemporaryKey.pfx</ManifestKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GenerateManifests>true</GenerateManifests>
|
<GenerateManifests>true</GenerateManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignManifests>false</SignManifests>
|
<SignManifests>false</SignManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>logo.ico</ApplicationIcon>
|
<ApplicationIcon>logo.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Caliburn.Micro, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
|
<Reference Include="Caliburn.Micro, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\net45\Caliburn.Micro.dll</HintPath>
|
<HintPath>..\packages\Caliburn.Micro.Core.3.0.0-beta2\lib\net45\Caliburn.Micro.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Caliburn.Micro.Platform, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
|
<Reference Include="Caliburn.Micro.Platform, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\net45\Caliburn.Micro.Platform.dll</HintPath>
|
<HintPath>..\packages\Caliburn.Micro.3.0.0-beta2\lib\net45\Caliburn.Micro.Platform.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Corale.Colore, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Caliburn.Micro.Platform.Core, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Colore.3.0.2\lib\net35\Corale.Colore.dll</HintPath>
|
<HintPath>..\packages\Caliburn.Micro.3.0.0-beta2\lib\net45\Caliburn.Micro.Platform.Core.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="CUE.NET, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Corale.Colore, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\CUE.NET.1.0.0\lib\net45\CUE.NET.dll</HintPath>
|
<HintPath>..\packages\Colore.3.0.2\lib\net35\Corale.Colore.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="log4net, Version=1.2.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
<Reference Include="CUE.NET, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\log4net.2.0.4\lib\net45-full\log4net.dll</HintPath>
|
<HintPath>..\packages\CUE.NET.1.0.0\lib\net45\CUE.NET.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MahApps.Metro, Version=1.1.2.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
|
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MahApps.Metro.1.1.2.0\lib\net45\MahApps.Metro.dll</HintPath>
|
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<Reference Include="MahApps.Metro, Version=1.3.0.17, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\MahApps.Metro.1.3.0-ALPHA017\lib\net45\MahApps.Metro.dll</HintPath>
|
||||||
</Reference>
|
<Private>True</Private>
|
||||||
<Reference Include="MyMemory-x64, Version=1.0.5741.3998, Culture=neutral, processorArchitecture=AMD64">
|
</Reference>
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>.\MyMemory-x64.dll</HintPath>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
</Reference>
|
||||||
</Reference>
|
<Reference Include="MyMemory-x64, Version=1.0.5741.3998, Culture=neutral, processorArchitecture=AMD64">
|
||||||
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
|
<HintPath>.\MyMemory-x64.dll</HintPath>
|
||||||
<Private>True</Private>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Open.WinKeyboardHook, Version=1.0.10.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Open.WinKeyboardHook.1.0.10.0\lib\net45\Open.WinKeyboardHook.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="Open.WinKeyboardHook, Version=1.0.10.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<Reference Include="System.Data" />
|
<HintPath>..\packages\Open.WinKeyboardHook.1.0.10.0\lib\net45\Open.WinKeyboardHook.dll</HintPath>
|
||||||
<Reference Include="System.Drawing" />
|
<Private>True</Private>
|
||||||
<Reference Include="System.Runtime.Serialization" />
|
</Reference>
|
||||||
<Reference Include="System.Web" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<Reference Include="System.Drawing" />
|
||||||
<HintPath>..\packages\MahApps.Metro.1.1.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
<Reference Include="System.Runtime.Serialization" />
|
||||||
<Private>True</Private>
|
<Reference Include="System.Web" />
|
||||||
</Reference>
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<HintPath>..\packages\MahApps.Metro.1.3.0-ALPHA017\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
||||||
<Reference Include="System.Core" />
|
<Private>True</Private>
|
||||||
<Reference Include="System.Xml.Linq" />
|
</Reference>
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="System.Net.Http" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="System.Xaml">
|
<Reference Include="System.Core" />
|
||||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
<Reference Include="System.Xml.Linq" />
|
||||||
</Reference>
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="VioletTape.WpfExceptionViewer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bfd09609f6784d58, processorArchitecture=MSIL">
|
<Reference Include="System.Net.Http" />
|
||||||
<HintPath>..\packages\WpfExceptionViewer.1.0.0.0\lib\VioletTape.WpfExceptionViewer.dll</HintPath>
|
<Reference Include="System.Xaml">
|
||||||
<Private>True</Private>
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="WindowsBase" />
|
<Reference Include="VioletTape.WpfExceptionViewer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bfd09609f6784d58, processorArchitecture=MSIL">
|
||||||
<Reference Include="PresentationCore" />
|
<HintPath>..\packages\WpfExceptionViewer.1.0.0.0\lib\VioletTape.WpfExceptionViewer.dll</HintPath>
|
||||||
<Reference Include="PresentationFramework" />
|
<Private>True</Private>
|
||||||
<Reference Include="Xceed.Wpf.AvalonDock, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
</Reference>
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
|
<Reference Include="WindowsBase" />
|
||||||
<Private>True</Private>
|
<Reference Include="PresentationCore" />
|
||||||
</Reference>
|
<Reference Include="PresentationFramework" />
|
||||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<Reference Include="Xceed.Wpf.AvalonDock, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Xceed.Wpf.DataGrid, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Xceed.Wpf.Toolkit, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<Reference Include="Xceed.Wpf.DataGrid, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.5\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
<Reference Include="Xceed.Wpf.Toolkit, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||||
<ItemGroup>
|
<HintPath>..\packages\Extended.Wpf.Toolkit.2.6\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
||||||
<ApplicationDefinition Include="App.xaml">
|
<Private>True</Private>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
</Reference>
|
||||||
<SubType>Designer</SubType>
|
</ItemGroup>
|
||||||
</ApplicationDefinition>
|
<ItemGroup>
|
||||||
<Compile Include="App.xaml.cs">
|
<ApplicationDefinition Include="App.xaml">
|
||||||
<DependentUpon>App.xaml</DependentUpon>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Code</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Compile>
|
</ApplicationDefinition>
|
||||||
<Compile Include="AppBootStrapper.cs" />
|
<Compile Include="App.xaml.cs">
|
||||||
<Compile Include="Events\ChangeActiveEffect.cs" />
|
<DependentUpon>App.xaml</DependentUpon>
|
||||||
<Compile Include="Events\ChangeBitmap.cs" />
|
<SubType>Code</SubType>
|
||||||
<Compile Include="KeyboardProviders\Corsair\K70.cs" />
|
</Compile>
|
||||||
<Compile Include="KeyboardProviders\Corsair\K95.cs" />
|
<Compile Include="AppBootStrapper.cs" />
|
||||||
<Compile Include="KeyboardProviders\KeyboardProvider.cs" />
|
<Compile Include="Events\ChangeActiveEffect.cs" />
|
||||||
<Compile Include="KeyboardProviders\Logitech\Orion.cs" />
|
<Compile Include="Events\ChangeBitmap.cs" />
|
||||||
<Compile Include="KeyboardProviders\Logitech\Utilities\KeyboardNames.cs" />
|
<Compile Include="KeyboardProviders\Corsair\K70.cs" />
|
||||||
<Compile Include="KeyboardProviders\Logitech\Utilities\KeyMap.cs" />
|
<Compile Include="KeyboardProviders\Corsair\K95.cs" />
|
||||||
<Compile Include="KeyboardProviders\Logitech\Utilities\LogitechGSDK.cs" />
|
<Compile Include="KeyboardProviders\KeyboardProvider.cs" />
|
||||||
<Compile Include="KeyboardProviders\Logitech\Utilities\OrionUtilities.cs" />
|
<Compile Include="KeyboardProviders\Logitech\Orion.cs" />
|
||||||
<Compile Include="KeyboardProviders\ProviderHelper.cs" />
|
<Compile Include="KeyboardProviders\Logitech\Utilities\KeyboardNames.cs" />
|
||||||
<Compile Include="KeyboardProviders\Razer\BlackWidow.cs" />
|
<Compile Include="KeyboardProviders\Logitech\Utilities\KeyMap.cs" />
|
||||||
<Compile Include="KeyboardProviders\Razer\Utilities\RazerUtilities.cs" />
|
<Compile Include="KeyboardProviders\Logitech\Utilities\LogitechGSDK.cs" />
|
||||||
<Compile Include="Models\EffectModel.cs" />
|
<Compile Include="KeyboardProviders\Logitech\Utilities\OrionUtilities.cs" />
|
||||||
<Compile Include="Models\GamePointersCollectionModel.cs" />
|
<Compile Include="KeyboardProviders\ProviderHelper.cs" />
|
||||||
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualization.Designer.cs">
|
<Compile Include="KeyboardProviders\Razer\BlackWidow.cs" />
|
||||||
<DependentUpon>AudioVisualization.settings</DependentUpon>
|
<Compile Include="KeyboardProviders\Razer\Utilities\RazerUtilities.cs" />
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Models\EffectModel.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Models\GamePointersCollectionModel.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualization.Designer.cs">
|
||||||
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerModel.cs" />
|
<DependentUpon>AudioVisualization.settings</DependentUpon>
|
||||||
<Compile Include="Modules\Effects\Debug\DebugEffectModel.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Modules\Effects\TypeHole\TypeHoleModel.cs" />
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<Compile Include="Modules\Effects\TypeWave\TypeWave.Designer.cs">
|
</Compile>
|
||||||
<DependentUpon>TypeWave.settings</DependentUpon>
|
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerModel.cs" />
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Modules\Effects\Debug\DebugEffectModel.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Modules\Effects\TypeHole\TypeHoleModel.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Effects\TypeWave\TypeWave.Designer.cs">
|
||||||
<Compile Include="Modules\Effects\TypeWave\TypeWaveModel.cs" />
|
<DependentUpon>TypeWave.settings</DependentUpon>
|
||||||
<Compile Include="Models\GameModel.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Modules\Games\CounterStrike\CounterStrike.Designer.cs">
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<DependentUpon>CounterStrike.settings</DependentUpon>
|
</Compile>
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Modules\Effects\TypeWave\TypeWaveModel.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Models\GameModel.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Games\CounterStrike\CounterStrike.Designer.cs">
|
||||||
<Compile Include="Modules\Games\CounterStrike\CounterStrikeModel.cs" />
|
<DependentUpon>CounterStrike.settings</DependentUpon>
|
||||||
<Compile Include="Modules\Games\CounterStrike\CounterStrikeSettings.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Modules\Games\RocketLeague\RocketLeague.Designer.cs">
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<DependentUpon>RocketLeague.settings</DependentUpon>
|
</Compile>
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Modules\Games\CounterStrike\CounterStrikeModel.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Modules\Games\CounterStrike\CounterStrikeSettings.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Games\RocketLeague\RocketLeague.Designer.cs">
|
||||||
<Compile Include="Modules\Games\RocketLeague\RocketLeagueModel.cs" />
|
<DependentUpon>RocketLeague.settings</DependentUpon>
|
||||||
<Compile Include="Modules\Games\Witcher3\Witcher3.Designer.cs">
|
<AutoGen>True</AutoGen>
|
||||||
<AutoGen>True</AutoGen>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
||||||
<DependentUpon>Witcher3.settings</DependentUpon>
|
<Compile Include="Modules\Games\RocketLeague\RocketLeagueModel.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Games\Witcher3\Witcher3.Designer.cs">
|
||||||
<Compile Include="Modules\Games\Witcher3\Witcher3Model.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Models\MainModel.cs" />
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<Compile Include="Models\OverlayModel.cs" />
|
<DependentUpon>Witcher3.settings</DependentUpon>
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.cs" />
|
</Compile>
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.Designer.cs">
|
<Compile Include="Modules\Games\Witcher3\Witcher3Model.cs" />
|
||||||
<DependentUpon>VolumeDisplay.settings</DependentUpon>
|
<Compile Include="Models\MainModel.cs" />
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Models\OverlayModel.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.cs" />
|
||||||
</Compile>
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.Designer.cs">
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayModel.cs" />
|
<DependentUpon>VolumeDisplay.settings</DependentUpon>
|
||||||
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerSettings.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Modules\Effects\Debug\DebugEffectSettings.cs" />
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<Compile Include="Models\EffectSettings.cs" />
|
</Compile>
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplaySettings.cs" />
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayModel.cs" />
|
||||||
<Compile Include="Modules\Games\RocketLeague\RocketLeagueSettings.cs" />
|
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerSettings.cs" />
|
||||||
<Compile Include="Modules\Effects\TypeWave\TypeWaveSettings.cs" />
|
<Compile Include="Modules\Effects\Debug\DebugEffectSettings.cs" />
|
||||||
<Compile Include="Properties\Annotations.cs" />
|
<Compile Include="Models\EffectSettings.cs" />
|
||||||
<Compile Include="Settings\General.Designer.cs">
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplaySettings.cs" />
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Modules\Games\RocketLeague\RocketLeagueSettings.cs" />
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<Compile Include="Modules\Effects\TypeWave\TypeWaveSettings.cs" />
|
||||||
<DependentUpon>General.settings</DependentUpon>
|
<Compile Include="Properties\Annotations.cs" />
|
||||||
</Compile>
|
<Compile Include="Settings\General.Designer.cs">
|
||||||
<Compile Include="Settings\Offsets.Designer.cs">
|
<AutoGen>True</AutoGen>
|
||||||
<AutoGen>True</AutoGen>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DependentUpon>General.settings</DependentUpon>
|
||||||
<DependentUpon>Offsets.settings</DependentUpon>
|
</Compile>
|
||||||
</Compile>
|
<Compile Include="Settings\Offsets.Designer.cs">
|
||||||
<Compile Include="Utilities\Audio\FftEventArgs.cs" />
|
<AutoGen>True</AutoGen>
|
||||||
<Compile Include="Utilities\Audio\SampleAggregator.cs" />
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<Compile Include="Utilities\ColorHelpers.cs" />
|
<DependentUpon>Offsets.settings</DependentUpon>
|
||||||
<Compile Include="Utilities\GameState\GameDataReceivedEventArgs.cs" />
|
</Compile>
|
||||||
<Compile Include="Utilities\GameState\GameStateWebServer.cs" />
|
<Compile Include="Utilities\Audio\FftEventArgs.cs" />
|
||||||
<Compile Include="Utilities\Memory\Memory.cs" />
|
<Compile Include="Utilities\Audio\SampleAggregator.cs" />
|
||||||
<Compile Include="Utilities\Memory\MemoryHelpers.cs" />
|
<Compile Include="Utilities\ColorHelpers.cs" />
|
||||||
<Compile Include="Utilities\Memory\Win32.cs" />
|
<Compile Include="Utilities\GameState\GameDataReceivedEventArgs.cs" />
|
||||||
<Compile Include="Utilities\Keyboard\Key.cs" />
|
<Compile Include="Utilities\GameState\GameStateWebServer.cs" />
|
||||||
<Compile Include="Utilities\Keyboard\KeyboardRectangle.cs" />
|
<Compile Include="Utilities\Memory\Memory.cs" />
|
||||||
<Compile Include="ViewModels\EffectsViewModel.cs" />
|
<Compile Include="Utilities\Memory\MemoryHelpers.cs" />
|
||||||
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerViewModel.cs" />
|
<Compile Include="Utilities\Memory\Win32.cs" />
|
||||||
<Compile Include="Modules\Effects\Debug\DebugEffectViewModel.cs" />
|
<Compile Include="Utilities\Keyboard\Key.cs" />
|
||||||
<Compile Include="Modules\Effects\TypeHole\TypeHoleViewModel.cs" />
|
<Compile Include="Utilities\Keyboard\KeyboardRectangle.cs" />
|
||||||
<Compile Include="Modules\Effects\TypeWave\TypeWaveViewModel.cs" />
|
<Compile Include="ViewModels\EffectsViewModel.cs" />
|
||||||
<Compile Include="ViewModels\GamesViewModel.cs" />
|
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerViewModel.cs" />
|
||||||
<Compile Include="Modules\Games\CounterStrike\CounterStrikeViewModel.cs" />
|
<Compile Include="Modules\Effects\Debug\DebugEffectViewModel.cs" />
|
||||||
<Compile Include="Modules\Games\Dota2\Dota2ViewModel.cs" />
|
<Compile Include="Modules\Effects\TypeHole\TypeHoleViewModel.cs" />
|
||||||
<Compile Include="Modules\Games\RocketLeague\RocketLeagueViewModel.cs" />
|
<Compile Include="Modules\Effects\TypeWave\TypeWaveViewModel.cs" />
|
||||||
<Compile Include="Modules\Games\Witcher3\Witcher3ViewModel.cs" />
|
<Compile Include="ViewModels\GamesViewModel.cs" />
|
||||||
<Compile Include="ViewModels\OverlaysViewModel.cs" />
|
<Compile Include="Modules\Games\CounterStrike\CounterStrikeViewModel.cs" />
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayViewModel.cs" />
|
<Compile Include="Modules\Games\Dota2\Dota2ViewModel.cs" />
|
||||||
<Compile Include="ViewModels\SettingsViewModel.cs" />
|
<Compile Include="Modules\Games\RocketLeague\RocketLeagueViewModel.cs" />
|
||||||
<Compile Include="ViewModels\ShellViewModel.cs" />
|
<Compile Include="Modules\Games\Witcher3\Witcher3ViewModel.cs" />
|
||||||
<Compile Include="Views\EffectsView.xaml.cs">
|
<Compile Include="ViewModels\OverlaysViewModel.cs" />
|
||||||
<DependentUpon>EffectsView.xaml</DependentUpon>
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayViewModel.cs" />
|
||||||
</Compile>
|
<Compile Include="ViewModels\SettingsViewModel.cs" />
|
||||||
<Compile Include="Modules\Effects\Debug\DebugEffectView.xaml.cs">
|
<Compile Include="ViewModels\ShellViewModel.cs" />
|
||||||
<DependentUpon>DebugEffectView.xaml</DependentUpon>
|
<Compile Include="Views\EffectsView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>EffectsView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>AudioVisualizerView.xaml</DependentUpon>
|
<Compile Include="Modules\Effects\Debug\DebugEffectView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>DebugEffectView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Effects\TypeHole\TypeHoleView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>TypeHoleView.xaml</DependentUpon>
|
<Compile Include="Modules\Effects\AudioVisualizer\AudioVisualizerView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>AudioVisualizerView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Effects\TypeWave\TypeWaveView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>TypeWaveView.xaml</DependentUpon>
|
<Compile Include="Modules\Effects\TypeHole\TypeHoleView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>TypeHoleView.xaml</DependentUpon>
|
||||||
<Compile Include="Views\GamesView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>GamesView.xaml</DependentUpon>
|
<Compile Include="Modules\Effects\TypeWave\TypeWaveView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>TypeWaveView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Games\CounterStrike\CounterStrikeView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>CounterStrikeView.xaml</DependentUpon>
|
<Compile Include="Views\GamesView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>GamesView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Games\Dota2\Dota2View.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>Dota2View.xaml</DependentUpon>
|
<Compile Include="Modules\Games\CounterStrike\CounterStrikeView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>CounterStrikeView.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Games\RocketLeague\RocketLeagueView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>RocketLeagueView.xaml</DependentUpon>
|
<Compile Include="Modules\Games\Dota2\Dota2View.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>Dota2View.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Games\Witcher3\Witcher3View.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>Witcher3View.xaml</DependentUpon>
|
<Compile Include="Modules\Games\RocketLeague\RocketLeagueView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>RocketLeagueView.xaml</DependentUpon>
|
||||||
<Compile Include="Views\OverlaysView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>OverlaysView.xaml</DependentUpon>
|
<Compile Include="Modules\Games\Witcher3\Witcher3View.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>Witcher3View.xaml</DependentUpon>
|
||||||
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>VolumeDisplayView.xaml</DependentUpon>
|
<Compile Include="Views\OverlaysView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>OverlaysView.xaml</DependentUpon>
|
||||||
<Compile Include="Views\SettingsView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>SettingsView.xaml</DependentUpon>
|
<Compile Include="Modules\Overlays\VolumeDisplay\VolumeDisplayView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>VolumeDisplayView.xaml</DependentUpon>
|
||||||
<Compile Include="Views\ShellView.xaml.cs">
|
</Compile>
|
||||||
<DependentUpon>ShellView.xaml</DependentUpon>
|
<Compile Include="Views\SettingsView.xaml.cs">
|
||||||
</Compile>
|
<DependentUpon>SettingsView.xaml</DependentUpon>
|
||||||
</ItemGroup>
|
</Compile>
|
||||||
<ItemGroup>
|
<Compile Include="Views\ShellView.xaml.cs">
|
||||||
<Compile Include="Properties\AssemblyInfo.cs">
|
<DependentUpon>ShellView.xaml</DependentUpon>
|
||||||
<SubType>Code</SubType>
|
</Compile>
|
||||||
</Compile>
|
</ItemGroup>
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
<ItemGroup>
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="Properties\AssemblyInfo.cs">
|
||||||
<DesignTime>True</DesignTime>
|
<SubType>Code</SubType>
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
||||||
</Compile>
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<AutoGen>True</AutoGen>
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<DesignTime>True</DesignTime>
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
</EmbeddedResource>
|
</Compile>
|
||||||
<None Include="Modules\Effects\AudioVisualizer\AudioVisualization.settings">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>AudioVisualization.Designer.cs</LastGenOutput>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</EmbeddedResource>
|
||||||
<None Include="Modules\Effects\TypeWave\TypeWave.settings">
|
<None Include="Modules\Effects\AudioVisualizer\AudioVisualization.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>TypeWave.Designer.cs</LastGenOutput>
|
<LastGenOutput>AudioVisualization.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Modules\Games\CounterStrike\CounterStrike.settings">
|
<None Include="Modules\Effects\TypeWave\TypeWave.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>CounterStrike.Designer.cs</LastGenOutput>
|
<LastGenOutput>TypeWave.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Modules\Games\RocketLeague\RocketLeague.settings">
|
<None Include="Modules\Games\CounterStrike\CounterStrike.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>RocketLeague.Designer.cs</LastGenOutput>
|
<LastGenOutput>CounterStrike.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Modules\Games\Witcher3\Witcher3.settings">
|
<None Include="Modules\Games\RocketLeague\RocketLeague.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Witcher3.Designer.cs</LastGenOutput>
|
<LastGenOutput>RocketLeague.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.settings">
|
<None Include="Modules\Games\Witcher3\Witcher3.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>VolumeDisplay.Designer.cs</LastGenOutput>
|
<LastGenOutput>Witcher3.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
<None Include="MyMemory-x64.dll" />
|
<None Include="Modules\Overlays\VolumeDisplay\VolumeDisplay.settings">
|
||||||
<None Include="packages.config" />
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<AppDesigner Include="Properties\" />
|
<LastGenOutput>VolumeDisplay.Designer.cs</LastGenOutput>
|
||||||
<None Include="Settings\Offsets.settings">
|
</None>
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<None Include="MyMemory-x64.dll" />
|
||||||
<LastGenOutput>Offsets.Designer.cs</LastGenOutput>
|
<None Include="packages.config" />
|
||||||
</None>
|
<AppDesigner Include="Properties\" />
|
||||||
<Resource Include="Resources\Entypo.ttf" />
|
<None Include="Settings\Offsets.settings">
|
||||||
<None Include="Settings\General.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Offsets.Designer.cs</LastGenOutput>
|
||||||
<LastGenOutput>General.Designer.cs</LastGenOutput>
|
</None>
|
||||||
</None>
|
<Resource Include="Resources\Entypo.ttf" />
|
||||||
</ItemGroup>
|
<None Include="Settings\General.settings">
|
||||||
<ItemGroup>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<None Include="App.config" />
|
<LastGenOutput>General.Designer.cs</LastGenOutput>
|
||||||
</ItemGroup>
|
</None>
|
||||||
<ItemGroup>
|
</ItemGroup>
|
||||||
<Page Include="Resources\Icons.xaml">
|
<ItemGroup>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<None Include="App.config" />
|
||||||
<SubType>Designer</SubType>
|
</ItemGroup>
|
||||||
</Page>
|
<ItemGroup>
|
||||||
<Page Include="Views\EffectsView.xaml">
|
<Page Include="Resources\Icons.xaml">
|
||||||
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Effects\Debug\DebugEffectView.xaml">
|
<Page Include="Views\EffectsView.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
||||||
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Effects\AudioVisualizer\AudioVisualizerView.xaml">
|
<Page Include="Modules\Effects\Debug\DebugEffectView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Effects\TypeHole\TypeHoleView.xaml">
|
<Page Include="Modules\Effects\AudioVisualizer\AudioVisualizerView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Effects\TypeWave\TypeWaveView.xaml">
|
<Page Include="Modules\Effects\TypeHole\TypeHoleView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Views\GamesView.xaml">
|
<Page Include="Modules\Effects\TypeWave\TypeWaveView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Games\CounterStrike\CounterStrikeView.xaml">
|
<Page Include="Views\GamesView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Games\Dota2\Dota2View.xaml">
|
<Page Include="Modules\Games\CounterStrike\CounterStrikeView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Games\RocketLeague\RocketLeagueView.xaml">
|
<Page Include="Modules\Games\Dota2\Dota2View.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Games\Witcher3\Witcher3View.xaml">
|
<Page Include="Modules\Games\RocketLeague\RocketLeagueView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Views\OverlaysView.xaml">
|
<Page Include="Modules\Games\Witcher3\Witcher3View.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Modules\Overlays\VolumeDisplay\VolumeDisplayView.xaml">
|
<Page Include="Views\OverlaysView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Views\SettingsView.xaml">
|
<Page Include="Modules\Overlays\VolumeDisplay\VolumeDisplayView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Views\ShellView.xaml">
|
<Page Include="Views\SettingsView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
</ItemGroup>
|
<Page Include="Views\ShellView.xaml">
|
||||||
<ItemGroup />
|
<SubType>Designer</SubType>
|
||||||
<ItemGroup>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<Content Include="LogitechLedEnginesWrapper.dll">
|
</Page>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</ItemGroup>
|
||||||
</Content>
|
<ItemGroup />
|
||||||
<Content Include="RzChromaSDK64.dll">
|
<ItemGroup>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<Content Include="LogitechLedEnginesWrapper.dll">
|
||||||
</Content>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<Resource Include="logo.ico" />
|
</Content>
|
||||||
<Content Include="Resources\gamestateConfigFileCsGo.txt" />
|
<Content Include="RzChromaSDK64.dll">
|
||||||
<Resource Include="Resources\Entypo-license.txt" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<Resource Include="Resources\WindowsIcons-license.txt" />
|
</Content>
|
||||||
</ItemGroup>
|
<Resource Include="logo.ico" />
|
||||||
<ItemGroup>
|
<Content Include="Resources\gamestateConfigFileCsGo.txt" />
|
||||||
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
<Resource Include="Resources\Entypo-license.txt" />
|
||||||
<Visible>False</Visible>
|
<Resource Include="Resources\WindowsIcons-license.txt" />
|
||||||
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
|
</ItemGroup>
|
||||||
<Install>true</Install>
|
<ItemGroup>
|
||||||
</BootstrapperPackage>
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
||||||
<Visible>False</Visible>
|
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
|
||||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>true</Install>
|
||||||
<Install>false</Install>
|
</BootstrapperPackage>
|
||||||
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
</ItemGroup>
|
<Visible>False</Visible>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
<Import Project="..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets" Condition="Exists('..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets')" />
|
<Install>false</Install>
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
</BootstrapperPackage>
|
||||||
<PropertyGroup>
|
</ItemGroup>
|
||||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</PropertyGroup>
|
<Import Project="..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets" Condition="Exists('..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets')" />
|
||||||
<Error Condition="!Exists('..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets'))" />
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
</Target>
|
<PropertyGroup>
|
||||||
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Error Condition="!Exists('..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CUE.NET.1.0.0\build\net45\CUE.NET.targets'))" />
|
||||||
|
</Target>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
@ -2,7 +2,9 @@
|
|||||||
using CUE.NET;
|
using CUE.NET;
|
||||||
using CUE.NET.Devices.Generic.Enums;
|
using CUE.NET.Devices.Generic.Enums;
|
||||||
using CUE.NET.Devices.Keyboard;
|
using CUE.NET.Devices.Keyboard;
|
||||||
|
using CUE.NET.Brushes;
|
||||||
|
using CUE.NET.Devices.Keyboard.Keys;
|
||||||
|
|
||||||
namespace Artemis.KeyboardProviders.Corsair
|
namespace Artemis.KeyboardProviders.Corsair
|
||||||
{
|
{
|
||||||
internal class K95 : KeyboardProvider
|
internal class K95 : KeyboardProvider
|
||||||
@ -16,25 +18,38 @@ namespace Artemis.KeyboardProviders.Corsair
|
|||||||
|
|
||||||
public override void Enable()
|
public override void Enable()
|
||||||
{
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
CueSDK.Initialize();
|
||||||
|
}
|
||||||
|
catch (CUE.NET.Exceptions.WrapperException){/*CUE is already initialized*/}
|
||||||
_keyboard = CueSDK.KeyboardSDK;
|
_keyboard = CueSDK.KeyboardSDK;
|
||||||
_keyboard.UpdateMode = UpdateMode.Manual;
|
_keyboard.UpdateMode = UpdateMode.Manual;
|
||||||
|
_keyboard.Brush = new SolidColorBrush(Color.Black);
|
||||||
|
_keyboard.Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Disable()
|
public override void Disable()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Properly resizes any size bitmap to the keyboard by creating a rectangle whose size is dependent on the bitmap size.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="bitmap"></param>
|
||||||
public override void DrawBitmap(Bitmap bitmap)
|
public override void DrawBitmap(Bitmap bitmap)
|
||||||
{
|
{
|
||||||
// TODO: Resize bitmap to keyboard's size
|
RectangleF[,] ledRectangles = new RectangleF[bitmap.Width, bitmap.Height];
|
||||||
//if (bitmap.Width > width || bitmap.Height > height)
|
RectangleKeyGroup[,] ledGroups = new RectangleKeyGroup[bitmap.Width, bitmap.Height];
|
||||||
// bitmap = ResizeImage(bitmap, width, height);
|
|
||||||
|
|
||||||
// One way of doing this, not sure at all if it's any good
|
|
||||||
for (var y = 0; y < bitmap.Height - 1; y++)
|
|
||||||
for (var x = 0; x < bitmap.Width - 1; x++)
|
|
||||||
_keyboard[new PointF(x, y)].Led.Color = bitmap.GetPixel(x, y);
|
|
||||||
|
|
||||||
|
for (var x = 0 ; x < bitmap.Width; x++)
|
||||||
|
{
|
||||||
|
for (var y = 0; y < bitmap.Height; y++)
|
||||||
|
{
|
||||||
|
ledRectangles[x, y] = new RectangleF(_keyboard.KeyboardRectangle.X * (x*(485F / bitmap.Width / _keyboard.KeyboardRectangle.X)), _keyboard.KeyboardRectangle.Y*(y*(133F / bitmap.Height / _keyboard.KeyboardRectangle.Y)), 485F / bitmap.Width, 133F / bitmap.Height);
|
||||||
|
ledGroups[x, y] = new RectangleKeyGroup(_keyboard, ledRectangles[x, y], 0.1f) { Brush = new SolidColorBrush(bitmap.GetPixel(x, y)) };
|
||||||
|
}
|
||||||
|
}
|
||||||
_keyboard.Update(true);
|
_keyboard.Update(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
124
Artemis/Artemis/Settings/General.Designer.cs
generated
124
Artemis/Artemis/Settings/General.Designer.cs
generated
@ -1,62 +1,62 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace Artemis.Settings {
|
namespace Artemis.Settings {
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||||
internal sealed partial class General : global::System.Configuration.ApplicationSettingsBase {
|
internal sealed partial class General : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
private static General defaultInstance = ((General)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new General())));
|
private static General defaultInstance = ((General)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new General())));
|
||||||
|
|
||||||
public static General Default {
|
public static General Default {
|
||||||
get {
|
get {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("TypeWave")]
|
[global::System.Configuration.DefaultSettingValueAttribute("TypeWave")]
|
||||||
public string LastEffect {
|
public string LastEffect {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["LastEffect"]));
|
return ((string)(this["LastEffect"]));
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
this["LastEffect"] = value;
|
this["LastEffect"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("Razer BlackWidow Chroma")]
|
[global::System.Configuration.DefaultSettingValueAttribute("Corsair Gaming K95 RGB")]
|
||||||
public string LastKeyboard {
|
public string LastKeyboard {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["LastKeyboard"]));
|
return ((string)(this["LastKeyboard"]));
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
this["LastKeyboard"] = value;
|
this["LastKeyboard"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||||
public bool EnablePointersUpdate {
|
public bool EnablePointersUpdate {
|
||||||
get {
|
get {
|
||||||
return ((bool)(this["EnablePointersUpdate"]));
|
return ((bool)(this["EnablePointersUpdate"]));
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
this["EnablePointersUpdate"] = value;
|
this["EnablePointersUpdate"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,17 +1,15 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Artemis.Settings" GeneratedClassName="General">
|
||||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"
|
<Profiles />
|
||||||
GeneratedClassNamespace="Artemis.Settings" GeneratedClassName="General">
|
<Settings>
|
||||||
<Profiles />
|
<Setting Name="LastEffect" Type="System.String" Scope="User">
|
||||||
<Settings>
|
<Value Profile="(Default)">TypeWave</Value>
|
||||||
<Setting Name="LastEffect" Type="System.String" Scope="User">
|
</Setting>
|
||||||
<Value Profile="(Default)">TypeWave</Value>
|
<Setting Name="LastKeyboard" Type="System.String" Scope="User">
|
||||||
</Setting>
|
<Value Profile="(Default)">Corsair Gaming K95 RGB</Value>
|
||||||
<Setting Name="LastKeyboard" Type="System.String" Scope="User">
|
</Setting>
|
||||||
<Value Profile="(Default)">Razer BlackWidow Chroma</Value>
|
<Setting Name="EnablePointersUpdate" Type="System.Boolean" Scope="User">
|
||||||
</Setting>
|
<Value Profile="(Default)">True</Value>
|
||||||
<Setting Name="EnablePointersUpdate" Type="System.Boolean" Scope="User">
|
</Setting>
|
||||||
<Value Profile="(Default)">True</Value>
|
</Settings>
|
||||||
</Setting>
|
|
||||||
</Settings>
|
|
||||||
</SettingsFile>
|
</SettingsFile>
|
||||||
@ -1,27 +1,28 @@
|
|||||||
using System;
|
using MahApps.Metro.Controls;
|
||||||
using System.Collections.Generic;
|
using System;
|
||||||
using System.Linq;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Text;
|
||||||
using System.Windows;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Controls;
|
using System.Windows;
|
||||||
using System.Windows.Data;
|
using System.Windows.Controls;
|
||||||
using System.Windows.Documents;
|
using System.Windows.Data;
|
||||||
using System.Windows.Input;
|
using System.Windows.Documents;
|
||||||
using System.Windows.Media;
|
using System.Windows.Input;
|
||||||
using System.Windows.Media.Imaging;
|
using System.Windows.Media;
|
||||||
using System.Windows.Shapes;
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Shapes;
|
||||||
namespace Artemis.Views
|
|
||||||
{
|
namespace Artemis.Views
|
||||||
/// <summary>
|
{
|
||||||
/// Interaction logic for SettingsView.xaml
|
/// <summary>
|
||||||
/// </summary>
|
/// Interaction logic for SettingsView.xaml
|
||||||
public partial class SettingsView : Window
|
/// </summary>
|
||||||
{
|
public partial class SettingsView : MetroWindow
|
||||||
public SettingsView()
|
{
|
||||||
{
|
public SettingsView()
|
||||||
InitializeComponent();
|
{
|
||||||
}
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
<packages>
|
<package id="Caliburn.Micro" version="3.0.0-beta2" targetFramework="net452" />
|
||||||
<package id="Caliburn.Micro" version="2.0.2" targetFramework="net452" />
|
<package id="Caliburn.Micro.Core" version="3.0.0-beta2" targetFramework="net452" />
|
||||||
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="net452" />
|
<package id="Colore" version="3.0.2" targetFramework="net452" />
|
||||||
<package id="Colore" version="3.0.2" targetFramework="net452" />
|
<package id="CUE.NET" version="1.0.0" targetFramework="net452" />
|
||||||
<package id="CUE.NET" version="1.0.0" targetFramework="net452" />
|
<package id="Extended.Wpf.Toolkit" version="2.6" targetFramework="net452" />
|
||||||
<package id="Extended.Wpf.Toolkit" version="2.5" targetFramework="net452" />
|
<package id="log4net" version="2.0.5" targetFramework="net452" />
|
||||||
<package id="log4net" version="2.0.4" targetFramework="net452" />
|
<package id="MahApps.Metro" version="1.3.0-ALPHA017" targetFramework="net452" />
|
||||||
<package id="MahApps.Metro" version="1.1.2.0" targetFramework="net452" />
|
<package id="MahApps.Metro.Resources" version="0.4.0.0" targetFramework="net452" />
|
||||||
<package id="MahApps.Metro.Resources" version="0.4.0.0" targetFramework="net452" />
|
<package id="NAudio" version="1.7.3" targetFramework="net452" />
|
||||||
<package id="NAudio" version="1.7.3" targetFramework="net452" />
|
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net452" />
|
||||||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
|
<package id="Open.WinKeyboardHook" version="1.0.10.0" targetFramework="net452" />
|
||||||
<package id="Open.WinKeyboardHook" version="1.0.10.0" targetFramework="net452" />
|
<package id="WpfExceptionViewer" version="1.0.0.0" targetFramework="net452" />
|
||||||
<package id="WpfExceptionViewer" version="1.0.0.0" targetFramework="net452" />
|
|
||||||
</packages>
|
</packages>
|
||||||
Loading…
x
Reference in New Issue
Block a user