Zathyy
Zathyy
hello i'm trying to use the -reflection-json specified in the command-line-slangc-reference.md but it just says: (1): error 17: unknown command-line option '-reflection-json' or am i just using it wrong? slangc...
i want to expose all my classes, struct, functions, etc. is it possible for it to only translate if it finds a macro and i only want it go generate...
when it generates the .csproj i want it to replace the Compile with AvaloniaXaml. is there any way to do this? 
Note: i really love this build tool, but its lacking documentation. its very unclear how to do things. only way i can find out how to do things is either...
when im generating my c# project and have EnableDefaultItems to true, i cant exclude the project.Sharpmake.cs file
when setting up a .net project and the target is not anycpu it will still be anycpu unless `conf.CustomProperties.Add("Platforms", "x64");` is added, is this intended behaviour?
Hello, is it possible to add the Visible attribute on specified files/paths/regex? i want it to still be compiled with the project, just not be visible inside the vsproj `...