Skip to content

Commit

Permalink
Version 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dsafa committed Dec 2, 2018
2 parents ed2d4bd + 4fe2369 commit f1e3e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
Binary file added src/iTunesAudioSource/Interop.iTunesLib.dll
Binary file not shown.
15 changes: 4 additions & 11 deletions src/iTunesAudioSource/iTunesAudioSource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.iTunesLib">
<HintPath>.\Interop.iTunesLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand All @@ -52,17 +56,6 @@
<Name>AudioBand.AudioSource</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<COMReference Include="iTunesLib">
<Guid>{9E93C96F-CF0D-43F6-8BA8-B807A3370712}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>13</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="AudioSource.manifest">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit f1e3e45

Please sign in to comment.