diff options
| author | boris <wzn@moneybot.cc> | 2019-01-01 14:35:30 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2019-01-01 14:35:30 +1300 |
| commit | b9702fe8541e61f27f5c788dc72feaefe5abfc0d (patch) | |
| tree | 292f12cc1cbf6088cd68fa81fd85cb44711c47ec /csgo-loader/csgo-client/csgo-client.vcxproj | |
| parent | 009357a5f18ecf2ce8df42f5931c4c45181833c6 (diff) | |
eeeeeeeeeeeeeeek
Diffstat (limited to 'csgo-loader/csgo-client/csgo-client.vcxproj')
| -rw-r--r-- | csgo-loader/csgo-client/csgo-client.vcxproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/csgo-loader/csgo-client/csgo-client.vcxproj b/csgo-loader/csgo-client/csgo-client.vcxproj index f6f1787..40af0a8 100644 --- a/csgo-loader/csgo-client/csgo-client.vcxproj +++ b/csgo-loader/csgo-client/csgo-client.vcxproj @@ -172,6 +172,8 @@ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
<IncludePath>$(SolutionDir)shared\include;$(DXSDK_DIR)\Include;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(SolutionDir)shared\lib;$(DXSDK_DIR)\Lib\x64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
+ <CustomBuildAfterTargets>
+ </CustomBuildAfterTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='FuckMSVC|x64'">
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
@@ -242,7 +244,7 @@ <SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;WIN32_LEAN_AND_MEAN;NOMINMAX;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4100;4189;4244;4267;4522;4714;4838;4307;4706;4702</DisableSpecificWarnings>
</ClCompile>
@@ -253,6 +255,12 @@ <SubSystem>Windows</SubSystem>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
+ <CustomBuildStep>
+ <Command>B:\Themida 2.4.6.0\Themida64.exe $(SolutionDir)ThemidaSettings.tmd</Command>
+ </CustomBuildStep>
+ <CustomBuildStep>
+ <Message>Protecting file with Themida...</Message>
+ </CustomBuildStep>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='FuckMSVC|x64'">
<ClCompile>
@@ -263,7 +271,7 @@ <SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<PreprocessorDefinitions>DEBUG;_WINSOCK_DEPRECATED_NO_WARNINGS;WIN32_LEAN_AND_MEAN;NOMINMAX;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4100;4189;4244;4267;4522;4714;4838;4307;4706;4702</DisableSpecificWarnings>
</ClCompile>
|
