From a4018a2afe04ff8f6ae632a66d2dd05677944574 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 7 Oct 2012 18:09:39 +0200 Subject: _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib --- PCbuild/_sha3.vcxproj | 71 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 25 deletions(-) diff --git a/PCbuild/_sha3.vcxproj b/PCbuild/_sha3.vcxproj index 8175a49..f24cbdc 100644 --- a/PCbuild/_sha3.vcxproj +++ b/PCbuild/_sha3.vcxproj @@ -1,6 +1,14 @@  + + Debug + Win32 + + + Debug + x64 + PGInstrument Win32 @@ -47,6 +55,10 @@ NotSet true + + DynamicLibrary + NotSet + DynamicLibrary NotSet @@ -62,6 +74,10 @@ NotSet true + + DynamicLibrary + NotSet + @@ -79,6 +95,10 @@ + + + + @@ -96,9 +116,20 @@ + + + + + <_ProjectFileVersion>10.0.30319.1 + AllRules.ruleset + + + AllRules.ruleset + + AllRules.ruleset @@ -118,13 +149,22 @@ + + + %(AdditionalDependencies) + + + + + X64 + + + %(AdditionalDependencies) + + %(AdditionalDependencies) - - - - @@ -133,19 +173,11 @@ %(AdditionalDependencies) - - - - %(AdditionalDependencies) - - - - @@ -154,20 +186,12 @@ %(AdditionalDependencies) - - - - MachineX64 %(AdditionalDependencies) - - - - @@ -176,16 +200,13 @@ %(AdditionalDependencies) - - - - MachineX64 {cf7ac3d1-e2df-41d2-bea6-1e2556cdea26} + false @@ -194,4 +215,4 @@ - + \ No newline at end of file -- cgit v0.12