From ccab7a5b39b080764c968b9d4dfca3ae35c6f42e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 16 Sep 2023 21:19:35 -0400 Subject: [PATCH] Add solution and project --- SabreTools.Matching.csproj | 31 +++++++++++++++++++++++++++++++ SabreTools.Matching.sln | 22 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 SabreTools.Matching.csproj create mode 100644 SabreTools.Matching.sln diff --git a/SabreTools.Matching.csproj b/SabreTools.Matching.csproj new file mode 100644 index 0000000..d14d62a --- /dev/null +++ b/SabreTools.Matching.csproj @@ -0,0 +1,31 @@ + + + + + net48;net6.0;net7.0;net8.0 + win-x86;win-x64;linux-x64;osx-x64 + 1.1.0 + true + + + Matt Nadareski + Byte array and stream matching library + Copyright (c) Matt Nadareski 2018-2023 + https://github.com/SabreTools/ + README.md + https://github.com/SabreTools/SabreTools.Matching + git + byte array stream match matching + MIT + + + + enable + + + + + + + + \ No newline at end of file diff --git a/SabreTools.Matching.sln b/SabreTools.Matching.sln new file mode 100644 index 0000000..129564e --- /dev/null +++ b/SabreTools.Matching.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools.Matching", "SabreTools.Matching.csproj", "{9555EB79-4E81-4988-9ABE-D6CE6042197E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9555EB79-4E81-4988-9ABE-D6CE6042197E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9555EB79-4E81-4988-9ABE-D6CE6042197E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9555EB79-4E81-4988-9ABE-D6CE6042197E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9555EB79-4E81-4988-9ABE-D6CE6042197E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal