|
13 | 13 | <!-- Default settings that are used by other settings --> |
14 | 14 | <PropertyGroup> |
15 | 15 | <BaseArtifactsPath>$(MSBuildThisFileDirectory)artifacts/</BaseArtifactsPath> |
16 | | - <BaseArtifactsPathSuffix>$(ImageSharpProjectCategory)/$(MSBuildProjectName)</BaseArtifactsPathSuffix> |
| 16 | + <BaseArtifactsPathSuffix>$(SixLaborsProjectCategory)/$(MSBuildProjectName)</BaseArtifactsPathSuffix> |
17 | 17 | <RepositoryUrl Condition="'$(RepositoryUrl)' == ''">https://github.com/SixLabors/ImageSharp/</RepositoryUrl> |
18 | 18 | </PropertyGroup> |
19 | 19 |
|
|
25 | 25 | <DebugType Condition="'$(codecov)' != ''">full</DebugType> |
26 | 26 | <NullableContextOptions>disable</NullableContextOptions> |
27 | 27 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
28 | | - <SignAssembly>false</SignAssembly> |
29 | 28 | <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
30 | 29 | </PropertyGroup> |
31 | 30 |
|
|
45 | 44 | --> |
46 | 45 |
|
47 | 46 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
48 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_RUNTIME_INTRINSICS;SUPPORTS_CODECOVERAGE;SUPPORTS_HOTPATH</DefineConstants> |
| 47 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 48 | + <DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants> |
| 49 | + <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants> |
| 50 | + <DefineConstants>$(DefineConstants);SUPPORTS_SPAN_STREAM</DefineConstants> |
| 51 | + <DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants> |
| 52 | + <DefineConstants>$(DefineConstants);SUPPORTS_RUNTIME_INTRINSICS</DefineConstants> |
| 53 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
| 54 | + <DefineConstants>$(DefineConstants);SUPPORTS_HOTPATH</DefineConstants> |
49 | 55 | </PropertyGroup> |
50 | 56 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'"> |
51 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_CODECOVERAGE</DefineConstants> |
| 57 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 58 | + <DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants> |
| 59 | + <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants> |
| 60 | + <DefineConstants>$(DefineConstants);SUPPORTS_SPAN_STREAM</DefineConstants> |
| 61 | + <DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants> |
| 62 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
52 | 63 | </PropertyGroup> |
53 | 64 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
54 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_CODECOVERAGE</DefineConstants> |
| 65 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 66 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
55 | 67 | </PropertyGroup> |
56 | 68 | <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'"> |
57 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_CODECOVERAGE</DefineConstants> |
| 69 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 70 | + <DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants> |
| 71 | + <DefineConstants>$(DefineConstants);SUPPORTS_SPAN_STREAM</DefineConstants> |
| 72 | + <DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants> |
| 73 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
58 | 74 | </PropertyGroup> |
59 | 75 | <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
60 | 76 | <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
61 | 77 | </PropertyGroup> |
62 | 78 | <PropertyGroup Condition="'$(TargetFramework)' == 'net472'"> |
63 | | - <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_CODECOVERAGE</DefineConstants> |
| 79 | + <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants> |
| 80 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
64 | 81 | </PropertyGroup> |
65 | 82 |
|
66 | 83 | <!-- Default settings that explicitly differ from the Sdk.targets defaults--> |
|
75 | 92 | <VersionSuffix></VersionSuffix> |
76 | 93 | </PropertyGroup> |
77 | 94 |
|
| 95 | + <!--MinVer Properties for versioning--> |
| 96 | + <PropertyGroup> |
| 97 | + <MinVerTagPrefix>v</MinVerTagPrefix> |
| 98 | + <MinVerVerbosity>normal</MinVerVerbosity> |
| 99 | + </PropertyGroup> |
| 100 | + |
78 | 101 | <!-- Default settings that are otherwise undefined --> |
79 | 102 | <PropertyGroup> |
80 | | - <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile> |
81 | | - <Copyright>Copyright © Six Labors and Contributors</Copyright> |
| 103 | + <Copyright>Copyright © Six Labors</Copyright> |
82 | 104 | <Features>strict;IOperation</Features> |
83 | 105 | <HighEntropyVA>true</HighEntropyVA> |
84 | 106 | <LangVersion>8.0</LangVersion> |
85 | 107 | <NeutralLanguage>en</NeutralLanguage> |
86 | 108 | <OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles> |
87 | | - <PackageIcon>icon.png</PackageIcon> |
| 109 | + <PackageIcon>sixlabors.imagesharp.128.png</PackageIcon> |
88 | 110 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
89 | 111 | <PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl> |
90 | 112 | <ProduceReferenceAssembly>true</ProduceReferenceAssembly> |
|
95 | 117 | <!-- Contains RemoteExecutor. Taken from: https://github.com/dotnet/runtime/blob/master/NuGet.config --> |
96 | 118 | https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json; |
97 | 119 | </RestoreSources> |
| 120 | + <SignAssembly>true</SignAssembly> |
| 121 | + <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile> |
98 | 122 | <SixLaborsPublicKey>00240000048000009400000006020000002400005253413100040000010001000147e6fe6766715eec6cfed61f1e7dcdbf69748a3e355c67e9d8dfd953acab1d5e012ba34b23308166fdc61ee1d0390d5f36d814a6091dd4b5ed9eda5a26afced924c683b4bfb4b3d64b0586a57eff9f02b1f84e3cb0ddd518bd1697f2c84dcbb97eb8bb5c7801be12112ed0ec86db934b0e9a5171e6bb1384b6d2f7d54dfa97</SixLaborsPublicKey> |
99 | 123 | <UseSharedCompilation>true</UseSharedCompilation> |
100 | | - <SignAssembly>true</SignAssembly> |
101 | 124 | </PropertyGroup> |
102 | 125 |
|
103 | 126 | <!-- Package references and additional files which are consumed by all projects --> |
|
107 | 130 | <PackageReference Include="StyleCop.Analyzers" IsImplicitlyDefined="true" /> |
108 | 131 | <AdditionalFiles Include="$(MSBuildThisFileDirectory)shared-infrastructure\stylecop.json" /> |
109 | 132 | <!--NuGet package icon source--> |
110 | | - <None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\imagesharp\sixlabors.imagesharp.128.png" Pack="true" PackagePath="\icon.png" /> |
| 133 | + <None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\imagesharp\sixlabors.imagesharp.128.png" Pack="true" PackagePath="" /> |
111 | 134 | </ItemGroup> |
112 | 135 |
|
113 | 136 | </Project> |
0 commit comments