I am trying to create a c++ backend project with XAML front just like in Windows sample Hilo Store App if you are familiar with it:
http://msdn.microsoft.com/en-us/library/windows/apps/jj160316.aspx
(only I am using an earlier version of Visual Studio and I don't have the same exact setup (I guess, I am a new user, but I definately haven't seen it)).
I tried so far: creating a WPF project, starting up with empty C++ or C# projects.
In all cases the API entry classes are created as .xaml.cs files instead of .xaml.cpp and I can't find the option to change it.
Can somebody point me in the rigth direction please?