diff options
Diffstat (limited to 'src/Crypto/Crypto.vcproj')
-rw-r--r-- | src/Crypto/Crypto.vcproj | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/Crypto/Crypto.vcproj b/src/Crypto/Crypto.vcproj index 9f5d4a32..15c5c4fb 100644 --- a/src/Crypto/Crypto.vcproj +++ b/src/Crypto/Crypto.vcproj @@ -435,6 +435,52 @@ > </File> <File + RelativePath=".\Gost89_x64.asm" + > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="echo $(InputFileName) & nasm.exe -Xvc -f win64 -Ox -o "$(TargetDir)\$(InputName).obj" -l "$(TargetDir)\$(InputName).lst" "$(InputPath)"
" + Outputs="$(TargetDir)\$(InputName).obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="echo $(InputFileName) & nasm.exe -Xvc -f win64 -Ox -o "$(TargetDir)\$(InputName).obj" -l "$(TargetDir)\$(InputName).lst" "$(InputPath)"
" + Outputs="$(TargetDir)\$(InputName).obj" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\GostCipher.c" + > + </File> + <File + RelativePath=".\kuznyechik.c" + > + </File> + <File RelativePath=".\Rmd160.c" > </File> @@ -447,6 +493,10 @@ > </File> <File + RelativePath=".\Streebog.c" + > + </File> + <File RelativePath=".\Twofish.c" > </File> @@ -489,6 +539,14 @@ > </File> <File + RelativePath=".\GostCipher.h" + > + </File> + <File + RelativePath=".\kuznyechik.h" + > + </File> + <File RelativePath=".\misc.h" > </File> @@ -505,6 +563,10 @@ > </File> <File + RelativePath=".\Streebog.h" + > + </File> + <File RelativePath=".\Twofish.h" > </File> |