|
|
|
@ -78,14 +78,14 @@ |
|
|
|
<!-- Default settings that are otherwise undefined --> |
|
|
|
<PropertyGroup> |
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile> |
|
|
|
<Copyright>Copyright © Six Labors and Contributors</Copyright> |
|
|
|
<Copyright>Copyright © Six Labors</Copyright> |
|
|
|
<Features>strict;IOperation</Features> |
|
|
|
<HighEntropyVA>true</HighEntropyVA> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<NeutralLanguage>en</NeutralLanguage> |
|
|
|
<OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles> |
|
|
|
<PackageIcon>sixlabors.imagesharp.128.png</PackageIcon> |
|
|
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
|
|
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
|
|
|
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl> |
|
|
|
<ProduceReferenceAssembly>true</ProduceReferenceAssembly> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
@ -108,6 +108,7 @@ |
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)shared-infrastructure\stylecop.json" /> |
|
|
|
<!--NuGet package icon source--> |
|
|
|
<None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\imagesharp\sixlabors.imagesharp.128.png" Pack="true" PackagePath="" /> |
|
|
|
<None Include="$(MSBuildThisFileDirectory)shared-infrastructure\LICENSE.md" Pack="true" PackagePath="" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|