This is a project template for writting Windows Store App using fully native C++ and WRL.
This will help developers to start developing a fully native Windows Store Application using C++ and WRL.
The template includes very basic implementation of IFrameworkView, IFrameworkViewSource and ITypedEventHandler for Activation event. Developers can add more ITypedEventHandler in the same CEventHandler class and handle those events at ease. I will add more project templates as you go, which would be somewhat MFC style so that C++/MFC developers can find it easy to shift to Windows 8 programming using C++ and WRL.