CstCameraParameter.vcxproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{4F2C863C-2992-47D7-9290-5A16A4E9FB38}</ProjectGuid>
  15. <Keyword>QtVS_v303</Keyword>
  16. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
  17. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.19041.0</WindowsTargetPlatformVersion>
  18. <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
  19. <ProjectName>CstCameraParameter</ProjectName>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  23. <ConfigurationType>DynamicLibrary</ConfigurationType>
  24. <PlatformToolset>v143</PlatformToolset>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <PlatformToolset>v143</PlatformToolset>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  32. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  33. </Target>
  34. <ImportGroup Label="ExtensionSettings" />
  35. <ImportGroup Label="Shared" />
  36. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros" />
  43. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  44. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  45. </ImportGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  47. <OutDir>..\..\DebugBin\toolbox\</OutDir>
  48. <IntDir>..\..\Output\debug\toolbox\$(ProjectName)\</IntDir>
  49. <IncludePath>..\..\Include\halcon;..\..\Include\halcon\halconcpp;..\..\Include\opencv;$(IncludePath)</IncludePath>
  50. <LibraryPath>..\..\lib\halcon\x64-win64;..\..\lib\opencv;$(LibraryPath)</LibraryPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  53. <IntDir>..\..\Output\release\toolbox\$(ProjectName)\</IntDir>
  54. <IncludePath>..\..\Include\halcon;..\..\Include\halcon\halconcpp;..\..\Include\opencv;$(IncludePath)</IncludePath>
  55. <LibraryPath>..\..\lib\halcon\x64-win64;..\..\lib\opencv;$(LibraryPath)</LibraryPath>
  56. <OutDir>..\..\ReleaseBin\toolbox\</OutDir>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <ClCompile>
  60. <LanguageStandard>stdcpp17</LanguageStandard>
  61. </ClCompile>
  62. <Link>
  63. <AdditionalDependencies>opencv_world410d.lib;halconcpp.lib;ShowUnit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  64. <AdditionalLibraryDirectories>..\..\lib\debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  65. <ProgramDatabaseFile>..\..\Output\pdb\toolbox\$(TargetName)_d.pdb </ProgramDatabaseFile>
  66. </Link>
  67. <PostBuildEvent>
  68. <Command>del /f /s /q $(TargetDir)$(ProjectName).lib
  69. del /f /s /q $(TargetDir)$(ProjectName).exp
  70. del /f /s /q $(TargetDir)$(ProjectName).ilk</Command>
  71. </PostBuildEvent>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Link>
  75. <AdditionalDependencies>opencv_world410.lib;halconcpp.lib;ShowUnit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  76. <AdditionalLibraryDirectories>..\..\lib\release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  77. <ProgramDatabaseFile>..\..\Output\pdb\toolbox\$(TargetName).pdb </ProgramDatabaseFile>
  78. </Link>
  79. <ClCompile>
  80. <LanguageStandard>stdcpp17</LanguageStandard>
  81. </ClCompile>
  82. <PostBuildEvent>
  83. <Command>del /f /s /q $(TargetDir)$(ProjectName).lib
  84. del /f /s /q $(TargetDir)$(ProjectName).exp
  85. del /f /s /q $(TargetDir)$(ProjectName).ilk</Command>
  86. </PostBuildEvent>
  87. </ItemDefinitionGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
  89. <QtInstall>msvc2017_64</QtInstall>
  90. <QtModules>core;gui;widgets</QtModules>
  91. <QtBuildConfig>debug</QtBuildConfig>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
  94. <QtInstall>msvc2017_64</QtInstall>
  95. <QtModules>core;gui;widgets</QtModules>
  96. <QtBuildConfig>release</QtBuildConfig>
  97. </PropertyGroup>
  98. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
  99. <Import Project="$(QtMsBuild)\qt.props" />
  100. </ImportGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  102. <ClCompile>
  103. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  104. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  105. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  106. <Optimization>Disabled</Optimization>
  107. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  108. <PreprocessorDefinitions>CST_VISIONPLUS_TOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Windows</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  116. <ClCompile>
  117. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  118. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  119. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  120. <Optimization>Disabled</Optimization>
  121. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  122. <PreprocessorDefinitions>CST_VISIONPLUS_TOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Windows</SubSystem>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemGroup>
  130. <ClCompile Include="..\..\Common\DataStructure.cpp" />
  131. <ClCompile Include="ToolDialog.cpp" />
  132. <ClCompile Include="ToolInterface.cpp" />
  133. <QtMoc Include="..\..\Common\DataStructure.h" />
  134. <ClInclude Include="..\..\Common\DllToolCommon.h" />
  135. <QtMoc Include="..\..\Common\Utility.h" />
  136. <ClInclude Include="CameraBaseClass\IBaseCamCommon.h" />
  137. <ClInclude Include="CameraBaseClass\IBaseCamera.h" />
  138. <ClInclude Include="CameraBaseClass\IBaseCamParamConfig.h" />
  139. <ClInclude Include="Tool.h" />
  140. <ClCompile Include="Tool.cpp" />
  141. <QtMoc Include="ToolDialog.h" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <QtUic Include="CToolDialog.ui" />
  145. </ItemGroup>
  146. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  147. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  148. <Import Project="$(QtMsBuild)\qt.targets" />
  149. </ImportGroup>
  150. <ImportGroup Label="ExtensionTargets">
  151. </ImportGroup>
  152. </Project>