samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
625 stars 201 forks source link

Add .asmdef files for Unity3D compilation #75

Closed pekkanikander closed 6 years ago

pekkanikander commented 6 years ago

When using AssemblyInfo.cs files with Unity3D, each package having such a file needs to have a separate .asmdef Assembly Definition file so that the Unity C# compiler knows where the packages begin and end. Otherwise it will complain about having multiple assembly definitions for e.g. GUID.

This pull request adds simple .asmdef files to facilitate using MimeTypeMap with Unity3D.

samuelneff commented 6 years ago

Thank you for your contribution