In Haxe CS how can i specify the platform target

Hi

I am working with haxe csharp target, and its creating a x64 csproj file, I want it to creat anyCPU instead, how can I configure the compiler to make other build types.?

I’ve checked the list of defined using haxe --help-defines and didn’t fount anything related.

Thanks