fakeRaid.vcxproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. <ItemGroup>
  14. <ClCompile Include="fakeRaid\browseModal.cpp" />
  15. <ClCompile Include="fakeRaid\conflictItemWidget.cpp" />
  16. <ClCompile Include="fakeRaid\conflictModal.cpp" />
  17. <ClCompile Include="fakeRaid\fileItem.cpp" />
  18. <ClCompile Include="fakeRaid\iconProvider.cpp" />
  19. <ClCompile Include="fakeRaid\main.cpp" />
  20. <ClCompile Include="fakeRaid\mainWindow.cpp" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <QtMoc Include="fakeRaid\mainWindow.h" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <QtUic Include="fakeRaid\BrowseModal.ui" />
  27. <QtUic Include="fakeRaid\ConflictItemWidget.ui" />
  28. <QtUic Include="fakeRaid\ConflictModal.ui" />
  29. <QtUic Include="fakeRaid\MainWindow.ui" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <ClInclude Include="fakeRaid\browseModal.h" />
  33. <QtMoc Include="fakeRaid\conflictItemWidget.h" />
  34. <QtMoc Include="fakeRaid\conflictModal.h" />
  35. <ClInclude Include="fakeRaid\exports.h" />
  36. <ClInclude Include="fakeRaid\fileItem.h" />
  37. <ClInclude Include="fakeRaid\htmlFont.hh" />
  38. <ClInclude Include="fakeRaid\iconProvider.h" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="Engine.vcxproj">
  42. <Project>{f62d1642-3be3-44a3-a03a-116930004deb}</Project>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <PropertyGroup Label="Globals">
  46. <ProjectGuid>{8964FB88-5696-4D58-B832-124F25BEA5E8}</ProjectGuid>
  47. <Keyword>QtVS_v304</Keyword>
  48. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
  49. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion>
  50. <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
  51. </PropertyGroup>
  52. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  54. <ConfigurationType>Application</ConfigurationType>
  55. <PlatformToolset>v143</PlatformToolset>
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. <CharacterSet>Unicode</CharacterSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <PlatformToolset>v143</PlatformToolset>
  62. <UseDebugLibraries>false</UseDebugLibraries>
  63. <WholeProgramOptimization>true</WholeProgramOptimization>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  67. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  68. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  69. </ImportGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
  71. <QtInstall>Qt 6.7.2</QtInstall>
  72. <QtModules>core;gui;widgets</QtModules>
  73. <QtBuildConfig>debug</QtBuildConfig>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
  76. <QtInstall>Qt 6.7.2</QtInstall>
  77. <QtModules>core;gui;widgets</QtModules>
  78. <QtBuildConfig>release</QtBuildConfig>
  79. </PropertyGroup>
  80. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  81. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  82. </Target>
  83. <ImportGroup Label="ExtensionSettings" />
  84. <ImportGroup Label="Shared" />
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. <Import Project="$(QtMsBuild)\Qt.props" />
  88. </ImportGroup>
  89. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. <Import Project="$(QtMsBuild)\Qt.props" />
  92. </ImportGroup>
  93. <PropertyGroup Label="UserMacros" />
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  95. <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
  96. <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  99. <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
  100. <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  101. </PropertyGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  103. <ClCompile>
  104. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  105. <WarningLevel>Level3</WarningLevel>
  106. <SDLCheck>true</SDLCheck>
  107. <ConformanceMode>true</ConformanceMode>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Console</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  115. <ClCompile>
  116. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  117. <WarningLevel>Level3</WarningLevel>
  118. <SDLCheck>true</SDLCheck>
  119. <ConformanceMode>true</ConformanceMode>
  120. <FunctionLevelLinking>true</FunctionLevelLinking>
  121. <IntrinsicFunctions>true</IntrinsicFunctions>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Console</SubSystem>
  125. <GenerateDebugInformation>false</GenerateDebugInformation>
  126. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  127. <OptimizeReferences>true</OptimizeReferences>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  131. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  132. <Import Project="$(QtMsBuild)\qt.targets" />
  133. </ImportGroup>
  134. <ImportGroup Label="ExtensionTargets">
  135. </ImportGroup>
  136. </Project>