2025-02-02 14:06:45 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" 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-02 14:06:45 +00:00
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
2025-02-24 09:24:02 +00:00
<ProjectConfiguration Include= "Release|ARM" >
<Configuration > Release</Configuration>
<Platform > ARM</Platform>
</ProjectConfiguration>
2025-02-02 14:06:45 +00:00
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<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" >
<VCProjectVersion > 17.0</VCProjectVersion>
<Keyword > Win32Proj</Keyword>
<ProjectGuid > {872ecd6f-30e3-4a1b-b17c-15e87d373ff6}</ProjectGuid>
<RootNamespace > BaseCommonLibrary</RootNamespace>
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
<Keyword > QtVS_v304</Keyword>
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-02 14:06:45 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<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>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2025-02-02 14:06:45 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project= "$(QtMsBuild)\qt_defaults.props" Condition= "Exists('$(QtMsBuild)\qt_defaults.props')" />
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<QtModules > core;gui;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<QtModules > core;gui;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<QtModules > core;gui;widgets</QtModules>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" Label= "QtSettings" >
<QtModules > core;gui;widgets</QtModules>
</PropertyGroup>
2025-02-02 14:06:45 +00:00
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<QtModules > core;xml;sql;opengl;gui;svg;xmlpatterns;widgets;location;positioning;openglextensions;charts</QtModules>
<QtPlugin > false</QtPlugin>
<QtInstall > tools_qt5</QtInstall>
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" Label= "QtSettings" >
<QtModules > core;xml;sql;opengl;gui;svg;xmlpatterns;widgets;location;positioning;openglextensions;charts</QtModules>
<QtPlugin > false</QtPlugin>
<QtInstall > tools_qt5</QtInstall>
</PropertyGroup>
2025-02-02 14:06:45 +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." />
</Target>
2025-02-06 13:18:25 +00:00
<ImportGroup Label= "ExtensionSettings" />
2025-02-02 14:06:45 +00:00
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<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|Win32'" >
<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)'=='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-02 14:06:45 +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-02 14:06:45 +00:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<IncludePath > ./BaseTool;$(IncludePath)</IncludePath>
2025-02-19 11:09:09 +00:00
<CopyLocalProjectReference > true</CopyLocalProjectReference>
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
2025-02-02 14:06:45 +00:00
</PropertyGroup>
2025-02-24 09:24:02 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" >
<IncludePath > ./BaseTool;$(IncludePath)</IncludePath>
<CopyLocalProjectReference > true</CopyLocalProjectReference>
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
</PropertyGroup>
2025-02-02 14:06:45 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > WIN32;_DEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableUAC > false</EnableUAC>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > WIN32;NDEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableUAC > false</EnableUAC>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
2025-02-13 05:58:34 +00:00
<PrecompiledHeader > NotUsing</PrecompiledHeader>
2025-02-02 14:06:45 +00:00
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableUAC > false</EnableUAC>
</Link>
</ItemDefinitionGroup>
2025-02-24 09:24:02 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableUAC > false</EnableUAC>
</Link>
</ItemDefinitionGroup>
2025-02-02 14:06:45 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;BASECONSTVARIABLE_API;_SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<EnableEnhancedInstructionSet > StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<OpenMPSupport > true</OpenMPSupport>
2025-02-09 18:16:07 +00:00
<LanguageStandard > stdcpp14</LanguageStandard>
<LanguageStandard_C > stdc11</LanguageStandard_C>
2025-02-02 14:06:45 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
2025-02-06 13:18:25 +00:00
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
2025-02-02 14:06:45 +00:00
<EnableUAC > false</EnableUAC>
</Link>
2025-02-06 13:18:25 +00:00
<CudaCompile >
<GenerateRelocatableDeviceCode > true</GenerateRelocatableDeviceCode>
<CodeGeneration > compute_82,sm_82</CodeGeneration>
</CudaCompile>
2025-02-02 14:06:45 +00:00
</ItemDefinitionGroup>
2025-02-24 09:24:02 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;BASECOMMONLIBRARY_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;BASECONSTVARIABLE_API;_SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<EnableEnhancedInstructionSet > StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<OpenMPSupport > true</OpenMPSupport>
<LanguageStandard > stdcpp14</LanguageStandard>
<LanguageStandard_C > stdc11</LanguageStandard_C>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
<EnableUAC > false</EnableUAC>
</Link>
<CudaCompile >
<GenerateRelocatableDeviceCode > true</GenerateRelocatableDeviceCode>
<CodeGeneration > compute_82,sm_82</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
2025-02-02 14:06:45 +00:00
<ItemGroup >
<ClInclude Include= "BaseTool\BaseConstVariable.h" />
<ClInclude Include= "BaseTool\BaseTool.h" />
<ClInclude Include= "BaseTool\EchoDataFormat.h" />
<ClInclude Include= "BaseTool\FileOperator.h" />
<ClInclude Include= "BaseTool\GeoOperator.h" />
<ClInclude Include= "BaseTool\ImageOperatorBase.h" />
<ClInclude Include= "BaseTool\LogInfoCls.h" />
2025-02-06 13:18:25 +00:00
<QtMoc Include= "ToolAbstract\QToolAbstract.h" />
2025-02-02 14:06:45 +00:00
<QtMoc Include= "BaseTool\QToolProcessBarDialog.h" />
2025-02-19 02:06:45 +00:00
<ClInclude Include= "BaseTool\PrintMsgToQDebug.h" />
2025-02-02 14:06:45 +00:00
<ClInclude Include= "BaseTool\RasterToolBase.h" />
<ClInclude Include= "BaseTool\SARSimulationImageL1.h" />
<ClInclude Include= "BaseTool\stdafx.h" />
<ClInclude Include= "framework.h" />
<ClInclude Include= "pch.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "BaseTool\BaseTool.cpp" />
<ClCompile Include= "BaseTool\EchoDataFormat.cpp" />
<ClCompile Include= "BaseTool\FileOperator.cpp" />
<ClCompile Include= "BaseTool\GeoOperator.cpp" />
<ClCompile Include= "BaseTool\ImageOperatorBase.cpp" />
<ClCompile Include= "BaseTool\LogInfoCls.cpp" />
2025-02-19 02:06:45 +00:00
<ClCompile Include= "BaseTool\PrintMsgToQDebug.cpp" />
2025-02-02 14:06:45 +00:00
<ClCompile Include= "BaseTool\QToolProcessBarDialog.cpp" />
<ClCompile Include= "BaseTool\RasterToolBase.cpp" />
<ClCompile Include= "BaseTool\SARSimulationImageL1.cpp" />
<ClCompile Include= "BaseTool\stdafx.cpp" />
<ClCompile Include= "dllmain.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Create</PrecompiledHeader>
2025-02-24 09:24:02 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|ARM'" > Create</PrecompiledHeader>
2025-02-02 14:06:45 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Create</PrecompiledHeader>
2025-02-24 09:24:02 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|ARM'" > Create</PrecompiledHeader>
2025-02-02 14:06:45 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > Create</PrecompiledHeader>
</ClCompile>
2025-02-06 13:18:25 +00:00
<ClCompile Include= "ToolAbstract\QToolAbstract.cpp" />
2025-02-02 14:06:45 +00:00
</ItemGroup>
<ItemGroup >
<QtUic Include= "BaseTool\QToolProcessBarDialog.ui" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project= "$(QtMsBuild)\qt.targets" Condition= "Exists('$(QtMsBuild)\qt.targets')" />
2025-02-06 13:18:25 +00:00
<ImportGroup Label= "ExtensionTargets" />
2025-02-02 14:06:45 +00:00
</Project>