VisualStudioVersion
is
vs10.0 for Visual Studio 2010
and
vs11.0 for Visual Studio 2012;
Platform is
Win32
or
x64;
and
Configuration is one of:
- DebugStatic or ReleaseStatic,
if your program is linking to the Microsoft runtime statically (i.e.
is compiled with /MT or /MTd)
- DebugDynamic or ReleaseDynamic,
if your program is linking to the Microsoft runtime dynamically (i.e.
is compiled with /MD or /MDd)
- DebugMetro or ReleaseMetro,
if your program is a Metro app. (Metro apps must be built with
Visual Studio 2012, link dynamically to the Microsoft runtime, and use
version 2.8 of XAudio2.)