I need to build Visual Studio 2010 projects with wchar_t
not being native type. The IDE setting should be equal to the value of VCCLCompilerTool.TreatWChar_tAsBuiltInType
property. However trying to set it using /p:VCCLCompilerTool.TreatWChar_tAsBuiltInType=false
on MSBuild command seems to fail. Is there any other way how I could achieve this from the MSBuild command line?
1
votes