Skip to content

Commit

Permalink
NAudio package should also bring in Asio, Midi and WinForms by default
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Dec 12, 2020
1 parent a5769bb commit 456efc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAudio/NAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NAudio.Asio\NAudio.Asio.csproj" />
<ProjectReference Include="..\NAudio.Core\NAudio.Core.csproj" />
<ProjectReference Include="..\NAudio.Midi\NAudio.Midi.csproj" />
<ProjectReference Include="..\NAudio.Wasapi\NAudio.Wasapi.csproj" />
<ProjectReference Include="..\NAudio.WinForms\NAudio.WinForms.csproj" />
<ProjectReference Include="..\NAudio.WinMM\NAudio.WinMM.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 456efc4

Please sign in to comment.