Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

127 рядки
6.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <VCProjectVersion>16.0</VCProjectVersion>
  15. <Keyword>Win32Proj</Keyword>
  16. <ProjectGuid>{e70933c3-6395-4bb1-9b30-fb35d92d1643}</ProjectGuid>
  17. <RootNamespace>BL3ProxySettings</RootNamespace>
  18. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  22. <ConfigurationType>DynamicLibrary</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v142</PlatformToolset>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>ClangCL</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. <UseOfMfc>false</UseOfMfc>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="Shared">
  39. </ImportGroup>
  40. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  44. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  45. </ImportGroup>
  46. <PropertyGroup Label="UserMacros" />
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  48. <LinkIncremental>true</LinkIncremental>
  49. <IncludePath>F:\Programmieren\C++\vcpkg\installed\x64-windows-static-md\include;$(IncludePath)</IncludePath>
  50. <LibraryPath>F:\Programmieren\C++\vcpkg\installed\x64-windows-static-md\debug\lib;$(LibraryPath)</LibraryPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  53. <LinkIncremental>false</LinkIncremental>
  54. <IncludePath>F:\Programmieren\C++\vcpkg\installed\x64-windows\include;$(IncludePath)</IncludePath>
  55. <LibraryPath>F:\Programmieren\C++\vcpkg\installed\x64-windows\lib;$(LibraryPath)</LibraryPath>
  56. </PropertyGroup>
  57. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  58. <VcpkgUseStatic>true</VcpkgUseStatic>
  59. <VcpkgTriplet>x64-windows-static-md</VcpkgTriplet>
  60. </PropertyGroup>
  61. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  62. <VcpkgUseStatic>true</VcpkgUseStatic>
  63. <VcpkgTriplet>x64-windows-static-md</VcpkgTriplet>
  64. </PropertyGroup>
  65. <PropertyGroup Label="Vcpkg">
  66. <VcpkgEnabled>true</VcpkgEnabled>
  67. <VcpkgAutoLink>false</VcpkgAutoLink>
  68. </PropertyGroup>
  69. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  70. <ClCompile>
  71. <WarningLevel>Level3</WarningLevel>
  72. <SDLCheck>true</SDLCheck>
  73. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74. <ConformanceMode>false</ConformanceMode>
  75. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  76. <LanguageStandard_C>stdc17</LanguageStandard_C>
  77. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  78. <LanguageStandard>stdcpp17</LanguageStandard>
  79. <BufferSecurityCheck>false</BufferSecurityCheck>
  80. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  81. </ClCompile>
  82. <Link>
  83. <SubSystem>Console</SubSystem>
  84. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  85. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  86. </Link>
  87. </ItemDefinitionGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <ClCompile>
  90. <WarningLevel>Level3</WarningLevel>
  91. <FunctionLevelLinking>true</FunctionLevelLinking>
  92. <IntrinsicFunctions>true</IntrinsicFunctions>
  93. <SDLCheck>true</SDLCheck>
  94. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <ConformanceMode>false</ConformanceMode>
  96. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  97. <Optimization>MaxSpeed</Optimization>
  98. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  99. <LanguageStandard_C>stdc17</LanguageStandard_C>
  100. <LanguageStandard>stdcpp17</LanguageStandard>
  101. <ExceptionHandling>Async</ExceptionHandling>
  102. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  103. <BufferSecurityCheck>false</BufferSecurityCheck>
  104. <DebugInformationFormat>None</DebugInformationFormat>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Console</SubSystem>
  108. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  109. <OptimizeReferences>true</OptimizeReferences>
  110. <GenerateDebugInformation>false</GenerateDebugInformation>
  111. <IgnoreAllDefaultLibraries>
  112. </IgnoreAllDefaultLibraries>
  113. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  114. <AdditionalOptions>/DEBUG:NONE %(AdditionalOptions)</AdditionalOptions>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemGroup>
  118. <ClCompile Include="BL3ProxySettings.cpp" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ClInclude Include="include\patternscan.hpp" />
  122. <ClInclude Include="SparkClasses.h" />
  123. </ItemGroup>
  124. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  125. <ImportGroup Label="ExtensionTargets">
  126. </ImportGroup>
  127. </Project>