From 8dbf6de4ea0fdf427fba764009393ca8ed322de2 Mon Sep 17 00:00:00 2001 From: JaN0h4ck <95576868+JaN0h4ck@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:12:59 +0100 Subject: [PATCH] regenerate solution --- gd-mono-thirdpersoncontroller.csproj | 9 +++++++++ gd-mono-thirdpersoncontroller.sln | 19 +++++++++++++++++++ gd-net-thirdpersoncontroller.csproj | 7 ------- gd-net-thirdpersoncontroller.sln | 19 ------------------- 4 files changed, 28 insertions(+), 26 deletions(-) create mode 100644 gd-mono-thirdpersoncontroller.csproj create mode 100644 gd-mono-thirdpersoncontroller.sln delete mode 100644 gd-net-thirdpersoncontroller.csproj delete mode 100644 gd-net-thirdpersoncontroller.sln diff --git a/gd-mono-thirdpersoncontroller.csproj b/gd-mono-thirdpersoncontroller.csproj new file mode 100644 index 0000000..7320af9 --- /dev/null +++ b/gd-mono-thirdpersoncontroller.csproj @@ -0,0 +1,9 @@ + + + net6.0 + net7.0 + net8.0 + true + gdmonothirdpersoncontroller + + \ No newline at end of file diff --git a/gd-mono-thirdpersoncontroller.sln b/gd-mono-thirdpersoncontroller.sln new file mode 100644 index 0000000..f18f085 --- /dev/null +++ b/gd-mono-thirdpersoncontroller.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gd-mono-thirdpersoncontroller", "gd-mono-thirdpersoncontroller.csproj", "{AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + ExportDebug|Any CPU = ExportDebug|Any CPU + ExportRelease|Any CPU = ExportRelease|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU + {AC7B5940-D2F5-4F43-AF3D-D23E4111E15D}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU + EndGlobalSection +EndGlobal diff --git a/gd-net-thirdpersoncontroller.csproj b/gd-net-thirdpersoncontroller.csproj deleted file mode 100644 index 63c6e8c..0000000 --- a/gd-net-thirdpersoncontroller.csproj +++ /dev/null @@ -1,7 +0,0 @@ - - - net6.0 - true - gd-net-thirdpersoncontroller - - \ No newline at end of file diff --git a/gd-net-thirdpersoncontroller.sln b/gd-net-thirdpersoncontroller.sln deleted file mode 100644 index 6f2a105..0000000 --- a/gd-net-thirdpersoncontroller.sln +++ /dev/null @@ -1,19 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gd-net-thirdpersoncontroller", "gd-net-thirdpersoncontroller.csproj", "{C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - ExportDebug|Any CPU = ExportDebug|Any CPU - ExportRelease|Any CPU = ExportRelease|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU - {C0DA1341-EAB0-4F7B-BEA9-60129C156BFE}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU - EndGlobalSection -EndGlobal