Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit b114da7

Browse files
author
CDAGaming
committed
V1.1.5
1 parent cb1f54e commit b114da7

14 files changed

Lines changed: 507 additions & 39 deletions

APIHub/APIHub.csproj

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,26 @@
9191
<HintPath>..\packages\MahApps.Metro.1.5.0-alpha005\lib\net45\MahApps.Metro.dll</HintPath>
9292
</Reference>
9393
<Reference Include="Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
94-
<HintPath>..\packages\Mono.Cecil.0.10.0-beta2\lib\net40\Mono.Cecil.dll</HintPath>
94+
<HintPath>..\packages\Mono.Cecil.0.10.0-beta3\lib\net40\Mono.Cecil.dll</HintPath>
9595
</Reference>
9696
<Reference Include="Mono.Cecil.Mdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
97-
<HintPath>..\packages\Mono.Cecil.0.10.0-beta2\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
97+
<HintPath>..\packages\Mono.Cecil.0.10.0-beta3\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
9898
</Reference>
9999
<Reference Include="Mono.Cecil.Pdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
100-
<HintPath>..\packages\Mono.Cecil.0.10.0-beta2\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
100+
<HintPath>..\packages\Mono.Cecil.0.10.0-beta3\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
101101
</Reference>
102102
<Reference Include="Mono.Cecil.Rocks, Version=0.10.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
103-
<HintPath>..\packages\Mono.Cecil.0.10.0-beta2\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
103+
<HintPath>..\packages\Mono.Cecil.0.10.0-beta3\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
104+
</Reference>
105+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
106+
<HintPath>..\packages\Newtonsoft.Json.10.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
104107
</Reference>
105108
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
106109
<HintPath>..\packages\squirrel.windows.1.5.2\lib\Net45\NuGet.Squirrel.dll</HintPath>
107110
</Reference>
111+
<Reference Include="SKM, Version=4.0.1.2, Culture=neutral, PublicKeyToken=7fb118a02d446589, processorArchitecture=MSIL">
112+
<HintPath>..\packages\SKGLExtension.4.0.1.2\lib\SKM.dll</HintPath>
113+
</Reference>
108114
<Reference Include="Splat, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
109115
<HintPath>..\packages\Splat.2.0.0\lib\Net45\Splat.dll</HintPath>
110116
</Reference>
@@ -196,5 +202,10 @@
196202
<ItemGroup>
197203
<Resource Include="Resources\icon.ico" />
198204
</ItemGroup>
205+
<ItemGroup>
206+
<None Include="Resources\Auth.txt">
207+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
208+
</None>
209+
</ItemGroup>
199210
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200211
</Project>

APIHub/App.config

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,30 @@
2828
<setting name="UpdateQueued" serializeAs="String">
2929
<value>False</value>
3030
</setting>
31+
<setting name="Activated" serializeAs="String">
32+
<value>False</value>
33+
</setting>
34+
<setting name="Name" serializeAs="String">
35+
<value />
36+
</setting>
37+
<setting name="MachineID" serializeAs="String">
38+
<value />
39+
</setting>
40+
<setting name="Key" serializeAs="String">
41+
<value />
42+
</setting>
3143
</APIHub.Properties.Settings>
3244
</userSettings>
3345
<applicationSettings>
3446
<APIHub.Properties.Settings>
3547
<setting name="LowRPM" serializeAs="String">
36-
<value>http://google.com</value>
48+
<value>https://cdagaming.github.io/Keys/LowRPM/LowRPM.html</value>
3749
</setting>
3850
<setting name="MediumRPM" serializeAs="String">
39-
<value>http://google.com</value>
51+
<value>https://cdagaming.github.io/Keys/MediumRPM/MediumRPM.html</value>
4052
</setting>
4153
<setting name="HighRPM" serializeAs="String">
42-
<value>http://google.com</value>
54+
<value>https://cdagaming.github.io/Keys/HighRPM/HighRPM.html</value>
4355
</setting>
4456
<setting name="DefaultTheme" serializeAs="String">
4557
<value>Blue</value>
@@ -58,6 +70,10 @@
5870
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral" />
5971
<bindingRedirect oldVersion="0.0.0.0-0.10.0.0" newVersion="0.10.0.0" />
6072
</dependentAssembly>
73+
<dependentAssembly>
74+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
75+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
76+
</dependentAssembly>
6177
</assemblyBinding>
6278
</runtime>
6379
</configuration>

APIHub/MainWindow.xaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,15 @@
3838
<RowDefinition/>
3939
</Grid.RowDefinitions>
4040
<Grid.ColumnDefinitions>
41-
<ColumnDefinition Width="337*"/>
42-
<ColumnDefinition Width="160*"/>
41+
<ColumnDefinition Width="297*"/>
42+
<ColumnDefinition Width="200*"/>
4343
</Grid.ColumnDefinitions>
4444
<ComboBox x:Name="Filter" HorizontalAlignment="Left" Margin="10,0,0,0" Grid.Row="1" VerticalAlignment="Top" Width="120" Height="30" SelectionChanged="Filter_SelectionChanged"/>
45-
<Label x:Name="Title_Filter" Content="Filter:" HorizontalAlignment="Left" Margin="10,6,0,0" VerticalAlignment="Top" Width="95" Foreground="White"/>
46-
<Label x:Name="Version" Content="Vx.x.x.x" HorizontalAlignment="Right" Margin="0,6,0,0" VerticalAlignment="Top" Width="75" Foreground="White" Grid.Column="1" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
45+
<Label x:Name="Title_Filter" Content="Filter:" HorizontalAlignment="Left" Margin="10,6,0,0" VerticalAlignment="Top" Width="95" Foreground="White" Height="26"/>
46+
<Label x:Name="Version" Content="Vx.x.x.x" HorizontalAlignment="Right" Margin="0,6,10,0" VerticalAlignment="Top" Width="75" Foreground="White" Grid.Column="1" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Height="26"/>
47+
<Button x:Name="SettingsButton" Content="Settings" HorizontalAlignment="Left" Margin="115,5,0,0" VerticalAlignment="Top" Width="75" Grid.Column="1" Grid.Row="1"/>
48+
<Button x:Name="SubmitKeyButton" Content="Submit Key" HorizontalAlignment="Left" Margin="10,5,0,0" VerticalAlignment="Top" Width="75" Grid.Column="1" Grid.Row="1" Click="SubmitKeyButton_Click"/>
49+
<Label x:Name="ActivatedTag" Content="Not Activated" HorizontalAlignment="Right" Margin="0,6,90,0" VerticalAlignment="Top" Width="100" Foreground="White" Grid.Column="1" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Height="26"/>
4750
</Grid>
4851
</DockPanel>
4952
<DockPanel LastChildFill="False" Margin="10,0" VerticalAlignment="Bottom" Height="224">

0 commit comments

Comments
 (0)