diff --git a/.gitignore b/.gitignore index bd6e1d2..46488f7 100644 --- a/.gitignore +++ b/.gitignore @@ -237,4 +237,5 @@ _Pvt_Extensions .fake/ # custom -dist/ \ No newline at end of file +dist/ +/BattleCry.zip diff --git a/BattleCry.sln b/BattleCry.sln index f04dbe8..486e0b5 100644 --- a/BattleCry.sln +++ b/BattleCry.sln @@ -1,20 +1,26 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BattleCry", "BattleCry\BattleCry.csproj", "{B85B98E9-257F-42E3-988E-BA38EC81E51D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Debug|x86.ActiveCfg = Debug|x86 + {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Debug|x86.Build.0 = Debug|x86 {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Release|Any CPU.ActiveCfg = Release|Any CPU {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Release|Any CPU.Build.0 = Release|Any CPU + {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Release|x86.ActiveCfg = Release|x86 + {B85B98E9-257F-42E3-988E-BA38EC81E51D}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/BattleCry/BattleCry.csproj b/BattleCry/BattleCry.csproj index 8ed5717..938d759 100644 --- a/BattleCry/BattleCry.csproj +++ b/BattleCry/BattleCry.csproj @@ -29,14 +29,34 @@ prompt 4 + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + - - J:\Program Files\HearthstoneTracker\from github\Hearthstone Deck Tracker\Hearthstone Deck Tracker.exe + + C:\Users\go_ha\AppData\Local\HearthstoneDeckTracker\app-1.1.1.2\HearthstoneDeckTracker.exe - + + False + @@ -69,7 +89,7 @@ - copy /Y "$(TargetDir)$(ProjectName).dll" "J:\Program Files\HearthstoneTracker\from github\Hearthstone Deck Tracker\Plugins\$(ProjectName).dll" + copy /Y "$(TargetDir)$(ProjectName).dll" "C:\Users\go_ha\AppData\Roaming\HearthstoneDeckTracker\Plugins\BattleCry\$(ProjectName).dll"