From d559929cdaa931b90a7762f4248cc5236ba580fa Mon Sep 17 00:00:00 2001 From: zwarenelle Date: Sun, 9 Jun 2024 13:59:10 +0200 Subject: [PATCH] add RoutePlanner solution --- src/Client/RoutePlanner/Class1.cs | 7 ++++++ src/Client/RoutePlanner/RoutePlanner.csproj | 9 ++++++++ src/Client/RoutePlanner/RoutePlanner.sln | 25 +++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 src/Client/RoutePlanner/Class1.cs create mode 100644 src/Client/RoutePlanner/RoutePlanner.csproj create mode 100644 src/Client/RoutePlanner/RoutePlanner.sln diff --git a/src/Client/RoutePlanner/Class1.cs b/src/Client/RoutePlanner/Class1.cs new file mode 100644 index 0000000..8d4d15f --- /dev/null +++ b/src/Client/RoutePlanner/Class1.cs @@ -0,0 +1,7 @@ +namespace RoutePlanner +{ + public class Class1 + { + + } +} diff --git a/src/Client/RoutePlanner/RoutePlanner.csproj b/src/Client/RoutePlanner/RoutePlanner.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/src/Client/RoutePlanner/RoutePlanner.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/src/Client/RoutePlanner/RoutePlanner.sln b/src/Client/RoutePlanner/RoutePlanner.sln new file mode 100644 index 0000000..04b0764 --- /dev/null +++ b/src/Client/RoutePlanner/RoutePlanner.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34723.18 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoutePlanner", "RoutePlanner.csproj", "{88355634-1B39-4827-BF30-7F28679F9F29}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {88355634-1B39-4827-BF30-7F28679F9F29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {88355634-1B39-4827-BF30-7F28679F9F29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {88355634-1B39-4827-BF30-7F28679F9F29}.Release|Any CPU.ActiveCfg = Release|Any CPU + {88355634-1B39-4827-BF30-7F28679F9F29}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {34DA189D-30EE-4764-9FA7-E0231AAB553B} + EndGlobalSection +EndGlobal