diff --git a/ArenaHelper.csproj b/ArenaHelper.csproj index 4b00c8c..df08bfa 100644 --- a/ArenaHelper.csproj +++ b/ArenaHelper.csproj @@ -43,7 +43,6 @@ ..\..\..\..\..\..\Software\Games\Hearthstone Deck Tracker\Hearthstone Deck Tracker.exe False - False packages\MahApps.Metro.1.1.2.0\lib\net45\MahApps.Metro.dll @@ -74,11 +73,18 @@ ArenaWindow.xaml + + AdviceOverlay.xaml + Card.xaml + + ValueOverlay.xaml + + @@ -90,10 +96,18 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile + + Designer + MSBuild:Compile + diff --git a/ArenaHelper.sln b/ArenaHelper.sln index 00e791b..5ce2d5c 100644 --- a/ArenaHelper.sln +++ b/ArenaHelper.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.30110.0 +VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArenaHelper", "ArenaHelper.csproj", "{57D6FEFC-CD63-40B5-B83E-EACA3E3B105E}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPlugin", "TestPlugin\TestPlugin.csproj", "{9DBE89DA-8673-4657-A0DC-EC1F26C70B8A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {57D6FEFC-CD63-40B5-B83E-EACA3E3B105E}.Debug|Any CPU.Build.0 = Debug|Any CPU {57D6FEFC-CD63-40B5-B83E-EACA3E3B105E}.Release|Any CPU.ActiveCfg = Release|Any CPU {57D6FEFC-CD63-40B5-B83E-EACA3E3B105E}.Release|Any CPU.Build.0 = Release|Any CPU + {9DBE89DA-8673-4657-A0DC-EC1F26C70B8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9DBE89DA-8673-4657-A0DC-EC1F26C70B8A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9DBE89DA-8673-4657-A0DC-EC1F26C70B8A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9DBE89DA-8673-4657-A0DC-EC1F26C70B8A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ArenaWindow.xaml b/ArenaWindow.xaml index 708fc44..169401d 100644 --- a/ArenaWindow.xaml +++ b/ArenaWindow.xaml @@ -6,6 +6,38 @@ xmlns:localcontrols="clr-namespace:ArenaHelper.Controls" Title="Arena Helper" Height="255" MinHeight="255" MaxHeight="255" Width="400" MinWidth="400" MaxWidth="400" Background="{DynamicResource {x:Static SystemColors.ControlDarkDarkBrushKey}}" Topmost="True" LocationChanged="MetroWindow_LocationChanged"> + + + + + + + + + + + + + Manual card pickingPick a card in Hearthstone, afterwards, click the card in the Arena Helper window. Don't detect picks automatically. + + + + + + @@ -25,13 +57,13 @@ -