(original) (raw)
changeset: 79574:6cf6b8265e57 user: Christian Heimes christian@cheimes.de date: Sun Oct 07 18:09:39 2012 +0200 files: PCbuild/_sha3.vcxproj description: _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 diff -r bc658b6a1d4e -r 6cf6b8265e57 PCbuild/_sha3.vcxproj --- a/PCbuild/_sha3.vcxproj Sun Oct 07 18:59:27 2012 +0300 +++ b/PCbuild/_sha3.vcxproj Sun Oct 07 18:09:39 2012 +0200 @@ -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 /christian@cheimes.de