Removed character set = unicode as requested by Amaury
Removed more project configs in order to use the defaults defined in the property files. The 'sed' tool was more than helpful for the job.
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops
index 76a7733..2f72c2b 100644
--- a/PCbuild9/pyproject.vsprops
+++ b/PCbuild9/pyproject.vsprops
@@ -10,6 +10,7 @@
 		Name="VCCLCompilerTool"
 		Optimization="2"
 		InlineFunctionExpansion="1"
+		EnableIntrinsicFunctions="true"
 		AdditionalIncludeDirectories="..\Include; ..\PC"
 		PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
 		StringPooling="true"