Zathyy
Zathyy
i mean ye, thats how i have it now kinda, but it would still be nice with more examples and more documentation.
Avalonia is a .net ui framework and those properties needs to be avaloniaXaml but everytime sharpmake generates they all become Compile.
any updates on this?
> any updates on this? @martinecker
or is there a workaround to this?
okay i kinda found a workaround to this in the contructor `SourceFilesExtensions.Clear();` then add EnableDefaultItems ` conf.CustomProperties.Add("EnableDefaultItems", "true"); conf.CustomProperties.Add("BuiltInComInteropSupport", "true"); conf.CustomProperties.Add("AvaloniaUseCompiledBindingsByDefault", "true");`
got any ideas? [issue](https://github.com/ubisoft/Sharpmake/issues/413)
ye its working great except that its including the sharpmake project file (MySharpMakeTarget.Sharpmake.cs)
didn't work :/