diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 1dc5792f..f839a4f6 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -127,25 +127,21 @@
-
-
-
-
- Creating Win32/Release cryptest.exe for MAC computation
-
- msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj
- msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj
-
-
-
+
+
+
+
Adding MAC to DLL
- Win32\output\debug\cryptest.exe mac_dll "$(TargetPath)"
-IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done)
-
+
+ Win32\output\debug\cryptest.exe mac_dll "$(TargetPath)"
+ IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done)
+
%(Inputs)
$(OutDir)cryptopp.mac.done;%(Outputs)