|
25 | 25 | </ClCompile> |
26 | 26 | <ClCompile Include="src\modules\cbaseplayer.cpp" /> |
27 | 27 | <ClCompile Include="src\modules\cportal_player.cpp" /> |
| 28 | + <ClCompile Include="src\modules\misc.cpp" /> |
28 | 29 | <ClCompile Include="src\modules\gui.cpp"> |
29 | 30 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
30 | 31 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
117 | 118 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader> |
118 | 119 | <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.hpp</PrecompiledHeaderFile> |
119 | 120 | </ClCompile> |
120 | | - <ClCompile Include="src\sdk.cpp"> |
121 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader> |
122 | | - <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.hpp</PrecompiledHeaderFile> |
123 | | - </ClCompile> |
124 | 121 | <ClCompile Include="src\stdafx.cpp"> |
125 | 122 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
126 | 123 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
|
209 | 206 | <CompileAsManaged>false</CompileAsManaged> |
210 | 207 | <LinkCompiled>true</LinkCompiled> |
211 | 208 | </ClCompile> |
| 209 | + <ClCompile Include="src\utils\hook.cpp" /> |
212 | 210 | <ClCompile Include="src\utils\loggingsystem.cpp"> |
213 | 211 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
214 | 212 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
396 | 394 | <ClInclude Include="src\modules\cbaseentity.hpp" /> |
397 | 395 | <ClInclude Include="src\modules\cbaseplayer.hpp" /> |
398 | 396 | <ClInclude Include="src\modules\cportal_player.hpp" /> |
| 397 | + <ClInclude Include="src\modules\misc.hpp" /> |
399 | 398 | <ClInclude Include="src\modules\gui.hpp" /> |
400 | 399 | <ClInclude Include="src\p2sm.hpp" /> |
401 | | - <ClInclude Include="src\sdk.hpp" /> |
402 | 400 | <ClInclude Include="src\sigs-hooks\hooks.hpp" /> |
403 | 401 | <ClInclude Include="src\stdafx.hpp" /> |
404 | 402 | <ClInclude Include="src\utils.hpp" /> |
|
478 | 476 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
479 | 477 | <PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=p2sm;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions> |
480 | 478 | <StringPooling>false</StringPooling> |
481 | | - <ExceptionHandling>false</ExceptionHandling> |
| 479 | + <ExceptionHandling>Sync</ExceptionHandling> |
482 | 480 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
483 | 481 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
484 | 482 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
521 | 519 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
522 | 520 | <PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=p2sm;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions> |
523 | 521 | <StringPooling>false</StringPooling> |
524 | | - <ExceptionHandling>false</ExceptionHandling> |
| 522 | + <ExceptionHandling>Sync</ExceptionHandling> |
525 | 523 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
526 | 524 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
527 | 525 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
0 commit comments