diff options
Diffstat (limited to 'plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj')
-rw-r--r-- | plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj index 8c17289c1f..ccc706f77e 100644 --- a/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj +++ b/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj @@ -131,7 +131,7 @@ <StringPooling>true</StringPooling>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile>global.h</PrecompiledHeaderFile>
<FunctionLevelLinking>true</FunctionLevelLinking>
</ClCompile>
@@ -154,7 +154,7 @@ <ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|