From 782ed4e5e06d8704a2c1ab0aa7570e9b50658bb7 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Mon, 19 Sep 2016 18:02:32 +0200 Subject: [PATCH] Whitespace fixes in VC10 project files Visual Studio doesn't like tabs and newlines in project files and always removes them when saving the project. --- cryptdll.vcxproj | 2 +- cryptest.vcxproj | 4 ++-- cryptlib.vcxproj | 14 +++++++------- dlltest.vcxproj | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 579b2777..9d23541b 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -906,4 +906,4 @@ IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done) - + \ No newline at end of file diff --git a/cryptest.vcxproj b/cryptest.vcxproj index c7ee4614..ae8d2b56 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -1,4 +1,4 @@ - + @@ -673,4 +673,4 @@ echo unless it undergoes FIPS validation. - + \ No newline at end of file diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj index ae355894..092dbaa3 100644 --- a/cryptlib.vcxproj +++ b/cryptlib.vcxproj @@ -1,4 +1,4 @@ - + @@ -490,7 +490,7 @@ %(PreprocessorDefinitions) %(PreprocessorDefinitions) - + Disabled %(PreprocessorDefinitions) Disabled @@ -2239,13 +2239,13 @@ echo: >> adhoc.cpp.copied ml.exe /c /nologo /D_M_X86 /W3 /Cx /Zi /safeseh /Fo"$(IntDir)rdrand-x86.obj" /Zi "%(FullPath)" $(IntDir)rdrand-x86.obj ml64.exe /c /nologo /D_M_X64 /W3 /Cx /Zi /Fo"$(IntDir)rdrand-x64.obj" /Zi "%(FullPath)" - $(IntDir)rdrand-x64.obj + $(IntDir)rdrand-x64.obj - Building and assembling x64dll.asm - Building and assembling x64dll.asm + Building and assembling x64dll.asm + Building and assembling x64dll.asm true - true + true ml64.exe /c /nologo /D_M_X64 /W3 /Fo"$(IntDir)x64dll.obj" /Zi "%(FullPath)" $(IntDir)x64dll.obj @@ -2412,4 +2412,4 @@ echo: >> adhoc.cpp.copied - + \ No newline at end of file diff --git a/dlltest.vcxproj b/dlltest.vcxproj index 3c6293cd..376eab21 100644 --- a/dlltest.vcxproj +++ b/dlltest.vcxproj @@ -204,4 +204,4 @@ - + \ No newline at end of file