From d4ebe976fce36b16ba47f3834ff2146945ef3e8e Mon Sep 17 00:00:00 2001 From: Goatgarien Date: Fri, 9 Sep 2022 02:35:35 -0700 Subject: [PATCH] Zoids C# Ports --- BAKKA-Sharp.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 BAKKA-Sharp.sln diff --git a/BAKKA-Sharp.sln b/BAKKA-Sharp.sln new file mode 100644 index 0000000..5b6549e --- /dev/null +++ b/BAKKA-Sharp.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32126.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BAKKA-Sharp", "BAKKA-Sharp\BAKKA-Sharp.csproj", "{6E8BF68A-E339-4EB2-9700-326302110F20}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6E8BF68A-E339-4EB2-9700-326302110F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6E8BF68A-E339-4EB2-9700-326302110F20}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6E8BF68A-E339-4EB2-9700-326302110F20}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6E8BF68A-E339-4EB2-9700-326302110F20}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B2F53430-3CD7-44AC-B5E3-A8D91F130B30} + EndGlobalSection +EndGlobal