This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathKingdom.Collections.Enumerations.Generators.csproj
54 lines (47 loc) · 2.66 KB
/
Kingdom.Collections.Enumerations.Generators.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Michael W. Powell</Authors>
<Company>Kingdom Software</Company>
<Product>Kingdom.Collections</Product>
<Copyright>Copyright © 2018</Copyright>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RootNamespace>Kingdom.Collections</RootNamespace>
<PackageProjectUrl>http://github.com/mwpowellhtx/Kingdom.Collections</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>http://github.com/mwpowellhtx/Kingdom.Collections/blob/master/LICENSE</PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DevelopmentDependency>true</DevelopmentDependency>
<Deterministic>false</Deterministic>
</PropertyGroup>
<PropertyGroup>
<IsTool>true</IsTool>
<Description>Provides the build time generators that respond to the [FlagsEnumeration] partial class attribute.</Description>
<PackageTags>Enumerations; Enumeration; enumerated; generator; generators; values; Ordinal; Bitwise; Java; dotnet; bitwise; shift; left; right; and; or; xor; not; ones; twos; complement; Flags; Boolean; bool; ICollection; ICloneable; Roslyn; Analyzer; Analyzers; Code; Fix; Fixes</PackageTags>
<TargetFramework>netstandard1.6</TargetFramework>
<Version>1.0.0.34-dev034</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.6\Kingdom.Collections.Enumerations.Generators.xml</DocumentationFile>
<BumpRevision>True</BumpRevision>
<BumpLabel>dev</BumpLabel>
<BumpLabelDigits>3</BumpLabelDigits>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.6\Kingdom.Collections.Enumerations.Generators.xml</DocumentationFile>
<BumpRevision>True</BumpRevision>
<BumpResetLabel>dev</BumpResetLabel>
</PropertyGroup>
<ItemGroup>
<None Update="build\Kingdom.Collections.Enumerations.Generators.props" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<!-- ReSharper disable once UnknownProperty should be found in Directory.Build.props -->
<PackageReference Include="CodeGeneration.Roslyn" Version="$(CodeGenerationRoslynPackagesVersion)" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" />
<PackageReference Include="MSBump" Version="2.3.2" PrivateAssets="All" />
</ItemGroup>
</Project>