i found a way :

contains(DEFINES, WIN64){
//x64 propertoes
}

!contains(DEFINES, WIN64){
//x86 properties
}

maybe there s a better way though...