11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <AssemblyTitle >SixLabors.ImageSharp.Drawing</AssemblyTitle >
4- <Authors >SixLabors and contributors</Authors >
5- <Company >Six Labors</Company >
6- <Copyright >Copyright (c) Six Labors and contributors.</Copyright >
7- <Product >SixLabors.ImageSharp</Product >
8- <Description >An extension to ImageSharp that allows the drawing of images, paths, and text.</Description >
9- <NeutralLanguage >en</NeutralLanguage >
2+ <PropertyGroup >
3+ <AssemblyTitle >SixLabors.ImageSharp.Drawing</AssemblyTitle >
4+ <Authors >SixLabors and contributors</Authors >
5+ <Company >Six Labors</Company >
6+ <Copyright >Copyright (c) Six Labors and contributors.</Copyright >
7+ <Product >SixLabors.ImageSharp</Product >
8+ <Description >An extension to ImageSharp that allows the drawing of images, paths, and text.</Description >
9+ <NeutralLanguage >en</NeutralLanguage >
1010
11- <VersionPrefix Condition =" $(packageversion) != ''" >$(packageversion)</VersionPrefix >
12- <VersionPrefix Condition =" $(packageversion) == ''" >0.0.1</VersionPrefix >
13- <TargetFrameworks >netstandard1.3;netstandard2.0</TargetFrameworks >
14- <LangVersion >7.3</LangVersion >
15- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16- <GenerateDocumentationFile >true</GenerateDocumentationFile >
17- <AssemblyName >SixLabors.ImageSharp.Drawing</AssemblyName >
18- <PackageId >SixLabors.ImageSharp.Drawing</PackageId >
19- <PackageTags >Image Draw Shape Path Font</PackageTags >
20- <PackageIconUrl >https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.128.png</PackageIconUrl >
21- <PackageProjectUrl >https://github.com/SixLabors/ImageSharp</PackageProjectUrl >
22- <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
23- <RepositoryType >git</RepositoryType >
24- <RepositoryUrl >https://github.com/SixLabors/ImageSharp</RepositoryUrl >
25- <DebugType Condition =" $(codecov) != ''" >full</DebugType >
26- <DebugType Condition =" $(codecov) == ''" >portable</DebugType >
27- <DebugSymbols >True</DebugSymbols >
28- </PropertyGroup >
29- <ItemGroup >
30- <Compile Include =" ..\Shared\*.cs" Exclude =" bin\**;obj\**;**\*.xproj;packages\**" />
31- </ItemGroup >
32- <ItemGroup >
33- <ProjectReference Include =" ..\ImageSharp\ImageSharp.csproj" />
34- </ItemGroup >
35- <ItemGroup >
36- <AdditionalFiles Include =" ..\..\stylecop.json" />
37- <PackageReference Include =" SixLabors.Fonts" Version =" 1.0.0-dev000119" />
38- <PackageReference Include =" SixLabors.Shapes" Version =" 1.0.0-dev000102" />
39- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta007" >
40- <PrivateAssets >All</PrivateAssets >
41- </PackageReference >
42- </ItemGroup >
43- <PropertyGroup >
44- <CodeAnalysisRuleSet >..\..\ImageSharp.ruleset</CodeAnalysisRuleSet >
45- <RootNamespace >SixLabors.ImageSharp</RootNamespace >
46- </PropertyGroup >
47- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
48- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
49- </PropertyGroup >
11+ <VersionPrefix Condition =" $(packageversion) != ''" >$(packageversion)</VersionPrefix >
12+ <VersionPrefix Condition =" $(packageversion) == ''" >0.0.1</VersionPrefix >
13+ <TargetFrameworks >netstandard1.3;netstandard2.0</TargetFrameworks >
14+ <LangVersion >7.3</LangVersion >
15+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
17+ <AssemblyName >SixLabors.ImageSharp.Drawing</AssemblyName >
18+ <PackageId >SixLabors.ImageSharp.Drawing</PackageId >
19+ <PackageTags >Image Draw Shape Path Font</PackageTags >
20+ <PackageIconUrl >https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.128.png</PackageIconUrl >
21+ <PackageProjectUrl >https://github.com/SixLabors/ImageSharp</PackageProjectUrl >
22+ <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
23+ <RepositoryType >git</RepositoryType >
24+ <RepositoryUrl >https://github.com/SixLabors/ImageSharp</RepositoryUrl >
25+ <DebugType Condition =" $(codecov) != ''" >full</DebugType >
26+ <DebugType Condition =" $(codecov) == ''" >portable</DebugType >
27+ <DebugSymbols >True</DebugSymbols >
28+ </PropertyGroup >
29+
30+ <ItemGroup >
31+ <Compile Include =" ..\Shared\*.cs" Exclude =" bin\**;obj\**;**\*.xproj;packages\**" />
32+ </ItemGroup >
33+
34+ <ItemGroup >
35+ <ProjectReference Include =" ..\ImageSharp\ImageSharp.csproj" />
36+ </ItemGroup >
37+
38+ <ItemGroup >
39+ <AdditionalFiles Include =" ..\..\standards\stylecop.json" />
40+ <PackageReference Include =" SixLabors.Fonts" Version =" 1.0.0-beta0008" />
41+ <PackageReference Include =" SixLabors.Shapes" Version =" 1.0.0-beta0008" />
42+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.1-beta.61" PrivateAssets =" All" />
43+ </ItemGroup >
44+
45+ <PropertyGroup >
46+ <CodeAnalysisRuleSet >..\..\standards\SixLabors.ruleset</CodeAnalysisRuleSet >
47+ <RootNamespace >SixLabors.ImageSharp</RootNamespace >
48+ </PropertyGroup >
49+
50+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
51+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
52+ </PropertyGroup >
5053</Project >
0 commit comments