Crypto.vcxproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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="Crypto\Crypto.cpp" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ClInclude Include="Crypto\Crypto.h" />
  18. </ItemGroup>
  19. <PropertyGroup Label="Globals">
  20. <ProjectGuid>{4814536A-05B1-47B7-8843-4C654A601717}</ProjectGuid>
  21. <Keyword>QtVS_v304</Keyword>
  22. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>
  23. <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion>
  24. <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v143</PlatformToolset>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <PlatformToolset>v143</PlatformToolset>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  41. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  42. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  43. </ImportGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
  45. <QtInstall>Qt 6.7.2</QtInstall>
  46. <QtModules>core</QtModules>
  47. <QtBuildConfig>debug</QtBuildConfig>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
  50. <QtInstall>Qt 6.7.2</QtInstall>
  51. <QtModules>core</QtModules>
  52. <QtBuildConfig>release</QtBuildConfig>
  53. </PropertyGroup>
  54. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  55. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  56. </Target>
  57. <ImportGroup Label="ExtensionSettings" />
  58. <ImportGroup Label="Shared" />
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(QtMsBuild)\Qt.props" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="$(QtMsBuild)\Qt.props" />
  66. </ImportGroup>
  67. <PropertyGroup Label="UserMacros" />
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  69. <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
  70. <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  73. <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
  74. <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  75. </PropertyGroup>
  76. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
  77. <ClCompile>
  78. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  79. <PreprocessorDefinitions>CRYPTO_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <WarningLevel>Level3</WarningLevel>
  81. <SDLCheck>true</SDLCheck>
  82. <ConformanceMode>true</ConformanceMode>
  83. </ClCompile>
  84. <Link>
  85. <SubSystem>Windows</SubSystem>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. </Link>
  88. </ItemDefinitionGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
  90. <ClCompile>
  91. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  92. <PreprocessorDefinitions>CRYPTO_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <WarningLevel>Level3</WarningLevel>
  94. <SDLCheck>true</SDLCheck>
  95. <ConformanceMode>true</ConformanceMode>
  96. <FunctionLevelLinking>true</FunctionLevelLinking>
  97. <IntrinsicFunctions>true</IntrinsicFunctions>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>false</GenerateDebugInformation>
  102. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  103. <OptimizeReferences>true</OptimizeReferences>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  107. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  108. <Import Project="$(QtMsBuild)\qt.targets" />
  109. </ImportGroup>
  110. <ImportGroup Label="ExtensionTargets">
  111. </ImportGroup>
  112. </Project>