Skip to content

Commit

Permalink
Pull PSI_Interface from NuGet, rather than keeping a copy in the repo…
Browse files Browse the repository at this point in the history
… lib folder.

Also updates PSI_Interface, fixing the bug of not outputting mgf/ms2 index numbers in the output
  • Loading branch information
FarmGeek4Life committed Jul 4, 2017
1 parent cdfef06 commit 26d815d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 49,997 deletions.
8 changes: 5 additions & 3 deletions MzidToTsvConverter/MzidToTsvConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
<Reference Include="PNNLOmics">
<HintPath>..\lib\PNNLOmics.dll</HintPath>
</Reference>
<Reference Include="PSI_Interface">
<HintPath>..\lib\PSI_Interface.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -60,6 +57,11 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="PSI_Interface">
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed lib/Ionic.Zip.dll
Binary file not shown.
Loading

0 comments on commit 26d815d

Please sign in to comment.