Skip to content

Commit

Permalink
Reference Irony.NET from NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeerkens committed May 14, 2016
1 parent 6273b3f commit 7ba5654
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Parser/QabcParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Irony">
<HintPath>..\..\bin\Irony\Release\Irony.dll</HintPath>
<Reference Include="Irony, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ca48ace7223ead47, processorArchitecture=MSIL">
<HintPath>..\..\QabcPlayer\packages\Irony.0.9.1\lib\net40\Irony.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -82,6 +83,7 @@
<Compile Include="WindowsStylesEx.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="QabcParser.snk" />
<None Include="Sample Tunes\Can You Recognize It.qabc" />
<None Include="Sample Tunes\Doe, A Deer.qabc" />
Expand Down
4 changes: 4 additions & 0 deletions Parser/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Irony" version="0.9.1" targetFramework="net461" />
</packages>

0 comments on commit 7ba5654

Please sign in to comment.