Skip to content

Commit

Permalink
Fixed plugin sample
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Jan 26, 2019
1 parent 094ffaa commit d125117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SharpDeck.Plugin/CounterAction.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace SharpDeck.Plugin
{
using Events;
using Models;
using System.Threading.Tasks;

/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions src/SharpDeck.Plugin/SharpDeck.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,7 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent />
</PropertyGroup>
</Project>

0 comments on commit d125117

Please sign in to comment.