Skip to content

Commit adfc246

Browse files
committed
Tidying
1 parent bf2f02f commit adfc246

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

ThermoRawFileParser.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<RepositoryUrl>https://github.com/compomics/ThermoRawFileParser</RepositoryUrl>
1919
<Authors>Compomics</Authors>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<PackageLicenseFile>THERMO_LICENSE</PackageLicenseFile>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -49,11 +50,15 @@
4950
<None Update="LICENSE">
5051
<Pack>True</Pack>
5152
<PackagePath>\</PackagePath>
53+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5254
</None>
5355
<None Update="README.md">
5456
<Pack>True</Pack>
5557
<PackagePath>\</PackagePath>
5658
</None>
59+
<None Update="THERMO_LICENSE">
60+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
61+
</None>
5762
</ItemGroup>
5863

5964
</Project>

0 commit comments

Comments
 (0)