You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			128 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			128 lines
		
	
	
		
			6.7 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|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{795A8611-044A-46D3-8DD9-13A338925BC4}</ProjectGuid>
 | |
|     <Keyword>QtVS_v304</Keyword>
 | |
|     <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
 | |
|     <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">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>Application</ConfigurationType>
 | |
|     <PlatformToolset>v143</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <PlatformToolset>v143</PlatformToolset>
 | |
|   </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>5.15.2_msvc2019_64</QtInstall>
 | |
|     <QtModules>core;gui;widgets</QtModules>
 | |
|     <QtBuildConfig>debug</QtBuildConfig>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
 | |
|     <QtInstall>5.15.2_msvc2019_64</QtInstall>
 | |
|     <QtModules>core;gui;widgets</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 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'">
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)MVS3.2.1\Include;$(ProjectDir)OpenCV455Simple\include;$(ProjectDir)Queue;$(ProjectDir)Camera;$(ProjectDir)WorkThread;$(ProjectDir)modbus;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalLibraryDirectories>$(ProjectDir)MVS3.2.1\lib\win64;$(ProjectDir)OpenCV455Simple\win64\vc14\lib;$(ProjectDir)modbus;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <AdditionalDependencies>MvCameraControl.lib;opencv_world455.lib;modbus.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
 | |
|     <ClCompile>
 | |
|       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
 | |
|     <ClCompile>
 | |
|       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="alg.cpp" />
 | |
|     <ClCompile Include="AlgCommon.cpp" />
 | |
|     <ClCompile Include="common.cpp" />
 | |
|     <ClCompile Include="Queue\ASyncQueue.cpp" />
 | |
|     <ClCompile Include="Queue\SyncQueue.cpp" />
 | |
|     <ClCompile Include="WorkThread\workthread.cpp" />
 | |
|     <QtRcc Include="CigaretteSingle.qrc" />
 | |
|     <QtUic Include="CigaretteSingle.ui" />
 | |
|     <QtMoc Include="CigaretteSingle.h" />
 | |
|     <ClCompile Include="Camera\hikcamera.cpp" />
 | |
|     <ClCompile Include="CigaretteSingle.cpp" />
 | |
|     <ClCompile Include="main.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="alg.h" />
 | |
|     <ClInclude Include="AlgCommon.h" />
 | |
|     <ClInclude Include="Camera\hikcamera.h" />
 | |
|     <ClInclude Include="common.h" />
 | |
|     <ClInclude Include="modbus\modbus.h" />
 | |
|     <ClInclude Include="Queue\ASyncQueue.h" />
 | |
|     <ClInclude Include="Queue\SyncQueue.h" />
 | |
|     <QtMoc Include="WorkThread\workthread.h" />
 | |
|     <QtMoc Include="WorkThread\savethread.h" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
 | |
|     <Import Project="$(QtMsBuild)\qt.targets" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |