I would like to compile a hlsl shader file in my C# project in Visual Studio 2015. With a C++ project I immediately get the correct properties if I add an hlsl file like the picture below:
However when I want to do this in my C# project (with SharpDX) I do not get such options and thus can't compile to an CSO file for my project.
Does anyone know a solution for this?