<AvaloniaResource>
item in your project file. The MVVM Application template by default includes all files in the Assets
directory as an <AvaloniaResource>
:<AvaloniaResource>
elements.avares:
URL scheme. For example if the asset is contained in an assembly called MyAssembly.dll
then you would use:<EmbeddedResource>
MSBuild item which causes the file to be included in the assembly as a manifest resource.resm:
URL scheme:Assembly.GetManifestResourceNames
.IAssetLoader
interface: