How can I configure Visual C++ project to use 9.0.30729 runtime version instead of 9.0.21022
- by alex2k8
I am building a Win32 C++ project on VS2008 SP1. In created .manifest file I see
<assemblyIdentity
type='win32'
name='Microsoft.VC90.DebugCRT'
version='9.0.21022.8'
processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b' />
How can I get it compiled against 9.0.30729?