From df3abf10badf1fa4defe06622bfc8fc94ae08124 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 4 Sep 2023 16:29:43 -0400 Subject: [PATCH] Add solution and project files --- SabreTools.RedumpLib.csproj | 9 +++++++++ SabreTools.RedumpLib.sln | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 SabreTools.RedumpLib.csproj create mode 100644 SabreTools.RedumpLib.sln diff --git a/SabreTools.RedumpLib.csproj b/SabreTools.RedumpLib.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/SabreTools.RedumpLib.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/SabreTools.RedumpLib.sln b/SabreTools.RedumpLib.sln new file mode 100644 index 0000000..bcc23ba --- /dev/null +++ b/SabreTools.RedumpLib.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.RedumpLib", "SabreTools.RedumpLib.csproj", "{235D3A36-CA69-4348-9EC4-649B27ACFBB8}" +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 + {235D3A36-CA69-4348-9EC4-649B27ACFBB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {235D3A36-CA69-4348-9EC4-649B27ACFBB8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {235D3A36-CA69-4348-9EC4-649B27ACFBB8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {235D3A36-CA69-4348-9EC4-649B27ACFBB8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal