astrodatagui is the main project now
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
<ProjectGuid>9dc06f00-e723-4d75-b9ed-453c4d3d7a84</ProjectGuid>
|
<ProjectGuid>9dc06f00-e723-4d75-b9ed-453c4d3d7a84</ProjectGuid>
|
||||||
<ProjectHome>.</ProjectHome>
|
<ProjectHome>.</ProjectHome>
|
||||||
<StartupFile>astrodatagui.py</StartupFile>
|
<StartupFile>main.py</StartupFile>
|
||||||
<SearchPath>
|
<SearchPath>
|
||||||
</SearchPath>
|
</SearchPath>
|
||||||
<WorkingDirectory>.</WorkingDirectory>
|
<WorkingDirectory>.</WorkingDirectory>
|
||||||
@@ -21,7 +21,11 @@
|
|||||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="astrodatagui.py" />
|
<Compile Include="main.py" />
|
||||||
|
<Compile Include="ui\FlaredetectorWidget.py" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="ui\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
||||||
<!-- Uncomment the CoreCompile target to enable the Build command in
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ VisualStudioVersion = 17.7.34024.191
|
|||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "flaredetector", "flaredetector\flaredetector.pyproj", "{61C810AD-ED00-470D-949B-AEC1A1309EB6}"
|
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "flaredetector", "flaredetector\flaredetector.pyproj", "{61C810AD-ED00-470D-949B-AEC1A1309EB6}"
|
||||||
EndProject
|
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
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -13,6 +17,10 @@ Global
|
|||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{61C810AD-ED00-470D-949B-AEC1A1309EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{61C810AD-ED00-470D-949B-AEC1A1309EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{61C810AD-ED00-470D-949B-AEC1A1309EB6}.Release|Any CPU.ActiveCfg = Release|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
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user