2025-05-08 15:00:13 +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 > {6386D3E3-B743-419F-8354-DA48D0B08728}</ProjectGuid>
<Keyword > QtVS_v304</Keyword>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" > 10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" > 10.0</WindowsTargetPlatformVersion>
2025-05-13 17:48:58 +00:00
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
2025-05-08 15:00:13 +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>
</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>
2025-05-20 07:18:00 +00:00
<QtModules > core;gui;widgets</QtModules>
2025-05-08 15:00:13 +00:00
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" Label= "QtSettings" >
<QtInstall > tools_qt5</QtInstall>
2025-05-20 07:18:00 +00:00
<QtModules > core;xml;sql;opengl;gui;widgets;location;dbus;charts;datavisualization</QtModules>
2025-05-08 15:00:13 +00:00
<QtBuildConfig > release</QtBuildConfig>
</PropertyGroup>
2025-05-13 17:48:58 +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-05-08 15:00:13 +00:00
</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'" >
2025-05-20 07:18:00 +00:00
<CopyLocalDeploymentContent > true</CopyLocalDeploymentContent>
<CopyLocalProjectReference > true</CopyLocalProjectReference>
<CopyLocalDebugSymbols > true</CopyLocalDebugSymbols>
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
2025-05-22 03:01:52 +00:00
<IncludePath > ..\GF3CalibrationAndOrthLib;..\GPUBaseLib;..\BaseCommonLibrary\ToolAbstract;..\BaseCommonLibrary\BaseTool;..\BaseCommonLibrary;.;$(IncludePath)</IncludePath>
2025-05-08 15:00:13 +00:00
</PropertyGroup>
2025-05-13 17:48:58 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Link >
2025-05-20 07:18:00 +00:00
<AdditionalDependencies > %(AdditionalDependencies)</AdditionalDependencies>
2025-05-13 17:48:58 +00:00
</Link>
2025-05-22 03:01:52 +00:00
<ClCompile >
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
2025-05-13 17:48:58 +00:00
</ItemDefinitionGroup>
2025-05-08 15:00:13 +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-05-20 07:18:00 +00:00
<GenerateDebugInformation > DebugFull</GenerateDebugInformation>
2025-05-08 15:00:13 +00:00
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "main.cpp" />
2025-05-20 07:18:00 +00:00
<ClCompile Include= "QGF3StripBatchProcessDialog.cpp" />
2025-05-13 17:48:58 +00:00
</ItemGroup>
<ItemGroup >
2025-05-20 07:18:00 +00:00
<QtMoc Include= "QGF3StripBatchProcessDialog.h" />
</ItemGroup>
<ItemGroup >
<QtUic Include= "QGF3StripBatchProcessDialog.ui" />
2025-05-08 15:00:13 +00:00
</ItemGroup>
2025-05-22 03:01:52 +00:00
<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>
</ItemGroup>
2025-05-08 15:00:13 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>