2025-03-08 09:24:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "17.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {80A5854F-6F80-4EC2-9F73-84E0F4DB8D7E}</ProjectGuid>
<Keyword > QtVS_v304</Keyword>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" > 10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" > 10.0</WindowsTargetPlatformVersion>
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt_defaults.props')" >
<Import Project= "$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
<QtModules > core</QtModules>
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
<QtModules > core</QtModules>
<QtBuildConfig > release</QtBuildConfig>
</PropertyGroup>
<Target Name= "QtMsBuildNotFound" BeforeTargets= "CustomBuild;ClCompile" Condition= "!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')" >
<Message Importance= "High" Text= "QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
</Target>
<ImportGroup Label= "ExtensionSettings" />
<ImportGroup Label= "Shared" />
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<IncludePath > .\libsgp4;..\BaseCommonLibrary\BaseTool;$(IncludePath)</IncludePath>
</PropertyGroup>
2025-03-08 13:50:48 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
2025-03-12 02:23:09 +00:00
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;SPG4TOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2025-03-15 09:14:17 +00:00
<WholeProgramOptimization > false</WholeProgramOptimization>
2025-03-08 13:50:48 +00:00
</ClCompile>
</ItemDefinitionGroup>
2025-03-08 09:24:38 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
2025-03-15 09:14:17 +00:00
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
2025-03-08 09:24:38 +00:00
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "libsgp4\CoordGeodetic.cc" />
<ClCompile Include= "libsgp4\CoordTopocentric.cc" />
<ClCompile Include= "libsgp4\DateTime.cc" />
<ClCompile Include= "libsgp4\DecayedException.cc" />
<ClCompile Include= "libsgp4\Eci.cc" />
<ClCompile Include= "libsgp4\Globals.cc" />
<ClCompile Include= "libsgp4\Observer.cc" />
<ClCompile Include= "libsgp4\OrbitalElements.cc" />
<ClCompile Include= "libsgp4\SatelliteException.cc" />
<ClCompile Include= "libsgp4\SGP4.cc" />
<ClCompile Include= "libsgp4\SolarPosition.cc" />
<ClCompile Include= "libsgp4\TimeSpan.cc" />
<ClCompile Include= "libsgp4\Tle.cc" />
<ClCompile Include= "libsgp4\TleException.cc" />
<ClCompile Include= "libsgp4\Util.cc" />
<ClCompile Include= "libsgp4\Vector.cc" />
2025-03-15 16:26:12 +00:00
<ClCompile Include= "PassPredict.cpp" />
2025-03-08 09:24:38 +00:00
<ClCompile Include= "SPG4Toolmain.cpp" />
<ClCompile Include= "SPG4Function.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "libsgp4\CoordGeodetic.h" />
<ClInclude Include= "libsgp4\CoordTopocentric.h" />
<ClInclude Include= "libsgp4\DateTime.h" />
<ClInclude Include= "libsgp4\DecayedException.h" />
<ClInclude Include= "libsgp4\Eci.h" />
<ClInclude Include= "libsgp4\Globals.h" />
<ClInclude Include= "libsgp4\Observer.h" />
<ClInclude Include= "libsgp4\OrbitalElements.h" />
<ClInclude Include= "libsgp4\SatelliteException.h" />
<ClInclude Include= "libsgp4\SGP4.h" />
<ClInclude Include= "libsgp4\SolarPosition.h" />
<ClInclude Include= "libsgp4\TimeSpan.h" />
<ClInclude Include= "libsgp4\Tle.h" />
<ClInclude Include= "libsgp4\TleException.h" />
<ClInclude Include= "libsgp4\Util.h" />
<ClInclude Include= "libsgp4\Vector.h" />
<ClInclude Include= "SPG4Function.h" />
2025-03-15 09:14:17 +00:00
<ClInclude Include= "SPG4Tool.h" />
2025-03-12 02:23:09 +00:00
<ClInclude Include= "SPG4Tool_global.h" />
2025-03-08 09:24:38 +00:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\BaseCommonLibrary\BaseCommonLibrary.vcxproj" >
<Project > {872ecd6f-30e3-4a1b-b17c-15e87d373ff6}</Project>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>