Files
BinaryObjectScanner/BinaryObjectScanner.Builders/BinaryObjectScanner.Builders.csproj

29 lines
1.0 KiB
XML
Raw Normal View History

2022-12-08 22:53:07 -08:00
<Project Sdk="Microsoft.NET.Sdk">
2022-11-05 23:29:04 -07:00
<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.Builders</Title>
<AssemblyName>BinaryObjectScanner.Builders</AssemblyName>
2022-12-08 22:53:07 -08:00
<Authors>Matt Nadareski</Authors>
2022-11-05 23:29:04 -07:00
<Product>BurnOutSharp</Product>
2022-12-08 22:53:07 -08:00
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
2022-11-05 23:29:04 -07:00
<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-11-05 23:29:04 -07:00
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
2023-03-07 16:59:14 -05:00
<ProjectReference Include="..\BinaryObjectScanner.Models\BinaryObjectScanner.Models.csproj" />
2023-03-07 12:04:48 -05:00
<ProjectReference Include="..\BinaryObjectScanner.Utilities\BinaryObjectScanner.Utilities.csproj" />
2022-11-05 23:29:04 -07:00
</ItemGroup>
</Project>