2024-11-15 01:49:05 +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 > {7EF67DAA-DBC0-4B7F-80E8-11B4D2CB7EC2}</ProjectGuid>
<Keyword > QtVS_v304</Keyword>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" > 10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" > 10.0</WindowsTargetPlatformVersion>
2024-11-15 06:20:19 +00:00
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
2024-11-15 01:49:05 +00:00
</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 > Application</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2024-11-25 01:30:14 +00:00
<UseInteloneMKL > Parallel</UseInteloneMKL>
<UseILP64Interfaces1A > true</UseILP64Interfaces1A>
2025-02-02 14:06:45 +00:00
<UseIntelMPI > false</UseIntelMPI>
2024-11-15 01:49:05 +00:00
</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;gui;widgets</QtModules>
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
2024-11-15 06:20:19 +00:00
<QtModules > core;xml;sql;gui;help;xmlpatterns;widgets;location;bluetooth;printsupport;dbus;charts;datavisualization</QtModules>
2024-11-15 01:49:05 +00:00
<QtBuildConfig > release</QtBuildConfig>
</PropertyGroup>
2024-11-15 06:20:19 +00:00
<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." />
2024-11-15 01:49:05 +00:00
</Target>
2024-11-25 10:09:24 +00:00
<ImportGroup Label= "ExtensionSettings" >
<Import Project= "$(VCTargetsPath)\BuildCustomizations\CUDA 12.6.props" />
</ImportGroup>
2024-11-15 01:49:05 +00:00
<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'" >
2024-12-24 06:35:27 +00:00
<IncludePath > .\SimulationSAR;.\GF3ProcessToolbox;.\BaseTool;$(IncludePath)</IncludePath>
2024-11-15 01:49:05 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2025-02-02 14:06:45 +00:00
<IncludePath > .\ToolBox\LAMPScatterTool;.\GPUTool;.\ToolBox\SimulationSAR;.\ToolBox\BaseToolbox;..\BaseCommonLibrary\BaseTool;$(oneMKLIncludeDir);$(IncludePath)</IncludePath>
2025-01-14 01:25:23 +00:00
<ReferencePath > C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\lib\x64;$(ReferencePath)</ReferencePath>
2025-02-02 14:06:45 +00:00
<CopyLocalProjectReference > true</CopyLocalProjectReference>
2024-11-15 01:49:05 +00:00
</PropertyGroup>
2024-11-15 06:20:19 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;_SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<OpenMPSupport > true</OpenMPSupport>
2025-01-06 11:56:45 +00:00
<Optimization > Disabled</Optimization>
<WholeProgramOptimization > false</WholeProgramOptimization>
2024-11-15 09:23:00 +00:00
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
2025-01-06 11:56:45 +00:00
<DebugInformationFormat > EditAndContinue</DebugInformationFormat>
<FavorSizeOrSpeed > Neither</FavorSizeOrSpeed>
2024-11-15 06:20:19 +00:00
</ClCompile>
2024-12-20 15:38:34 +00:00
<Link >
<LinkTimeCodeGeneration > Default</LinkTimeCodeGeneration>
<LargeAddressAware > true</LargeAddressAware>
2025-01-14 01:25:23 +00:00
<AdditionalDependencies > cublas.lib;%(AdditionalDependencies)</AdditionalDependencies>
2024-12-20 15:38:34 +00:00
</Link>
2025-01-08 05:50:02 +00:00
<CudaCompile >
<CodeGeneration > compute_86,sm_86</CodeGeneration>
2025-01-14 01:25:23 +00:00
<GenerateRelocatableDeviceCode > true</GenerateRelocatableDeviceCode>
2025-01-08 05:50:02 +00:00
</CudaCompile>
2024-11-15 06:20:19 +00:00
</ItemDefinitionGroup>
2024-11-15 01:49:05 +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 > Windows</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 >
2024-11-15 06:20:19 +00:00
<SubSystem > Console</SubSystem>
2024-11-15 09:23:00 +00:00
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
2024-12-20 15:38:34 +00:00
<EnableCOMDATFolding > false</EnableCOMDATFolding>
2024-11-15 01:49:05 +00:00
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2025-02-01 13:11:01 +00:00
<ClCompile Include= "QToolAbstract.cpp" />
2024-11-25 17:51:20 +00:00
<ClCompile Include= "RegisterToolbox.cpp" >
<DynamicSource Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > input</DynamicSource>
<QtMocFileName Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > %(Filename).moc</QtMocFileName>
<DynamicSource Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > input</DynamicSource>
<QtMocFileName Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > %(Filename).moc</QtMocFileName>
</ClCompile>
2025-02-01 13:11:01 +00:00
<ClCompile Include= "ToolBox\BaseToolbox\DEMLLA2XYZTool.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\GF3CalibrationAndGeocodingClass.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\GF3PSTNClass.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\QClipRasterByRowCols.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\QComplex2AmpPhase.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\QImportGF3StripL1ADataset.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\QOrthSlrRaster.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\QRDOrthProcessClass.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\SatelliteGF3xmlParser.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\SateOrbit.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\simptsn.cpp" />
<ClCompile Include= "ToolBox\BaseToolbox\WGS84_J2000.cpp" />
<ClCompile Include= "ToolBox\Imageshow\ImageShowDialogClass.cpp" />
<ClCompile Include= "ToolBox\Imageshow\qcustomplot.cpp" />
<ClCompile Include= "ToolBox\LAMPScatterTool\LAMPScatterS1B.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\GF3PSTNClass.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\QImageSARRFPC.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\QMergeRasterProcessDialog.cpp" />
2025-02-02 09:10:37 +00:00
<ClCompile Include= "ToolBox\SimulationSAR\QSARLookTableSimualtionGUI.cpp" />
2025-02-01 13:11:01 +00:00
<ClCompile Include= "ToolBox\SimulationSAR\QSimulationBPImage.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\QSimulationRFPCGUI.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\RFPCProcessCls.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\SARSatelliteSimulationAbstractCls.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\SARSimulationTaskSetting.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\SatelliteOribtModel.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\SigmaDatabase.cpp" />
<ClCompile Include= "ToolBox\SimulationSAR\TBPImageAlgCls.cpp" />
2024-11-15 06:20:19 +00:00
<QtRcc Include= "RasterProcessTool.qrc" />
2025-02-01 13:11:01 +00:00
<QtRcc Include= "ToolBox\Imageshow\qcustomplot.qrc" />
2024-11-15 06:20:19 +00:00
<QtUic Include= "RasterProcessTool.ui" />
<QtMoc Include= "RasterProcessTool.h" />
<ClCompile Include= "RasterProcessTool.cpp" />
<ClCompile Include= "main.cpp" />
2025-02-01 13:11:01 +00:00
<QtUic Include= "ToolBox\BaseToolbox\DEMLLA2XYZTool.ui" />
<QtUic Include= "ToolBox\BaseToolbox\QClipRasterByRowCols.ui" />
<QtUic Include= "ToolBox\BaseToolbox\QComplex2AmpPhase.ui" />
<QtUic Include= "ToolBox\BaseToolbox\QImportGF3StripL1ADataset.ui" />
<QtUic Include= "ToolBox\BaseToolbox\QOrthSlrRaster.ui" />
<QtUic Include= "ToolBox\BaseToolbox\QRDOrthProcessClass.ui" />
<QtUic Include= "ToolBox\Imageshow\ImageShowDialogClass.ui" />
<QtUic Include= "ToolBox\Imageshow\qcustomplot.ui" />
<QtUic Include= "ToolBox\SimulationSAR\QImageSARRFPC.ui" />
<QtUic Include= "ToolBox\SimulationSAR\QMergeRasterProcessDialog.ui" />
2025-02-02 09:10:37 +00:00
<QtUic Include= "ToolBox\SimulationSAR\QSARLookTableSimualtionGUI.ui" />
2025-02-01 13:11:01 +00:00
<QtUic Include= "ToolBox\SimulationSAR\QSimulationBPImage.ui" />
<QtUic Include= "ToolBox\SimulationSAR\QSimulationRFPCGUI.ui" />
2024-11-15 06:20:19 +00:00
</ItemGroup>
<ItemGroup >
2025-02-02 09:10:37 +00:00
<ClInclude Include= "GPUTool\GPUTool.cuh" />
2025-02-01 13:11:01 +00:00
<ClInclude Include= "ToolBox\BaseToolbox\GF3CalibrationAndGeocodingClass.h" />
<ClInclude Include= "ToolBox\BaseToolbox\GF3PSTNClass.h" />
<ClInclude Include= "ToolBox\BaseToolbox\SatelliteGF3xmlParser.h" />
<ClInclude Include= "ToolBox\BaseToolbox\SateOrbit.h" />
<ClInclude Include= "ToolBox\BaseToolbox\simptsn.h" />
<ClInclude Include= "ToolBox\BaseToolbox\WGS84_J2000.h" />
<ClInclude Include= "ToolBox\LAMPScatterTool\LAMPScatterS1B.h" />
2025-02-02 09:10:37 +00:00
<QtMoc Include= "ToolBox\SimulationSAR\QSARLookTableSimualtionGUI.h" />
<ClInclude Include= "ToolBox\SimulationSAR\GPURFPC.cuh" />
<ClInclude Include= "ToolBox\SimulationSAR\GPUTBPImage.cuh" />
2025-02-01 13:11:01 +00:00
<ClInclude Include= "ToolBox\SimulationSAR\RFPCProcessCls.h" />
<ClInclude Include= "ToolBox\SimulationSAR\SARSatelliteSimulationAbstractCls.h" />
<ClInclude Include= "ToolBox\SimulationSAR\SARSimulationTaskSetting.h" />
<ClInclude Include= "ToolBox\SimulationSAR\SatelliteOribtModel.h" />
<ClInclude Include= "ToolBox\SimulationSAR\SigmaDatabase.h" />
<ClInclude Include= "ToolBox\SimulationSAR\TBPImageAlgCls.h" />
<QtMoc Include= "ToolBox\SimulationSAR\QSimulationRFPCGUI.h" />
<QtMoc Include= "ToolBox\SimulationSAR\QSimulationBPImage.h" />
<QtMoc Include= "ToolBox\SimulationSAR\QMergeRasterProcessDialog.h" />
<QtMoc Include= "ToolBox\SimulationSAR\QImageSARRFPC.h" />
<QtMoc Include= "ToolBox\Imageshow\qcustomplot.h" />
<QtMoc Include= "ToolBox\Imageshow\ImageShowDialogClass.h" />
<QtMoc Include= "ToolBox\BaseToolbox\QRDOrthProcessClass.h" />
<QtMoc Include= "ToolBox\BaseToolbox\QOrthSlrRaster.h" />
<QtMoc Include= "ToolBox\BaseToolbox\QImportGF3StripL1ADataset.h" />
<QtMoc Include= "ToolBox\BaseToolbox\QComplex2AmpPhase.h" />
<QtMoc Include= "ToolBox\BaseToolbox\QClipRasterByRowCols.h" />
<QtMoc Include= "ToolBox\BaseToolbox\DEMLLA2XYZTool.h" />
<QtMoc Include= "QToolAbstract.h" />
2024-11-25 17:51:20 +00:00
<QtMoc Include= "RegisterToolbox.h" />
2024-11-15 01:49:05 +00:00
</ItemGroup>
2024-11-25 10:09:24 +00:00
<ItemGroup >
2024-12-24 07:27:09 +00:00
<None Include= "cpp.hint" />
2024-11-25 10:09:24 +00:00
</ItemGroup>
2024-12-24 06:35:27 +00:00
<ItemGroup >
2025-02-02 09:10:37 +00:00
<CudaCompile Include= "GPUTool\GPUTool.cu" />
<CudaCompile Include= "ToolBox\SimulationSAR\GPURFPC.cu" />
2025-02-01 13:11:01 +00:00
<CudaCompile Include= "ToolBox\SimulationSAR\GPURFPCKernel.cu" />
2025-02-02 09:10:37 +00:00
<CudaCompile Include= "ToolBox\SimulationSAR\GPUTBPImage.cu" />
2024-12-24 06:35:27 +00:00
</ItemGroup>
2025-02-02 14:06:45 +00:00
<ItemGroup >
<ProjectReference Include= "..\BaseCommonLibrary\BaseCommonLibrary.vcxproj" >
<Project > {872ecd6f-30e3-4a1b-b17c-15e87d373ff6}</Project>
</ProjectReference>
</ItemGroup>
2024-11-15 01:49:05 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
2024-11-25 10:09:24 +00:00
<Import Project= "$(VCTargetsPath)\BuildCustomizations\CUDA 12.6.targets" />
2024-11-15 01:49:05 +00:00
</ImportGroup>
</Project>