QtWidgets.vcxproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="17.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>{8CE225AE-E9A9-435B-9EF1-B63684842259}</ProjectGuid>
  15. <Keyword>QtVS_v304</Keyword>
  16. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
  17. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.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>v143</PlatformToolset>
  24. <UseDebugLibraries>true</UseDebugLibraries>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v143</PlatformToolset>
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  36. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  37. </ImportGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
  39. <QtInstall>Qt 6.7.2</QtInstall>
  40. <QtModules>core;gui;widgets</QtModules>
  41. <QtBuildConfig>debug</QtBuildConfig>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
  44. <QtInstall>Qt 6.7.2</QtInstall>
  45. <QtModules>core;gui;widgets</QtModules>
  46. <QtBuildConfig>release</QtBuildConfig>
  47. </PropertyGroup>
  48. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  49. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  50. </Target>
  51. <ImportGroup Label="ExtensionSettings" />
  52. <ImportGroup Label="Shared" />
  53. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="$(QtMsBuild)\Qt.props" />
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="$(QtMsBuild)\Qt.props" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  63. <IncludePath>$(MSBuildProjectDirectory)/includes;$(IncludePath)</IncludePath>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  66. <IncludePath>$(MSBuildProjectDirectory)/includes;$(IncludePath)</IncludePath>
  67. </PropertyGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  69. <ClCompile>
  70. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  71. <PreprocessorDefinitions>QTWIDGETS_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. <WarningLevel>Level3</WarningLevel>
  73. <SDLCheck>true</SDLCheck>
  74. <ConformanceMode>true</ConformanceMode>
  75. </ClCompile>
  76. <Link>
  77. <SubSystem>Windows</SubSystem>
  78. <GenerateDebugInformation>true</GenerateDebugInformation>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  82. <ClCompile>
  83. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  84. <PreprocessorDefinitions>QTWIDGETS_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. <WarningLevel>Level3</WarningLevel>
  86. <SDLCheck>true</SDLCheck>
  87. <ConformanceMode>true</ConformanceMode>
  88. <FunctionLevelLinking>true</FunctionLevelLinking>
  89. <IntrinsicFunctions>true</IntrinsicFunctions>
  90. </ClCompile>
  91. <Link>
  92. <SubSystem>Windows</SubSystem>
  93. <GenerateDebugInformation>false</GenerateDebugInformation>
  94. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  95. <OptimizeReferences>true</OptimizeReferences>
  96. </Link>
  97. </ItemDefinitionGroup>
  98. <ItemGroup>
  99. <ClCompile Include="src\breadcrumb.cpp" />
  100. <ClCompile Include="src\checkableComboBox.cpp" />
  101. <ClCompile Include="src\QtWidgets.cpp" />
  102. <QtMoc Include="includes\checkableComboBox.h" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <QtMoc Include="includes\breadcrumb.h" />
  106. <ClInclude Include="includes\QtWidgets.h" />
  107. <ClInclude Include="includes\qtwidgets_global.h" />
  108. </ItemGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  110. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  111. <Import Project="$(QtMsBuild)\qt.targets" />
  112. </ImportGroup>
  113. <ImportGroup Label="ExtensionTargets">
  114. </ImportGroup>
  115. </Project>