Hello,
With VisualStudio 2012, incremental build does not work. xilink always forces rebuild :
msbuild /v:d /p:Configuration=Release;VisualStudioVersion=11.0
Forcing rebuild of all source files due to a change in the command line since the last build.
Also, I cannot set BasePlatformToolset to v100. With Win32 Platform :
The target "ComputeLegacyManifestEmbedding" does not exist in the project.
If I add such an empty target in my project, it works like a charm. With x64 Platform (with or without extra dummy target) :
%TEMP%\tmp3d05eb5c27674758a19bdf17a9887ff7.rsp". The operation identifier is not valid.
Attached Demo.zip to reproduce.
Thanks for your help.
Vianney