mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
228 stars 26 forks source link

Extend ILLink schema #214

Closed martincostello closed 7 months ago

martincostello commented 7 months ago

Add additional ILLink properties and items related to native AoT.

Happy to move them to a different schema if needed (ILCompiler?), but there seemed to be lots of related concepts in this file already.

Resolves #205.

mhutch commented 7 months ago

Thanks! I have a few comments:

mhutch commented 7 months ago

Fantastic, thank you!