Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanC committed Aug 26, 2016
1 parent a39e7e5 commit 45370c4
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 109 deletions.
10 changes: 10 additions & 0 deletions HDT.Plugins.MetaDetector.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,27 @@ 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
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Debug|x86.ActiveCfg = Debug|x86
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Debug|x86.Build.0 = Debug|x86
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Release|x86.ActiveCfg = Release|x86
{D5E137DB-2464-47D1-9395-9153D549C1CF}.Release|x86.Build.0 = Release|x86
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Debug|x86.ActiveCfg = Debug|x86
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Debug|x86.Build.0 = Debug|x86
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Release|Any CPU.Build.0 = Release|Any CPU
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Release|x86.ActiveCfg = Release|x86
{E63A3F1C-E662-4E62-BE43-AF27CB9E953D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
28 changes: 25 additions & 3 deletions HDT.Plugins.MetaDetector/HDT.Plugins.MetaDetector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,32 @@
<PropertyGroup>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\..\..\..\Dropbox\HearthStoneDeckTracker\Plugins\MetaDetector\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="HearthDb">
<HintPath>..\..\Hearthstone-Deck-Tracker\Hearthstone Deck Tracker\bin\x86\Debug\HearthDb.dll</HintPath>
<HintPath>..\..\Hearthstone-Deck-Tracker\HearthDb\HearthDb\bin\x86\Debug\HearthDb.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HearthMirror">
<HintPath>..\..\Hearthstone-Deck-Tracker\Hearthstone Deck Tracker\bin\x86\Debug\HearthMirror.dll</HintPath>
<Reference Include="HearthMirror, Version=5.2.2.13807, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Hearthstone-Deck-Tracker\HearthMirror\HearthMirror\bin\x86\Debug\HearthMirror.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HearthstoneDeckTracker">
Expand Down Expand Up @@ -174,6 +193,9 @@
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.
Expand Down
Loading

0 comments on commit 45370c4

Please sign in to comment.