From 668a631c11c62bd101e32d033bd68674b94add61 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 17 Sep 2023 23:28:27 -0400 Subject: [PATCH] Create new base library --- .../BinaryObjectScanner.csproj | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 BinaryObjectScanner/BinaryObjectScanner.csproj diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj new file mode 100644 index 00000000..b8a90bde --- /dev/null +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -0,0 +1,31 @@ + + + + + net48;net6.0;net7.0 + win-x86;win-x64;linux-x64;osx-x64 + 2.8 + true + + + Matt Nadareski + BurnOutSharp + Copyright (c)2022-2023 Matt Nadareski + https://github.com/SabreTools/ + https://github.com/mnadareski/BurnOutSharp + git + MIT + true + true + + + + enable + + + + + + + + \ No newline at end of file