I have a native project and a wasm project inside my workkspace, when I build this project the wasm project fails as it seems to use the build settings from the native project.
How can I force each project to use its own project configs including the target?