I am using GameEngine and so wanna build solution having a lot of project.
but .cpp file have warning 4819.
the way i need is to change the option( Disable specific warning ). if i push the solution build menu in visual studio, then the build must success with applying the option.
one. I tried to change project propery( Disable specific warning ). But there were a lot of project.
two. I tried to use MSBUILD. But the way is that result isn't shown by output window. and so I don't use deburgging function in visual studio.
three. I tried to change property sheet. I made a new project property sheet and put 4919 into Disable specific warning. And when I identified result, Disable specific warning option is not applied to project build.
And so I wanna know simple way. I wanna disable warning 4819 and wanna simply apply to whole solution at once.
Isn't there any way?