mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
28 lines
935 B
XML
28 lines
935 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
|
|
<Title>BurnOutSharp.Builder</Title>
|
|
<AssemblyName>BurnOutSharp.Builder</AssemblyName>
|
|
<Authors>Matt Nadareski</Authors>
|
|
<Product>BurnOutSharp</Product>
|
|
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
|
|
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
|
|
<Version>2.5</Version>
|
|
<AssemblyVersion>2.5</AssemblyVersion>
|
|
<FileVersion>2.5</FileVersion>
|
|
<IncludeSource>true</IncludeSource>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BurnOutSharp.Models\BurnOutSharp.Models.csproj" />
|
|
<ProjectReference Include="..\BurnOutSharp.Utilities\BurnOutSharp.Utilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|