I'm using Premake with Visual Studio. My project contains normal *.h, *.cpp and *.inl files. I want to force Visual Studio to treat *.inl files as C/C++ header files (this can be set manually through the File Properties window under "Item Type").
By default, Premake sets them as "Does not participate in build".
Is there any way to do this in Premake?
This is fixed in PR 710 (authored by @Zeenobit, thanks for that!).