Open tritao opened 8 years ago
The C# backend currently does not handle per file configurations... I have a fix for that here at Blizzard, just haven't made a PR for it yet...
maybe you could try the fix first? https://github.com/Blizzard/premake-core/commit/0bb4c6702c7b4d4faa4401b4d10a1352411e945c
I think for the gmake backend however (which is what you seem to be using), there is also fixes in the dotnet.lua that may fix this particular issue... I still think however that the make_csharp.lua would need additional fixes to support per file configurations...
So I was changing some code I have to use per-configuration filters like the following:
And now I get:
If I remove the last filter block then the error goes away.