Skip to content

Commit

Permalink
Add NAudio Package. See #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Aflalo committed Dec 29, 2015
1 parent ef962c3 commit 84dca75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SoundSwitch/SoundSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
<HintPath>..\packages\Microsoft.WindowsAPICodePack-Core.1.1.0.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down
1 change: 1 addition & 0 deletions SoundSwitch/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<packages>
<package id="CommonMark.NET" version="0.10.0" targetFramework="net452" />
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net452" />
<package id="NAudio" version="1.7.3" targetFramework="net452" />
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net452" />
<package id="TracerX-Logger" version="6.1" targetFramework="net452" />
</packages>

0 comments on commit 84dca75

Please sign in to comment.