commit 1b4f455405d3fd737d045ee90d21e9b6f5da3853 Author: SGCMarkus Date: Thu Feb 29 14:06:40 2024 +0100 Initial project setup for flaredetector diff --git a/flaredetector.sln b/flaredetector.sln new file mode 100644 index 0000000..cb81bc7 --- /dev/null +++ b/flaredetector.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34024.191 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "flaredetector", "flaredetector\flaredetector.pyproj", "{61C810AD-ED00-470D-949B-AEC1A1309EB6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {61C810AD-ED00-470D-949B-AEC1A1309EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {61C810AD-ED00-470D-949B-AEC1A1309EB6}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C1CC56A6-BA98-42C8-8610-AD73ADA90EAA} + EndGlobalSection +EndGlobal diff --git a/flaredetector/Main.py b/flaredetector/Main.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/flaredetector/Main.py @@ -0,0 +1 @@ + diff --git a/flaredetector/flaredetector.pyproj b/flaredetector/flaredetector.pyproj new file mode 100644 index 0000000..441b64e --- /dev/null +++ b/flaredetector/flaredetector.pyproj @@ -0,0 +1,35 @@ + + + Debug + 2.0 + 61c810ad-ed00-470d-949b-aec1a1309eb6 + . + flaredetector.py + + + . + . + flaredetector + flaredetector + + + true + false + + + true + false + + + + + + + + + + + + \ No newline at end of file