From 8bcfa69306840928033241d1c05d18f24a273b72 Mon Sep 17 00:00:00 2001 From: heblasco Date: Mon, 13 Nov 2023 12:45:00 +0100 Subject: [PATCH] AIHUB.sln --- src/AIHub/AIHub.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/AIHub/AIHub.sln diff --git a/src/AIHub/AIHub.sln b/src/AIHub/AIHub.sln new file mode 100644 index 0000000..4d2f558 --- /dev/null +++ b/src/AIHub/AIHub.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIHub", "AIHub.csproj", "{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {20AA2353-81A6-44D5-8342-7A0BDDFA36A4} + EndGlobalSection +EndGlobal