2025-02-05 08:45:52 +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" >
2025-02-24 09:24:02 +00:00
<ProjectConfiguration Include= "Debug|ARM" >
<Configuration > Debug</Configuration>
<Platform > ARM</Platform>
</ProjectConfiguration>
2025-02-05 08:45:52 +00:00
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2025-02-24 09:24:02 +00:00
<ProjectConfiguration Include= "Release|ARM" >
<Configuration > Release</Configuration>
<Platform > ARM</Platform>
</ProjectConfiguration>
2025-02-05 08:45:52 +00:00
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
2025-02-06 13:18:25 +00:00
<ProjectGuid > {ED06DFCD-4B9F-41F7-8F25-1823C2398142}</ProjectGuid>
2025-02-05 08:45:52 +00:00
<Keyword > QtVS_v304</Keyword>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" > 10.0</WindowsTargetPlatformVersion>
2025-02-24 09:24:02 +00:00
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" > 10.0</WindowsTargetPlatformVersion>
2025-02-05 08:45:52 +00:00
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" > 10.0</WindowsTargetPlatformVersion>
2025-02-24 09:24:02 +00:00
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" > 10.0</WindowsTargetPlatformVersion>
2025-02-06 13:18:25 +00:00
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
2025-02-05 08:45:52 +00:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-05 08:45:52 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-05 08:45:52 +00:00
<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>
2025-02-17 07:03:09 +00:00
<QtModules > core;gui;widgets</QtModules>
2025-02-05 08:45:52 +00:00
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
<QtModules > core;gui;widgets</QtModules>
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
2025-02-05 08:45:52 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
2025-02-06 13:18:25 +00:00
<QtModules > core;xml;opengl;gui;xmlpatterns;widgets;location;printsupport;charts</QtModules>
2025-02-05 08:45:52 +00:00
<QtBuildConfig > release</QtBuildConfig>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
<QtModules > core;xml;opengl;gui;xmlpatterns;widgets;location;printsupport;charts</QtModules>
<QtBuildConfig > release</QtBuildConfig>
</PropertyGroup>
2025-02-06 13:18:25 +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." />
2025-02-05 08:45:52 +00:00
</Target>
2025-02-07 11:47:41 +00:00
<ImportGroup Label= "ExtensionSettings" >
<Import Project= "$(VCTargetsPath)\BuildCustomizations\CUDA 12.6.props" />
</ImportGroup>
2025-02-05 08:45:52 +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>
2025-02-24 09:24:02 +00:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
2025-02-05 08:45:52 +00:00
<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>
2025-02-24 09:24:02 +00:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
2025-02-05 08:45:52 +00:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2025-02-20 02:00:14 +00:00
<IncludePath > ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\SimulationSAR;.;..\..\LAMPSARProcessProgram\ToolBoxManager;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\RasterProcessToolWidget;..\..\RasterMainWidgetGUI;.\PowerSimulationIncoherent;..\..\ImageshowTool;..\..\ImageshowTool\Imageshow;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
2025-02-06 13:18:25 +00:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\Toolbox\</OutDir>
<TargetName > PluginTool_$(ProjectName)</TargetName>
2025-02-19 11:09:09 +00:00
<CopyLocalProjectReference > true</CopyLocalProjectReference>
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
2025-02-05 08:45:52 +00:00
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" >
<IncludePath > ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\SimulationSAR;.;..\..\LAMPSARProcessProgram\ToolBoxManager;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\RasterProcessToolWidget;..\..\RasterMainWidgetGUI;.\PowerSimulationIncoherent;..\..\ImageshowTool;..\..\ImageshowTool\Imageshow;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\Toolbox\</OutDir>
<TargetName > PluginTool_$(ProjectName)</TargetName>
<CopyLocalProjectReference > true</CopyLocalProjectReference>
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
</PropertyGroup>
2025-02-06 13:18:25 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<OpenMPSupport > true</OpenMPSupport>
2025-02-09 18:16:07 +00:00
<LanguageStandard > stdcpp14</LanguageStandard>
<LanguageStandard_C > stdc11</LanguageStandard_C>
2025-02-06 13:18:25 +00:00
</ClCompile>
2025-02-07 11:47:41 +00:00
<CudaCompile >
<GenerateRelocatableDeviceCode > true</GenerateRelocatableDeviceCode>
<CodeGeneration > compute_86,sm_86</CodeGeneration>
</CudaCompile>
2025-02-06 13:18:25 +00:00
</ItemDefinitionGroup>
2025-02-24 09:24:02 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" >
<ClCompile >
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<OpenMPSupport > true</OpenMPSupport>
<LanguageStandard > stdcpp14</LanguageStandard>
<LanguageStandard_C > stdc11</LanguageStandard_C>
</ClCompile>
<CudaCompile >
<GenerateRelocatableDeviceCode > true</GenerateRelocatableDeviceCode>
<CodeGeneration > compute_86,sm_86</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
2025-02-05 08:45:52 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2025-02-06 13:18:25 +00:00
<PreprocessorDefinitions > SIMULATIONSARTOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2025-02-05 08:45:52 +00:00
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
2025-02-24 09:24:02 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<PreprocessorDefinitions > SIMULATIONSARTOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
2025-02-05 08:45:52 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2025-02-24 09:24:02 +00:00
<PreprocessorDefinitions > SIMULATIONSARTOOL_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" Label= "Configuration" >
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2025-02-06 13:18:25 +00:00
<PreprocessorDefinitions > SIMULATIONSARTOOL_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2025-02-05 08:45:52 +00:00
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
2025-02-06 13:18:25 +00:00
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
2025-02-05 08:45:52 +00:00
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2025-02-12 01:34:03 +00:00
<ClCompile Include= "PowerSimulationIncoherent\OribtModelOperator.cpp" />
2025-02-24 06:25:01 +00:00
<ClCompile Include= "PowerSimulationIncoherent\QCreateSARIntensityByLookTableDialog.cpp" />
2025-02-17 07:03:09 +00:00
<ClCompile Include= "PowerSimulationIncoherent\QSimulationLookTableDialog.cpp" />
2025-02-12 01:34:03 +00:00
<ClCompile Include= "PowerSimulationIncoherent\QSimulationSARPolynomialOrbitModel.cpp" />
2025-02-06 13:18:25 +00:00
<ClCompile Include= "SimulationSAR\QImageSARRFPC.cpp" />
<ClCompile Include= "SimulationSAR\QSARLookTableSimualtionGUI.cpp" />
<ClCompile Include= "SimulationSAR\QSimulationBPImage.cpp" />
<ClCompile Include= "SimulationSAR\QSimulationRFPCGUI.cpp" />
<ClCompile Include= "SimulationSAR\RFPCProcessCls.cpp" />
<ClCompile Include= "SimulationSAR\SARSatelliteSimulationAbstractCls.cpp" />
<ClCompile Include= "SimulationSAR\SARSimulationTaskSetting.cpp" />
<ClCompile Include= "SimulationSAR\SatelliteOribtModel.cpp" />
<ClCompile Include= "SimulationSAR\SigmaDatabase.cpp" />
<ClCompile Include= "SimulationSAR\TBPImageAlgCls.cpp" />
2025-02-12 01:34:03 +00:00
<QtMoc Include= "PowerSimulationIncoherent\QSimulationSARPolynomialOrbitModel.h" />
2025-02-19 02:06:45 +00:00
<CudaCompile Include= "PowerSimulationIncoherent\LookTableSimulationComputer.cuh" />
2025-02-12 01:34:03 +00:00
<ClInclude Include= "PowerSimulationIncoherent\OribtModelOperator.h" />
2025-02-17 07:03:09 +00:00
<QtMoc Include= "PowerSimulationIncoherent\QSimulationLookTableDialog.h" />
2025-02-24 06:25:01 +00:00
<QtMoc Include= "PowerSimulationIncoherent\QCreateSARIntensityByLookTableDialog.h" />
2025-02-07 11:47:41 +00:00
<ClInclude Include= "SimulationSARToolAPI.h" />
2025-02-06 13:18:25 +00:00
<ClInclude Include= "simulationsartool_global.h" />
2025-02-07 11:47:41 +00:00
<QtMoc Include= "SimulationSAR\QImageSARRFPC.h" />
<QtMoc Include= "SimulationSAR\QSARLookTableSimualtionGUI.h" />
<QtMoc Include= "SimulationSAR\QSimulationBPImage.h" />
<QtMoc Include= "SimulationSAR\QSimulationRFPCGUI.h" />
2025-02-26 04:36:06 +00:00
<ClInclude Include= "SimulationSAR\GPUBPTool.cuh" />
2025-02-06 13:18:25 +00:00
<ClInclude Include= "SimulationSAR\RFPCProcessCls.h" />
<ClInclude Include= "SimulationSAR\SARSatelliteSimulationAbstractCls.h" />
<ClInclude Include= "SimulationSAR\SARSimulationTaskSetting.h" />
<ClInclude Include= "SimulationSAR\SatelliteOribtModel.h" />
<ClInclude Include= "SimulationSAR\SigmaDatabase.h" />
<ClInclude Include= "SimulationSAR\TBPImageAlgCls.h" />
<QtMoc Include= "SimulationSARTool.h" />
<ClCompile Include= "SimulationSARTool.cpp" />
</ItemGroup>
<ItemGroup >
2025-02-19 02:06:45 +00:00
<CudaCompile Include= "PowerSimulationIncoherent\LookTableSimulationComputer.cu" />
2025-02-26 04:36:06 +00:00
<CudaCompile Include= "SimulationSAR\GPUBPTool.cu" />
2025-02-07 11:47:41 +00:00
<CudaCompile Include= "SimulationSAR\GPURFPC.cu" >
<FileType > Document</FileType>
</CudaCompile>
<CudaCompile Include= "SimulationSAR\GPURFPC.cuh" />
<CudaCompile Include= "SimulationSAR\GPUTBPImage.cu" >
<FileType > Document</FileType>
</CudaCompile>
<CudaCompile Include= "SimulationSAR\GPUTBPImage.cuh" />
2025-02-06 13:18:25 +00:00
</ItemGroup>
<ItemGroup >
2025-02-24 06:25:01 +00:00
<QtUic Include= "PowerSimulationIncoherent\QCreateSARIntensityByLookTableDialog.ui" />
2025-02-17 07:03:09 +00:00
<QtUic Include= "PowerSimulationIncoherent\QSimulationLookTableDialog.ui" />
2025-02-12 01:34:03 +00:00
<QtUic Include= "PowerSimulationIncoherent\QSimulationSARPolynomialOrbitModel.ui" />
2025-02-06 13:18:25 +00:00
<QtUic Include= "SimulationSAR\QImageSARRFPC.ui" />
<QtUic Include= "SimulationSAR\QSARLookTableSimualtionGUI.ui" />
<QtUic Include= "SimulationSAR\QSimulationBPImage.ui" />
<QtUic Include= "SimulationSAR\QSimulationRFPCGUI.ui" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\BaseCommonLibrary\BaseCommonLibrary.vcxproj" >
<Project > {872ecd6f-30e3-4a1b-b17c-15e87d373ff6}</Project>
</ProjectReference>
2025-02-07 11:47:41 +00:00
<ProjectReference Include= "..\..\GPUBaseLib\GPUBaseLib.vcxproj" >
<Project > {b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
</ProjectReference>
2025-02-20 02:00:14 +00:00
<ProjectReference Include= "..\..\ImageshowTool\ImageshowTool.vcxproj" >
<Project > {8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
</ProjectReference>
2025-02-19 11:09:09 +00:00
<ProjectReference Include= "..\..\RasterMainWidgetGUI\RasterMainWidgetGUI.vcxproj" >
<Project > {e56b3878-a3dc-41a4-abf3-b628816d0d64}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\RasterProcessToolWidget\RasterProcessTool.vcxproj" >
2025-02-06 13:18:25 +00:00
<Project > {7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2}</Project>
</ProjectReference>
2025-02-05 08:45:52 +00:00
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
2025-02-07 11:47:41 +00:00
<Import Project= "$(VCTargetsPath)\BuildCustomizations\CUDA 12.6.targets" />
2025-02-05 08:45:52 +00:00
</ImportGroup>
</Project>