|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <Description>Includes all available hash functions.</Description> |
| 5 | + <Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright> |
| 6 | + <AssemblyTitle>Data.HashFunction</AssemblyTitle> |
| 7 | + <VersionPrefix>3.1.2</VersionPrefix> |
| 8 | + <Authors>Deskasoft International</Authors> |
| 9 | + <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 10 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 11 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 12 | + <AssemblyOriginatorKeyFile>../Data.HashFunction.Production.snk</AssemblyOriginatorKeyFile> |
| 13 | + <SignAssembly>true</SignAssembly> |
| 14 | + <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
| 15 | + <PackageId>Data.HashFunction</PackageId> |
| 16 | + <PackageTags>hash;function;all;bundle;collection</PackageTags> |
| 17 | + <PackageReleaseNotes>https://github.com/Deskasoft/Data.HashFunction/wiki/Release-Notes</PackageReleaseNotes> |
| 18 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 19 | + <RepositoryType>git</RepositoryType> |
| 20 | + <RepositoryUrl>https://github.com/Deskasoft/Data.HashFunction</RepositoryUrl> |
| 21 | + <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
| 22 | + <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
| 23 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <PackageOutputPath>$(SolutionDir)\packages\</PackageOutputPath> |
| 26 | + <Product>$(AssemblyTitle)</Product> |
| 27 | + <PackageIcon>data_hashfunction_logo.png</PackageIcon> |
| 28 | + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 29 | + <PackageProjectUrl>https://deskasoft.dev/projects/data.hashfunction/</PackageProjectUrl> |
| 30 | + <Title>Data.HashFunction Collection/Bundle</Title> |
| 31 | + </PropertyGroup> |
| 32 | + |
| 33 | + <ItemGroup> |
| 34 | + <Compile Include="..\FriendAssemblies.cs" Link="Properties\FriendAssemblies.cs" /> |
| 35 | + <Compile Include="..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" /> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <None Include="..\..\LICENSE" Link="LICENSE"> |
| 40 | + <PackagePath></PackagePath> |
| 41 | + <Pack>true</Pack> |
| 42 | + </None> |
| 43 | + <None Include="..\..\README.md"> |
| 44 | + <Pack>True</Pack> |
| 45 | + <PackagePath>\</PackagePath> |
| 46 | + </None> |
| 47 | + <None Include="..\..\data_hashfunction_logo.png"> |
| 48 | + <Pack>True</Pack> |
| 49 | + <PackagePath>\</PackagePath> |
| 50 | + </None> |
| 51 | + </ItemGroup> |
| 52 | + |
| 53 | + <ItemGroup> |
| 54 | + <ProjectReference Include="..\Data.HashFunction.BernsteinHash\Data.HashFunction.BernsteinHash.csproj" /> |
| 55 | + <ProjectReference Include="..\Data.HashFunction.Blake2\Data.HashFunction.Blake2.csproj" /> |
| 56 | + <ProjectReference Include="..\Data.HashFunction.Blake3\Data.HashFunction.Blake3.csproj" /> |
| 57 | + <ProjectReference Include="..\Data.HashFunction.BuzHash\Data.HashFunction.BuzHash.csproj" /> |
| 58 | + <ProjectReference Include="..\Data.HashFunction.CityHash\Data.HashFunction.CityHash.csproj" /> |
| 59 | + <ProjectReference Include="..\Data.HashFunction.Core\Data.HashFunction.Core.csproj" /> |
| 60 | + <ProjectReference Include="..\Data.HashFunction.CRC\Data.HashFunction.CRC.csproj" /> |
| 61 | + <ProjectReference Include="..\Data.HashFunction.ELF64\Data.HashFunction.ELF64.csproj" /> |
| 62 | + <ProjectReference Include="..\Data.HashFunction.FarmHash\Data.HashFunction.FarmHash.csproj" /> |
| 63 | + <ProjectReference Include="..\Data.HashFunction.FNV\Data.HashFunction.FNV.csproj" /> |
| 64 | + <ProjectReference Include="..\Data.HashFunction.HashAlgorithm\Data.HashFunction.HashAlgorithm.csproj" /> |
| 65 | + <ProjectReference Include="..\Data.HashFunction.Interfaces\Data.HashFunction.Interfaces.csproj" /> |
| 66 | + <ProjectReference Include="..\Data.HashFunction.Jenkins\Data.HashFunction.Jenkins.csproj" /> |
| 67 | + <ProjectReference Include="..\Data.HashFunction.MetroHash\Data.HashFunction.MetroHash.csproj" /> |
| 68 | + <ProjectReference Include="..\Data.HashFunction.MurmurHash\Data.HashFunction.MurmurHash.csproj" /> |
| 69 | + <ProjectReference Include="..\Data.HashFunction.Pearson\Data.HashFunction.Pearson.csproj" /> |
| 70 | + <ProjectReference Include="..\Data.HashFunction.SpookyHash\Data.HashFunction.SpookyHash.csproj" /> |
| 71 | + <ProjectReference Include="..\Data.HashFunction.xxHash\Data.HashFunction.xxHash.csproj" /> |
| 72 | + </ItemGroup> |
| 73 | + |
| 74 | +</Project> |
0 commit comments