Skip to content

Commit

Permalink
Fixed .dlls local copy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
VeXHarbinger committed Oct 25, 2023
1 parent d88177b commit e18e9f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions DrawPool/DrawPool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,22 @@
<ItemGroup>
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net462\ControlzEx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HearthDb">
<HintPath>lib\HearthDb.dll</HintPath>
</Reference>
<Reference Include="HearthstoneDeckTracker">
<HintPath>lib\HearthstoneDeckTracker.exe</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand All @@ -56,6 +60,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net462\System.Windows.Interactivity.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
Expand Down
4 changes: 2 additions & 2 deletions DrawPool/DrawPoolPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public class DrawPoolPlugin : IPlugin
public string Name => "DrawPool";

/// <summary>
/// The version.
/// The plugin version.
/// </summary>
/// <value>The version.</value>
/// <value>The plugin version.</value>
public Version Version => Assembly.GetExecutingAssembly().GetName().Version;

/// <summary>
Expand Down

0 comments on commit e18e9f4

Please sign in to comment.