{
"version"
:
"2.0.0"
,
"tasks"
: [
{
"label"
:
"BuildDebug64_Win7OrHigh"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ chk x64 WIN7\" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
},
{
"label"
:
"BuildRelease64_Win7OrHigh"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ fre x64 WIN7\" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
},
{
"label"
:
"BuildDebug32_Win7OrHigh"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ chk x86 WIN7\" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
},
{
"label"
:
"BuildRelease32_Win7OrHigh"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ fre x86 WIN7\" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
},
{
"label"
:
"BuildDebug_WinXP"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ chk x86 WXP \" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
},
{
"label"
:
"BuildRelease_WinXP"
,
"type"
:
"shell"
,
"command"
:
"C:\\Windows\\System32\\cmd.exe"
,
"args"
: [
"/k"
,
"pushd \".\" && call \"C:\\WinDDK\\7600.16385.1\\bin\\setenv.bat \" C:\\WinDDK\\7600.16385.1\\ fre x86 WXP \" && popd"
],
"group"
:
"build"
,
"presentation"
: {
"reveal"
:
"always"
},
"problemMatcher"
:
"$msCompile"
}
]
}