I have a project with a C# dll and a C++ exe. I'm finding that VSIP does not support C++ although Spices.Obfuscator does. Any chance to get this implemented?
Yes, we are working on implementing c++ project obfuscation.
Without this feature, it appears that I will have to revert to the Console version in which case my investment in the VSIP version is a waste of money.
You can use MSBuild integration to integrate obfuscation into your build support. VS2005 uses MSBuild tasks to runt tasks in the process of project builds, you can insert obfuscation task into VC++ project.
Related question. Does VSIP automatically change directories for DEBUG vs RELEASE builds?
If SaveToDirectory of spices.Project is specified - no, in this case obfuscated assemblies will stored in the SaveToDirectory. To store assemblies in their original place clear SaveToDirectory property.
Is it possible to have different Spices configurations for each build type? For example, to include/exclude debug info?
Currently it is possible if you will use MSBuild integration (included into VSIP package.