astrodatagui is the main project now

This commit is contained in:
2024-02-29 16:45:02 +01:00
parent ae6e1d3c11
commit 1d949a2151
4 changed files with 14 additions and 2 deletions
+6 -2
View File
@@ -4,7 +4,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>9dc06f00-e723-4d75-b9ed-453c4d3d7a84</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>astrodatagui.py</StartupFile>
<StartupFile>main.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
@@ -21,7 +21,11 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="astrodatagui.py" />
<Compile Include="main.py" />
<Compile Include="ui\FlaredetectorWidget.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="ui\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
+8
View File
@@ -5,6 +5,10 @@ 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
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "astrodatadownloader", "astrodatadownloader\astrodatadownloader.pyproj", "{2C954FD0-BAC2-4737-86BE-362514378452}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "astrodatagui", "astrodatagui\astrodatagui.pyproj", "{9DC06F00-E723-4D75-B9ED-453C4D3D7A84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -13,6 +17,10 @@ Global
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
{2C954FD0-BAC2-4737-86BE-362514378452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C954FD0-BAC2-4737-86BE-362514378452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DC06F00-E723-4D75-B9ED-453C4D3D7A84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DC06F00-E723-4D75-B9ED-453C4D3D7A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE