2014-07-30 14:17:46 +04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2021-09-12 13:04:05 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\array.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\basic.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\binheap.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\color.h" />
|
2023-06-09 06:27:04 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\cpuflags.h" />
|
2021-09-12 13:04:05 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\crlib.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\deque.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\detour.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\files.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\hashmap.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\http.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\lambda.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\library.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\logger.h" />
|
2023-06-09 06:27:04 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\mathlib.h" />
|
2021-09-12 13:04:05 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\memory.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\movable.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\override.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\platform.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\random.h" />
|
2021-09-14 15:10:14 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\simd.h" />
|
2023-06-23 19:52:46 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\simd\neon.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\simd\sse2.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\simd\sse2neon.h" />
|
2021-09-12 13:04:05 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\string.h" />
|
2023-05-06 20:14:03 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\thread.h" />
|
2023-05-12 20:00:06 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\timers.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\traits.h" />
|
2021-09-12 13:04:05 +03:00
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\twin.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\ulz.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\uniqueptr.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\crlib\crlib\vector.h" />
|
2023-05-12 20:00:06 +03:00
|
|
|
|
<ClInclude Include="..\ext\linkage\linkage\goldsrc.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\linkage\linkage\metamod.h" />
|
|
|
|
|
|
<ClInclude Include="..\ext\linkage\linkage\physint.h" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClInclude Include="..\inc\analyze.h" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
<ClInclude Include="..\inc\chatlib.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\config.h" />
|
2023-06-20 15:18:35 +03:00
|
|
|
|
<ClInclude Include="..\inc\constant.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\control.h" />
|
|
|
|
|
|
<ClInclude Include="..\inc\engine.h" />
|
|
|
|
|
|
<ClInclude Include="..\inc\graph.h" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
<ClInclude Include="..\inc\hooks.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\manager.h" />
|
|
|
|
|
|
<ClInclude Include="..\inc\message.h" />
|
2020-11-05 15:17:06 +03:00
|
|
|
|
<ClInclude Include="..\inc\module.h" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClInclude Include="..\inc\planner.h" />
|
|
|
|
|
|
<ClInclude Include="..\inc\practice.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\product.h" />
|
aim: verify camp angles from nav data before using them
aim: tweaked a bit grenade handling, so bots should use them more
aim: reduce time between selecting grenade and throwing it away
aim: removed hacks in look angles code, due to removing yb_whoose_your_daddy cvar
aim: use direct enemy origin from visibility check, and not re-calculate it
aim: update enemy prediction, so it now depends on frame interval for a bot
aim: additional height offset are tweaked, and now used only for difficulty 4
nav: tweaked a bit player avoidance code, and it's not preventing bot from checking terrain
nav: do not check banned nodes, when bucket sizes re too low
nav: cover nodes are now selected depending on total bots on server
nav: let bot enter pause task after long jump
nav: extend velocity by a little for a jump, like it was in first versions of bot
nav: stuck checking is now taken in account lower minimal speed if bot is ducking
fix: navigation reachability timers, so bots will have correct current node index while camping
fix: bots are unable to finish pickup or destroy breakable task, if target is not reachable
fix: cover nodes are now calculated as they should
fix: manual calling bots add_[t/ct] now ignores yb_join_team cvar
bot: tweaked a little difficulty levels, so level 4 is now nightmare level, and 3 is very heard
bot: minor refactoring and moving functions to correct source file
bot: add yb_economics_disrespect_percent, so bots can ignore economics and buy more different guns
bot: add yb_check_darkness that allows to disable darkness checks for bot, thus disallowing usage of flashlight
bot: camp buttons are now lightly depends on bot health
chat: welcome chat message from bots is now sent during first freeze time period
crlib: switch over to stdint.h and remove crlib-own types
crlib: fixed alignment in sse code
2023-04-07 14:46:49 +03:00
|
|
|
|
<ClInclude Include="..\inc\sounds.h" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClInclude Include="..\inc\storage.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\support.h" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
<ClInclude Include="..\inc\version.h" />
|
2023-06-29 20:17:46 +03:00
|
|
|
|
<ClInclude Include="..\inc\vision.h" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClInclude Include="..\inc\vistable.h" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClInclude Include="..\inc\yapb.h" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ResourceCompile Include="yapb.rc">
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
|
|
|
|
|
</ResourceCompile>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClCompile Include="..\src\analyze.cpp" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\botlib.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\chatlib.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\combat.cpp" />
|
2020-06-15 11:28:42 +03:00
|
|
|
|
<ClCompile Include="..\src\config.cpp" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\control.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\engine.cpp" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
<ClCompile Include="..\src\entities.cpp">
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
|
</ClCompile>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\graph.cpp" />
|
2024-01-19 00:03:45 +03:00
|
|
|
|
<ClCompile Include="..\src\hooks.cpp" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\linkage.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\manager.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\message.cpp" />
|
2020-11-05 15:17:06 +03:00
|
|
|
|
<ClCompile Include="..\src\module.cpp" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\navigate.cpp" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClCompile Include="..\src\planner.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\practice.cpp" />
|
aim: verify camp angles from nav data before using them
aim: tweaked a bit grenade handling, so bots should use them more
aim: reduce time between selecting grenade and throwing it away
aim: removed hacks in look angles code, due to removing yb_whoose_your_daddy cvar
aim: use direct enemy origin from visibility check, and not re-calculate it
aim: update enemy prediction, so it now depends on frame interval for a bot
aim: additional height offset are tweaked, and now used only for difficulty 4
nav: tweaked a bit player avoidance code, and it's not preventing bot from checking terrain
nav: do not check banned nodes, when bucket sizes re too low
nav: cover nodes are now selected depending on total bots on server
nav: let bot enter pause task after long jump
nav: extend velocity by a little for a jump, like it was in first versions of bot
nav: stuck checking is now taken in account lower minimal speed if bot is ducking
fix: navigation reachability timers, so bots will have correct current node index while camping
fix: bots are unable to finish pickup or destroy breakable task, if target is not reachable
fix: cover nodes are now calculated as they should
fix: manual calling bots add_[t/ct] now ignores yb_join_team cvar
bot: tweaked a little difficulty levels, so level 4 is now nightmare level, and 3 is very heard
bot: minor refactoring and moving functions to correct source file
bot: add yb_economics_disrespect_percent, so bots can ignore economics and buy more different guns
bot: add yb_check_darkness that allows to disable darkness checks for bot, thus disallowing usage of flashlight
bot: camp buttons are now lightly depends on bot health
chat: welcome chat message from bots is now sent during first freeze time period
crlib: switch over to stdint.h and remove crlib-own types
crlib: fixed alignment in sse code
2023-04-07 14:46:49 +03:00
|
|
|
|
<ClCompile Include="..\src\sounds.cpp" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClCompile Include="..\src\storage.cpp" />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<ClCompile Include="..\src\support.cpp" />
|
2023-05-10 09:08:34 +03:00
|
|
|
|
<ClCompile Include="..\src\tasks.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\src\vision.cpp" />
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<ClCompile Include="..\src\vistable.cpp" />
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</ItemGroup>
|
2016-09-13 22:45:47 +03:00
|
|
|
|
<ItemGroup>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<None Include="..\inc\version.h.in" />
|
2016-09-13 22:45:47 +03:00
|
|
|
|
</ItemGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{C232645A-3B99-48F4-A1F3-F20CF0A9568B}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>yapb</RootNamespace>
|
2015-06-04 11:52:48 +03:00
|
|
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
2019-05-05 01:01:12 +03:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2023-06-28 19:48:51 +03:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
2016-03-12 19:56:09 +03:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2020-06-21 09:45:09 +03:00
|
|
|
|
<EnableASAN>false</EnableASAN>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PropertyGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<EnableASAN>false</EnableASAN>
|
|
|
|
|
|
</PropertyGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
2023-06-28 19:48:51 +03:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2020-06-21 09:45:09 +03:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2020-11-23 00:06:18 +03:00
|
|
|
|
<EnableASAN>false</EnableASAN>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PropertyGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
|
<EnableASAN>false</EnableASAN>
|
|
|
|
|
|
</PropertyGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<OutDir>.\debug\</OutDir>
|
|
|
|
|
|
<IntDir>.\debug\inf\</IntDir>
|
|
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
2016-02-29 23:50:16 +03:00
|
|
|
|
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2023-05-12 20:00:06 +03:00
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PropertyGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<OutDir>.\x64\debug\</OutDir>
|
|
|
|
|
|
<IntDir>.\x64\debug\inf\</IntDir>
|
|
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
|
|
|
|
|
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
|
|
|
|
|
</PropertyGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<OutDir>.\release\</OutDir>
|
|
|
|
|
|
<IntDir>.\release\inf\</IntDir>
|
|
|
|
|
|
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
|
|
|
|
|
</PropertyGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<OutDir>.\x64\release\</OutDir>
|
|
|
|
|
|
<IntDir>.\x64\release\inf\</IntDir>
|
|
|
|
|
|
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
|
|
|
|
|
</PropertyGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<PreBuildEvent>
|
2015-06-04 13:14:22 +03:00
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
<CustomBuildStep>
|
|
|
|
|
|
<Command />
|
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<TypeLibraryName>./debug/yapb.tlb</TypeLibraryName>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<HeaderFileName />
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2023-05-12 20:00:06 +03:00
|
|
|
|
<AdditionalIncludeDirectories>..\vc;..\inc;..\ext;..\ext\crlib;..\ext\linkage;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-01-04 00:10:36 +03:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;CR_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-04-02 12:17:12 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PrecompiledHeader />
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<PrecompiledHeaderFile>yapb.h</PrecompiledHeaderFile>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PrecompiledHeaderOutputFile>.\debug\inf\yapb.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
|
<ExpandAttributedSource>false</ExpandAttributedSource>
|
2021-09-14 15:10:14 +03:00
|
|
|
|
<AssemblerOutput>NoListing</AssemblerOutput>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<AssemblerListingLocation>.\debug\asm\</AssemblerListingLocation>
|
|
|
|
|
|
<ObjectFileName>.\debug\obj\</ObjectFileName>
|
|
|
|
|
|
<ProgramDataBaseFileName>.\debug\inf</ProgramDataBaseFileName>
|
|
|
|
|
|
<BrowseInformation />
|
|
|
|
|
|
<BrowseInformationFile />
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<CompileAs>Default</CompileAs>
|
2020-11-23 00:06:18 +03:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<StringPooling>false</StringPooling>
|
2016-03-12 19:56:09 +03:00
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2021-09-14 15:10:14 +03:00
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
|
<Command />
|
|
|
|
|
|
</PreLinkEvent>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>.\debug\yapb.dll</OutputFile>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ProgramDatabaseFile>.\debug\inf\yapb.pdb</ProgramDatabaseFile>
|
|
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
|
|
|
|
<MapFileName>.\debug\inf\yapb.map</MapFileName>
|
|
|
|
|
|
<MapExports>true</MapExports>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
|
<DataExecutionPrevention />
|
|
|
|
|
|
<ImportLibrary>.\debug\inf\yapb.lib</ImportLibrary>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-06-04 13:59:00 +03:00
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</Link>
|
|
|
|
|
|
<PostBuildEvent>
|
2015-06-04 13:14:22 +03:00
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
<CustomBuildStep>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<TypeLibraryName>.\x64\debug\yapb.tlb</TypeLibraryName>
|
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<AdditionalIncludeDirectories>..\vc;..\inc;..\ext;..\ext\crlib;..\ext\linkage;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;CR_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<PrecompiledHeaderFile>yapb.h</PrecompiledHeaderFile>
|
|
|
|
|
|
<PrecompiledHeaderOutputFile>.\x64\debug\inf\yapb.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
|
<ExpandAttributedSource>false</ExpandAttributedSource>
|
|
|
|
|
|
<AssemblerOutput>NoListing</AssemblerOutput>
|
|
|
|
|
|
<AssemblerListingLocation>.\x64\debug\asm\</AssemblerListingLocation>
|
|
|
|
|
|
<ObjectFileName>.\x64\debug\obj\</ObjectFileName>
|
|
|
|
|
|
<ProgramDataBaseFileName>.\x64\debug\inf</ProgramDataBaseFileName>
|
|
|
|
|
|
<BrowseInformation>
|
|
|
|
|
|
</BrowseInformation>
|
|
|
|
|
|
<BrowseInformationFile>
|
|
|
|
|
|
</BrowseInformationFile>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<CompileAs>Default</CompileAs>
|
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
|
<StringPooling>false</StringPooling>
|
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PreLinkEvent>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>.\x64\debug\yapb.dll</OutputFile>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
|
<ProgramDatabaseFile>.\x64\debug\inf\yapb.pdb</ProgramDatabaseFile>
|
|
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
|
|
|
|
<MapFileName>.\x64\debug\inf\yapb.map</MapFileName>
|
|
|
|
|
|
<MapExports>true</MapExports>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
|
<ImportLibrary>.\x64\debug\inf\yapb.lib</ImportLibrary>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<PreBuildEvent>
|
2015-06-04 13:14:22 +03:00
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
<CustomBuildStep>
|
|
|
|
|
|
<Command />
|
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<TypeLibraryName>.\release\yapb.tlb</TypeLibraryName>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<HeaderFileName />
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<ClCompile>
|
2015-06-04 11:52:48 +03:00
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
2016-03-12 19:56:09 +03:00
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-05-12 20:00:06 +03:00
|
|
|
|
<AdditionalIncludeDirectories>..\vc;..\inc;..\ext;..\ext\crlib;..\ext\linkage;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-07-11 19:54:46 +03:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
2016-03-25 14:56:40 +03:00
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
2016-01-27 21:40:47 +03:00
|
|
|
|
<PrecompiledHeaderFile>
|
|
|
|
|
|
</PrecompiledHeaderFile>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<PrecompiledHeaderOutputFile>.\release\inf\yapb.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
|
<AssemblerListingLocation>.\release\asm\</AssemblerListingLocation>
|
|
|
|
|
|
<ProgramDataBaseFileName>.\release\inf\</ProgramDataBaseFileName>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2023-05-13 22:40:26 +03:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<InterproceduralOptimization>MultiFile</InterproceduralOptimization>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<FlushDenormalResultsToZero>true</FlushDenormalResultsToZero>
|
|
|
|
|
|
<Parallelization>false</Parallelization>
|
2021-09-14 15:10:14 +03:00
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
2015-06-06 14:19:19 +03:00
|
|
|
|
<Optimization>Full</Optimization>
|
2015-07-11 19:54:46 +03:00
|
|
|
|
<GenerateAlternateCodePaths>AVXI</GenerateAlternateCodePaths>
|
|
|
|
|
|
<UseProcessorExtensions>AVXI</UseProcessorExtensions>
|
2015-07-26 21:47:29 +03:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2016-01-27 21:40:47 +03:00
|
|
|
|
<PrecompiledHeaderOutputFileDirectory />
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2016-01-30 14:02:28 +03:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2016-03-12 19:56:09 +03:00
|
|
|
|
<StringPooling>true</StringPooling>
|
2019-07-01 21:10:00 +03:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2023-05-02 09:42:43 +03:00
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
|
<ResourceOutputFileName>$(IntDir)%(Filename).res</ResourceOutputFileName>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
|
<Command />
|
|
|
|
|
|
</PreLinkEvent>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>.\release\yapb.dll</OutputFile>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<DelayLoadDLLs>user32.dll;ws2_32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2023-05-13 22:40:26 +03:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<GenerateMapFile>false</GenerateMapFile>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2019-07-01 21:10:00 +03:00
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<SetChecksum>false</SetChecksum>
|
|
|
|
|
|
<DataExecutionPrevention />
|
|
|
|
|
|
<ImportLibrary>.\release\inf\yapb.lib</ImportLibrary>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
<MinimumRequiredVersion />
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-06-04 11:52:48 +03:00
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2015-06-04 13:59:00 +03:00
|
|
|
|
<ImageHasSafeExceptionHandlers>
|
|
|
|
|
|
</ImageHasSafeExceptionHandlers>
|
2020-06-12 18:52:38 +03:00
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
2016-01-27 21:40:47 +03:00
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
2019-07-01 21:10:00 +03:00
|
|
|
|
<ShowProgress>NotSet</ShowProgress>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</Link>
|
|
|
|
|
|
<PostBuildEvent>
|
2015-06-04 13:14:22 +03:00
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2023-05-25 05:20:30 +03:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
<CustomBuildStep>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<TypeLibraryName>.\release\yapb.tlb</TypeLibraryName>
|
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
|
|
<AdditionalIncludeDirectories>..\vc;..\inc;..\ext;..\ext\crlib;..\ext\linkage;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
|
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
|
<PrecompiledHeaderFile>
|
|
|
|
|
|
</PrecompiledHeaderFile>
|
|
|
|
|
|
<PrecompiledHeaderOutputFile>.\x64\release\inf\yapb.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
|
<AssemblerListingLocation>.\x64\release\asm\</AssemblerListingLocation>
|
|
|
|
|
|
<ProgramDataBaseFileName>.\x64\release\inf\</ProgramDataBaseFileName>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
|
<InterproceduralOptimization>MultiFile</InterproceduralOptimization>
|
|
|
|
|
|
<FlushDenormalResultsToZero>true</FlushDenormalResultsToZero>
|
|
|
|
|
|
<Parallelization>false</Parallelization>
|
|
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
|
<GenerateAlternateCodePaths>AVXI</GenerateAlternateCodePaths>
|
|
|
|
|
|
<UseProcessorExtensions>AVXI</UseProcessorExtensions>
|
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
|
<PrecompiledHeaderOutputFileDirectory>
|
|
|
|
|
|
</PrecompiledHeaderOutputFileDirectory>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
|
<ResourceOutputFileName>$(IntDir)%(Filename).res</ResourceOutputFileName>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PreLinkEvent>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>.\x64\release\yapb.dll</OutputFile>
|
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
|
<DelayLoadDLLs>user32.dll;ws2_32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<GenerateMapFile>false</GenerateMapFile>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<SetChecksum>false</SetChecksum>
|
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
|
<ImportLibrary>.\x64\release\inf\yapb.lib</ImportLibrary>
|
|
|
|
|
|
<MinimumRequiredVersion>
|
|
|
|
|
|
</MinimumRequiredVersion>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
|
|
<ImageHasSafeExceptionHandlers>
|
|
|
|
|
|
</ImageHasSafeExceptionHandlers>
|
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
|
<ShowProgress>NotSet</ShowProgress>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-07-30 14:17:46 +04:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
</Project>
|