274 lines
15 KiB
XML
274 lines
15 KiB
XML
<?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|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{070C157E-3C30-4E2B-A80C-CBC7B74DF03F}</ProjectGuid>
|
|
<Keyword>QtVS_v304</Keyword>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">10.0</WindowsTargetPlatformVersion>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">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>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</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>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" 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;gui;widgets</QtModules>
|
|
<QtBuildConfig>debug</QtBuildConfig>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" 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>
|
|
<QtModules>core;xml;opengl;gui;xmlpatterns;widgets;location;printsupport;charts</QtModules>
|
|
<QtBuildConfig>release</QtBuildConfig>
|
|
</PropertyGroup>
|
|
<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>
|
|
<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 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>
|
|
<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>
|
|
<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>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<IncludePath>..\..\GF3CalibrationAndOrthLib;..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\BaseToolbox;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\RasterMainWidgetGUI;..\..\SPG4Tool;..\..\RasterProcessToolWidget;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\Toolbox\</OutDir>
|
|
<TargetName>PluginTool_$(ProjectName)</TargetName>
|
|
<CopyLocalProjectReference>true</CopyLocalProjectReference>
|
|
<CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<IncludePath>..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\BaseToolbox;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\RasterMainWidgetGUI;..\..\RasterProcessToolWidget;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\Toolbox\</OutDir>
|
|
<TargetName>PluginTool_$(ProjectName)</TargetName>
|
|
<CopyLocalProjectReference>true</CopyLocalProjectReference>
|
|
<CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
<Optimization>Disabled</Optimization>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<ClCompile>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|
|
<ClCompile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>BASETOOLBOX_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
<ClCompile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>BASETOOLBOX_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<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>
|
|
<PreprocessorDefinitions>BASETOOLBOX_LIB;BASETOOLBOX_API;_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>
|
|
<PreprocessorDefinitions>BASETOOLBOX_LIB;BASETOOLBOX_API;_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>
|
|
<ItemGroup>
|
|
<ClCompile Include="BaseToolbox\DEMLLA2XYZTool.cpp" />
|
|
<ClCompile Include="BaseToolbox\QClipRasterByRowCols.cpp" />
|
|
<ClCompile Include="BaseToolbox\QComplex2AmpPhase.cpp" />
|
|
<ClCompile Include="BaseToolbox\QConvertCoordinateSystemDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\QDEMResampleDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\QImportGF3StripL1ADataset.cpp" />
|
|
<ClCompile Include="BaseToolbox\QMergeRasterProcessDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\QOrthSlrRaster.cpp" />
|
|
<ClCompile Include="BaseToolbox\QRDOrthProcessClass.cpp" />
|
|
<ClCompile Include="BaseToolbox\QResampleRefrenceRaster.cpp" />
|
|
<ClCompile Include="BaseToolbox\QtCreateGPSPointsDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\QtLookTableCorrectOffsetDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\RasterVRT2ENVIdataDialog.cpp" />
|
|
<ClCompile Include="BaseToolbox\simptsn.cpp" />
|
|
<ClCompile Include="BaseToolbox\WGS84_J2000.cpp" />
|
|
<ClCompile Include="SARSatalliteSimulationWorkflow.cpp" />
|
|
<QtMoc Include="SARSatalliteSimulationWorkflow.h" />
|
|
<QtMoc Include="BaseToolbox\DEMLLA2XYZTool.h" />
|
|
<QtMoc Include="BaseToolbox\QClipRasterByRowCols.h" />
|
|
<QtMoc Include="BaseToolbox\QComplex2AmpPhase.h" />
|
|
<QtMoc Include="BaseToolbox\QImportGF3StripL1ADataset.h" />
|
|
<QtMoc Include="BaseToolbox\QOrthSlrRaster.h" />
|
|
<QtMoc Include="BaseToolbox\QRDOrthProcessClass.h" />
|
|
<QtMoc Include="BaseToolbox\QMergeRasterProcessDialog.h" />
|
|
<QtMoc Include="BaseToolbox\QDEMResampleDialog.h" />
|
|
<QtMoc Include="BaseToolbox\QConvertCoordinateSystemDialog.h" />
|
|
<QtMoc Include="BaseToolbox\QResampleRefrenceRaster.h" />
|
|
<QtMoc Include="BaseToolbox\QtLookTableCorrectOffsetDialog.h" />
|
|
<QtMoc Include="BaseToolbox\QtCreateGPSPointsDialog.h" />
|
|
<QtMoc Include="BaseToolbox\RasterVRT2ENVIdataDialog.h" />
|
|
<ClInclude Include="BaseToolbox\simptsn.h" />
|
|
<ClInclude Include="BaseToolbox\WGS84_J2000.h" />
|
|
<ClInclude Include="basetoolbox_global.h" />
|
|
<QtMoc Include="BaseToolbox.h" />
|
|
<ClCompile Include="BaseToolbox.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<QtUic Include="BaseToolbox\DEMLLA2XYZTool.ui" />
|
|
<QtUic Include="BaseToolbox\QClipRasterByRowCols.ui" />
|
|
<QtUic Include="BaseToolbox\QComplex2AmpPhase.ui" />
|
|
<QtUic Include="BaseToolbox\QConvertCoordinateSystemDialog.ui" />
|
|
<QtUic Include="BaseToolbox\QDEMResampleDialog.ui" />
|
|
<QtUic Include="BaseToolbox\QImportGF3StripL1ADataset.ui" />
|
|
<QtUic Include="BaseToolbox\QMergeRasterProcessDialog.ui" />
|
|
<QtUic Include="BaseToolbox\QOrthSlrRaster.ui" />
|
|
<QtUic Include="BaseToolbox\QRDOrthProcessClass.ui" />
|
|
<QtUic Include="BaseToolbox\QResampleRefrenceRaster.ui" />
|
|
<QtUic Include="BaseToolbox\QtCreateGPSPointsDialog.ui" />
|
|
<QtUic Include="BaseToolbox\QtLookTableCorrectOffsetDialog.ui" />
|
|
<QtUic Include="BaseToolbox\RasterVRT2ENVIdataDialog.ui" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\BaseCommonLibrary\BaseCommonLibrary.vcxproj">
|
|
<Project>{872ecd6f-30e3-4a1b-b17c-15e87d373ff6}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\GF3CalibrationAndOrthLib\GF3CalibrationAndOrthLib.vcxproj">
|
|
<Project>{886f7829-af74-4f23-b3be-29b7b3c9843c}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\GPUBaseLib\GPUBaseLib.vcxproj">
|
|
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\RasterMainWidgetGUI\RasterMainWidgetGUI.vcxproj">
|
|
<Project>{e56b3878-a3dc-41a4-abf3-b628816d0d64}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\RasterProcessToolWidget\RasterProcessTool.vcxproj">
|
|
<Project>{7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\SPG4Tool\SPG4Tool.vcxproj">
|
|
<Project>{80a5854f-6f80-4ec2-9f73-84e0f4db8d7e}</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> |