summaryrefslogtreecommitdiff
path: root/cryptdll.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'cryptdll.vcproj')
-rwxr-xr-xcryptdll.vcproj26
1 files changed, 22 insertions, 4 deletions
diff --git a/cryptdll.vcproj b/cryptdll.vcproj
index 503db5f..c3d123d 100755
--- a/cryptdll.vcproj
+++ b/cryptdll.vcproj
@@ -165,8 +165,6 @@
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- OpenMP="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
WarningLevel="3"
@@ -357,8 +355,6 @@
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;CRYPTOPP_EXPORTS;CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2=1;USE_PRECOMPILED_HEADERS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- EnableEnhancedInstructionSet="1"
- OpenMP="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
WarningLevel="3"
@@ -2380,6 +2376,28 @@
/>
</FileConfiguration>
</File>
+ <File
+ RelativePath=".\x64masm.asm"
+ >
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)"
+ Outputs="$(IntDir)\x64masm.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)"
+ Outputs="$(IntDir)\x64masm.obj"
+ />
+ </FileConfiguration>
+ </File>
</Filter>
<Filter
Name="Header Files"