From c355e9dc4c109915e535a57f18e5f402a24082f7 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Thu, 7 May 2026 15:07:58 +0000 Subject: [PATCH] chore: add empty TeamsISO solution --- TeamsISO.sln | 14 ++++++++++++++ src/.gitkeep | 0 src/tests/.gitkeep | 0 3 files changed, 14 insertions(+) create mode 100644 TeamsISO.sln create mode 100644 src/.gitkeep create mode 100644 src/tests/.gitkeep diff --git a/TeamsISO.sln b/TeamsISO.sln new file mode 100644 index 0000000..bb32f59 --- /dev/null +++ b/TeamsISO.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/.gitkeep b/src/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/tests/.gitkeep b/src/tests/.gitkeep new file mode 100644 index 0000000..e69de29