From e9356ae4700368de6474a1738e08c1319dfe2809 Mon Sep 17 00:00:00 2001 From: gmt2001 Date: Tue, 10 Dec 2024 13:50:49 -0500 Subject: [PATCH] Convert to VS2022 solution --- ouroboros.pyproj | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ ouroboros.sln | 20 ++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 ouroboros.pyproj create mode 100644 ouroboros.sln diff --git a/ouroboros.pyproj b/ouroboros.pyproj new file mode 100644 index 0000000..2850ef4 --- /dev/null +++ b/ouroboros.pyproj @@ -0,0 +1,71 @@ + + + + Debug + 2.0 + {d41e6627-82ce-4f97-b788-65fefa7ed519} + + setup.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + + + + + + 10.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ouroboros.sln b/ouroboros.sln new file mode 100644 index 0000000..03f4dce --- /dev/null +++ b/ouroboros.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35521.163 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "ouroboros", "ouroboros.pyproj", "{D41E6627-82CE-4F97-B788-65FEFA7ED519}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D41E6627-82CE-4F97-B788-65FEFA7ED519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D41E6627-82CE-4F97-B788-65FEFA7ED519}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal