Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ashupp committed Apr 18, 2020
1 parent 761ea08 commit 6b4996c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ packages/
sfx-100-streamdeck-plugin/obj/

sfx-100-streamdeck-plugin/bin/

sfx-100-streamdeck-sfb-extension/bin/
1 change: 0 additions & 1 deletion sfx-100-streamdeck-sfb-extension/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MsgPack.Cli" version="0.6.8" targetFramework="net46" />
<package id="NamedPipeWrapper" version="1.5.0" targetFramework="net46" />
<package id="NPCommunication" version="2.0.3" targetFramework="net46" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
<Reference Include="MsgPack, Version=0.6.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
<HintPath>..\packages\MsgPack.Cli.0.6.8\lib\net45\MsgPack.dll</HintPath>
</Reference>
<Reference Include="NamedPipeWrapper, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NamedPipeWrapper.1.5.0\lib\net40\NamedPipeWrapper.dll</HintPath>
</Reference>
<Reference Include="NPCommunication, Version=2.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NPCommunication.2.0.3\lib\net45\NPCommunication.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 6b4996c

Please sign in to comment.