Files
BinaryObjectScanner/BinaryObjectScanner.Utilities/BinaryObjectScanner.Utilities.csproj

28 lines
954 B
XML
Raw Normal View History

2022-12-15 00:13:24 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-03-06 09:34:51 -05:00
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
2023-03-07 16:59:14 -05:00
<Title>BinaryObjectScanner.Utilities</Title>
<AssemblyName>BinaryObjectScanner.Utilities</AssemblyName>
2022-12-15 00:13:24 -08:00
<Authors>Matt Nadareski</Authors>
<Product>BurnOutSharp</Product>
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
2023-03-06 08:57:43 -05:00
<Version>2.7</Version>
<AssemblyVersion>2.7</AssemblyVersion>
<FileVersion>2.7</FileVersion>
2022-12-15 00:13:24 -08:00
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
2023-03-13 22:03:10 -04:00
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Matching\BinaryObjectScanner.Matching.csproj" />
</ItemGroup>
2022-12-15 00:13:24 -08:00
</Project>