Files
BinaryObjectScanner/BinaryObjectScanner.Matching/BinaryObjectScanner.Matching.csproj

23 lines
843 B
XML
Raw Normal View History

2022-12-08 22:07:14 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-09-13 11:21:06 -04:00
<!-- Assembly Properties -->
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
2023-09-13 11:21:06 -04:00
<Version>2.8</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Package Properties -->
2022-12-08 22:53:07 -08:00
<Authors>Matt Nadareski</Authors>
2022-12-08 22:07:14 -08:00
<Product>BurnOutSharp</Product>
2023-09-13 11:21:06 -04:00
<Copyright>Copyright (c)2018-2023 Matt Nadareski</Copyright>
<PackageProjectUrl>https://github.com/SabreTools/</PackageProjectUrl>
2022-12-08 22:07:14 -08:00
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
2023-09-13 11:21:06 -04:00
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2022-12-08 22:07:14 -08:00
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
</Project>