PortOutput.vcxproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{D6B74292-7AD5-47B8-9D9C-2271FC28406B}</ProjectGuid>
  15. <Keyword>QtVS_v303</Keyword>
  16. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0.19041.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. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  22. <ConfigurationType>DynamicLibrary</ConfigurationType>
  23. <PlatformToolset>v142</PlatformToolset>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <PlatformToolset>v142</PlatformToolset>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  31. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  32. </Target>
  33. <ImportGroup Label="ExtensionSettings" />
  34. <ImportGroup Label="Shared" />
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  43. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  44. </ImportGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <OutDir>..\..\DebugBin\toolbox\</OutDir>
  47. <IntDir>..\..\Output\toolbox\$(ProjectName)\</IntDir>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <IntDir>..\..\Output\toolbox\$(ProjectName)\</IntDir>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  53. <ClCompile>
  54. <LanguageStandard>stdcpp17</LanguageStandard>
  55. </ClCompile>
  56. </ItemDefinitionGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
  58. <QtInstall>msvc2019_64</QtInstall>
  59. <QtModules>core;gui;widgets</QtModules>
  60. <QtBuildConfig>debug</QtBuildConfig>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
  63. <QtInstall>msvc2019_64</QtInstall>
  64. <QtModules>core</QtModules>
  65. <QtBuildConfig>release</QtBuildConfig>
  66. </PropertyGroup>
  67. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
  68. <Import Project="$(QtMsBuild)\qt.props" />
  69. </ImportGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  71. <ClCompile>
  72. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  73. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  74. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  75. <Optimization>Disabled</Optimization>
  76. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  77. <PreprocessorDefinitions>CST_VISIONPLUS_TOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. </ClCompile>
  79. <Link>
  80. <SubSystem>Windows</SubSystem>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. </Link>
  83. </ItemDefinitionGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  85. <ClCompile>
  86. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  87. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  88. <DebugInformationFormat>None</DebugInformationFormat>
  89. <Optimization>MaxSpeed</Optimization>
  90. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  91. <PreprocessorDefinitions>CST_VISIONPLUS_TOOL_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. </ClCompile>
  93. <Link>
  94. <SubSystem>Windows</SubSystem>
  95. <GenerateDebugInformation>false</GenerateDebugInformation>
  96. </Link>
  97. </ItemDefinitionGroup>
  98. <ItemGroup>
  99. <ClCompile Include="ToolDialog.cpp" />
  100. <ClInclude Include="..\..\Include\DllToolCommon.h" />
  101. <ClInclude Include="Tool.h" />
  102. <ClCompile Include="Tool.cpp" />
  103. <QtMoc Include="ToolDialog.h" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <QtUic Include="CToolDialog.ui" />
  107. </ItemGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  109. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  110. <Import Project="$(QtMsBuild)\qt.targets" />
  111. </ImportGroup>
  112. <ImportGroup Label="ExtensionTargets">
  113. </ImportGroup>
  114. </Project>