|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <Description>A cross-platform library for loading and laying out for processing and measuring; written in C#</Description> |
5 | | - <AssemblyTitle>SixLabors.Fonts</AssemblyTitle> |
6 | | - <VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix> |
7 | | - <VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha1</VersionPrefix> |
8 | | - <Authors>Six Labors and contributors</Authors> |
9 | | - <TargetFrameworks>netstandard1.3;netstandard1.1</TargetFrameworks> |
10 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
11 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
12 | | - <AssemblyName>SixLabors.Fonts</AssemblyName> |
13 | | - <PackageId>SixLabors.Fonts</PackageId> |
14 | | - <PackageTags>font;truetype;opentype;woff</PackageTags> |
15 | | - <PackageIconUrl>https://raw.githubusercontent.com/SixLabors/Fonts/master/icons/icon.png</PackageIconUrl> |
16 | | - <PackageProjectUrl>https://github.com/SixLabors/Fonts</PackageProjectUrl> |
17 | | - <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
18 | | - <RepositoryType>git</RepositoryType> |
19 | | - <RepositoryUrl>https://github.com/SixLabors/Fonts</RepositoryUrl> |
20 | | - <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
21 | | - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
22 | | - <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
23 | | - <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
24 | | - <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
25 | | - <GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute> |
26 | | - <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
27 | | - <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
28 | | - <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> |
29 | | - <DebugType Condition="$(codecov) != ''">full</DebugType> |
30 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <Description>A cross-platform library for loading and laying out for processing and measuring; written in C#</Description> |
| 5 | + <AssemblyTitle>SixLabors.Fonts</AssemblyTitle> |
| 6 | + <VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix> |
| 7 | + <VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha1</VersionPrefix> |
| 8 | + <Authors>Six Labors and contributors</Authors> |
| 9 | + <TargetFrameworks>netstandard2.0;netstandard1.3;netstandard1.1</TargetFrameworks> |
| 10 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 11 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 12 | + <AssemblyName>SixLabors.Fonts</AssemblyName> |
| 13 | + <PackageId>SixLabors.Fonts</PackageId> |
| 14 | + <PackageTags>font;truetype;opentype;woff</PackageTags> |
| 15 | + <PackageIconUrl>https://raw.githubusercontent.com/SixLabors/Fonts/master/icons/icon.png</PackageIconUrl> |
| 16 | + <PackageProjectUrl>https://github.com/SixLabors/Fonts</PackageProjectUrl> |
| 17 | + <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
| 18 | + <RepositoryType>git</RepositoryType> |
| 19 | + <RepositoryUrl>https://github.com/SixLabors/Fonts</RepositoryUrl> |
| 20 | + <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
| 21 | + <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
| 22 | + <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
| 23 | + <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
| 24 | + <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
| 25 | + <GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute> |
| 26 | + <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
| 27 | + <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
| 28 | + <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> |
| 29 | + <DebugType Condition="$(codecov) != ''">full</DebugType> |
| 30 | + </PropertyGroup> |
31 | 31 |
|
32 | | - <ItemGroup> |
33 | | - <Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> |
34 | | - </ItemGroup> |
35 | | - |
36 | | - <PropertyGroup> |
37 | | - <CodeAnalysisRuleSet>..\SixLabors.ruleset</CodeAnalysisRuleSet> |
38 | | - </PropertyGroup> |
| 32 | + <ItemGroup> |
| 33 | + <Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> |
| 34 | + </ItemGroup> |
39 | 35 |
|
40 | | - <ItemGroup> |
41 | | - <AdditionalFiles Include="..\..\stylecop.json" /> |
42 | | - </ItemGroup> |
43 | | - |
44 | | - <ItemGroup> |
45 | | - <PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004"> |
46 | | - <PrivateAssets>All</PrivateAssets> |
47 | | - </PackageReference> |
48 | | - <PackageReference Include="System.Collections.Immutable" Version="1.4.0" /> |
49 | | - <PackageReference Include="SixLabors.Core" Version="1.0.0-beta0003" /> |
50 | | - </ItemGroup> |
| 36 | + <PropertyGroup> |
| 37 | + <CodeAnalysisRuleSet>..\SixLabors.ruleset</CodeAnalysisRuleSet> |
| 38 | + </PropertyGroup> |
51 | 39 |
|
52 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
53 | | - <DefineConstants>$(DefineConstants);FILESYSTEM</DefineConstants> |
54 | | - </PropertyGroup> |
| 40 | + <ItemGroup> |
| 41 | + <AdditionalFiles Include="..\..\stylecop.json" /> |
| 42 | + </ItemGroup> |
| 43 | + |
| 44 | + <ItemGroup> |
| 45 | + <PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004"> |
| 46 | + <PrivateAssets>All</PrivateAssets> |
| 47 | + </PackageReference> |
| 48 | + <PackageReference Include="System.Collections.Immutable" Version="1.4.0" /> |
| 49 | + <PackageReference Include="SixLabors.Core" Version="1.0.0-beta0004" /> |
| 50 | + </ItemGroup> |
| 51 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'"> |
| 52 | + <DefineConstants>$(DefineConstants);FILESYSTEM</DefineConstants> |
| 53 | + </PropertyGroup> |
55 | 54 | </Project> |
0 commit comments