Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

130 строки
6.4 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. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  37. <ImportGroup Label="ExtensionSettings">
  38. </ImportGroup>
  39. <ImportGroup Label="Shared">
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  45. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  46. </ImportGroup>
  47. <PropertyGroup Label="UserMacros" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  49. <LinkIncremental>true</LinkIncremental>
  50. <IncludePath>F:\Programmieren\C++\vcpkg\installed\x64-windows-static-md\include;$(IncludePath)</IncludePath>
  51. <LibraryPath>F:\Programmieren\C++\vcpkg\installed\x64-windows-static-md\debug\lib;$(LibraryPath)</LibraryPath>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  54. <LinkIncremental>false</LinkIncremental>
  55. <IncludePath>F:\Programmieren\C++\vcpkg\installed\x64-windows\include;$(IncludePath)</IncludePath>
  56. <LibraryPath>F:\Programmieren\C++\vcpkg\installed\x64-windows\lib;$(LibraryPath)</LibraryPath>
  57. </PropertyGroup>
  58. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <VcpkgUseStatic>true</VcpkgUseStatic>
  60. <VcpkgTriplet>x64-windows-static-md</VcpkgTriplet>
  61. </PropertyGroup>
  62. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  63. <VcpkgUseStatic>true</VcpkgUseStatic>
  64. <VcpkgTriplet>x64-windows-static-md</VcpkgTriplet>
  65. </PropertyGroup>
  66. <PropertyGroup Label="Vcpkg">
  67. <VcpkgEnabled>true</VcpkgEnabled>
  68. <VcpkgAutoLink>false</VcpkgAutoLink>
  69. </PropertyGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <ClCompile>
  72. <WarningLevel>Level3</WarningLevel>
  73. <SDLCheck>true</SDLCheck>
  74. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <ConformanceMode>false</ConformanceMode>
  76. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  77. <LanguageStandard_C>stdc17</LanguageStandard_C>
  78. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  79. <LanguageStandard>stdcpp17</LanguageStandard>
  80. <BufferSecurityCheck>false</BufferSecurityCheck>
  81. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  82. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  83. </ClCompile>
  84. <Link>
  85. <SubSystem>Console</SubSystem>
  86. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  87. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <ClCompile>
  92. <WarningLevel>Level3</WarningLevel>
  93. <FunctionLevelLinking>true</FunctionLevelLinking>
  94. <IntrinsicFunctions>true</IntrinsicFunctions>
  95. <SDLCheck>true</SDLCheck>
  96. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <ConformanceMode>false</ConformanceMode>
  98. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  99. <Optimization>MaxSpeed</Optimization>
  100. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  101. <LanguageStandard_C>stdc17</LanguageStandard_C>
  102. <LanguageStandard>stdcpp17</LanguageStandard>
  103. <ExceptionHandling>Async</ExceptionHandling>
  104. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  105. <BufferSecurityCheck>false</BufferSecurityCheck>
  106. <DebugInformationFormat>None</DebugInformationFormat>
  107. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Console</SubSystem>
  111. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  112. <OptimizeReferences>true</OptimizeReferences>
  113. <GenerateDebugInformation>false</GenerateDebugInformation>
  114. <IgnoreAllDefaultLibraries>
  115. </IgnoreAllDefaultLibraries>
  116. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  117. <AdditionalOptions>/DEBUG:NONE %(AdditionalOptions)</AdditionalOptions>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemGroup>
  121. <ClCompile Include="BL3ProxySettings.cpp" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ClInclude Include="include\patternscan.hpp" />
  125. <ClInclude Include="SparkClasses.h" />
  126. </ItemGroup>
  127. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  128. <ImportGroup Label="ExtensionTargets">
  129. </ImportGroup>
  130. </Project>