Skip to content

Commit

Permalink
Use KMIDI on nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Kermalis committed May 17, 2023
1 parent 7671831 commit 27f784b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 130 deletions.
4 changes: 1 addition & 3 deletions FLP/FLP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

<ItemGroup>
<PackageReference Include="EndianBinaryIO" Version="2.1.0" />
<Reference Include="KMIDI">
<HintPath>..\Shared Dependencies\KMIDI.dll</HintPath>
</Reference>
<PackageReference Include="KMIDI" Version="1.0.0" />
</ItemGroup>

</Project>
4 changes: 1 addition & 3 deletions MIDIProgramSplitter.CMD/MIDIProgramSplitter.CMD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KMIDI" Version="1.0.0" />
<ProjectReference Include="../MIDIProgramSplitter/MIDIProgramSplitter.csproj" />
<Reference Include="KMIDI">
<HintPath>..\Shared Dependencies\KMIDI.dll</HintPath>
</Reference>
</ItemGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
Expand Down
4 changes: 1 addition & 3 deletions MIDIProgramSplitter.GUI/MIDIProgramSplitter.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
<PackageReference Include="Avalonia" Version="11.0.0-preview5" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-preview5" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-preview5" />
<PackageReference Include="KMIDI" Version="1.0.0" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-preview5" />
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
<ProjectReference Include="../MIDIProgramSplitter/MIDIProgramSplitter.csproj" />
<Reference Include="KMIDI">
<HintPath>..\Shared Dependencies\KMIDI.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
4 changes: 1 addition & 3 deletions MIDIProgramSplitter/MIDIProgramSplitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

<ItemGroup>
<PackageReference Include="EndianBinaryIO" Version="2.1.0" />
<PackageReference Include="KMIDI" Version="1.0.0" />
<ProjectReference Include="../FLP/FLP.csproj" />
<Reference Include="KMIDI">
<HintPath>..\Shared Dependencies\KMIDI.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
41 changes: 0 additions & 41 deletions Shared Dependencies/KMIDI.deps.json

This file was deleted.

Binary file removed Shared Dependencies/KMIDI.dll
Binary file not shown.
77 changes: 0 additions & 77 deletions Shared Dependencies/KMIDI.xml

This file was deleted.

0 comments on commit 27f784b

Please sign in to comment.