From 60d666f8be73bf231c56d5ef4d22c0a64c240304 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 10 Mar 2023 11:55:19 -0500 Subject: [PATCH] Add skeleton file type library --- .../BinaryObjectScanner.FileType.csproj | 23 +++++++++++++++++++ BurnOutSharp.sln | 8 ++++++- BurnOutSharp/BurnOutSharp.csproj | 4 ++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj diff --git a/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj b/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj new file mode 100644 index 00000000..333e0f2b --- /dev/null +++ b/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj @@ -0,0 +1,23 @@ + + + + net48;net6.0;net7.0 + win-x86;win-x64;linux-x64;osx-x64 + BinaryObjectScanner.FileType + BinaryObjectScanner.FileType + Matt Nadareski + BurnOutSharp + Copyright (c)2022 Matt Nadareski + https://github.com/mnadareski/BurnOutSharp + 2.7 + 2.7 + 2.7 + true + true + + + + true + + + diff --git a/BurnOutSharp.sln b/BurnOutSharp.sln index ae0d8ce0..af886d16 100644 --- a/BurnOutSharp.sln +++ b/BurnOutSharp.sln @@ -36,7 +36,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Interfa EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Protection", "BinaryObjectScanner.Protection\BinaryObjectScanner.Protection.csproj", "{FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinaryObjectScanner.Packer", "BinaryObjectScanner.Packer\BinaryObjectScanner.Packer.csproj", "{59B3DE26-9399-4B5A-B39B-6239DAF1A017}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Packer", "BinaryObjectScanner.Packer\BinaryObjectScanner.Packer.csproj", "{59B3DE26-9399-4B5A-B39B-6239DAF1A017}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinaryObjectScanner.FileType", "BinaryObjectScanner.FileType\BinaryObjectScanner.FileType.csproj", "{6733368B-63D4-4921-AE13-FD1A53C5180C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -96,6 +98,10 @@ Global {59B3DE26-9399-4B5A-B39B-6239DAF1A017}.Debug|Any CPU.Build.0 = Debug|Any CPU {59B3DE26-9399-4B5A-B39B-6239DAF1A017}.Release|Any CPU.ActiveCfg = Release|Any CPU {59B3DE26-9399-4B5A-B39B-6239DAF1A017}.Release|Any CPU.Build.0 = Release|Any CPU + {6733368B-63D4-4921-AE13-FD1A53C5180C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6733368B-63D4-4921-AE13-FD1A53C5180C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6733368B-63D4-4921-AE13-FD1A53C5180C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6733368B-63D4-4921-AE13-FD1A53C5180C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index 1ddd3004..40f15905 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -65,6 +65,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + runtime; build; native; contentfiles; analyzers; buildtransitive all