Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customizing .csproj file #403

Open
Zathyy opened this issue Feb 8, 2025 · 3 comments
Open

customizing .csproj file #403

Zathyy opened this issue Feb 8, 2025 · 3 comments

Comments

@Zathyy
Copy link

Zathyy commented Feb 8, 2025

when it generates the .csproj i want it to replace the Compile with AvaloniaXaml.
is there any way to do this?

Image

@jspelletier
Copy link
Collaborator

I don't know what is Avalonia but my guess is the best way to solve this would be to add support for sdk style csproj generation in sharpmake. I assume that sdk style projects are able to figure out what to do with these automatically.

@Zathyy
Copy link
Author

Zathyy commented Feb 10, 2025

Avalonia is a .net ui framework and those properties needs to be avaloniaXaml but everytime sharpmake generates they all become Compile.

@martinecker
Copy link

We added Avalonia support to our local version of Sharpmake and it was pretty easy and straightforward with only minimal changes necessary. I could maybe create a PR. We've been meaning to push back our local changes to the public repo anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants