If I used "creating an empty C ++ XAML application" in Visual Studio 2012 Express, the created project has 18 files with more than 25 kilobytes of source code. Looking at this code, it’s hard to separate what is required for a Windows 8 application and what is written just because the application manager recently read some “best practice examples for enterprise leviathan applications” :).
So, maybe someone knows what is the source code of a minimal working C ++ XAML Windows 8 application that can be compiled with msbuild and displays a hello world window?
windows-8
grigoryvp
source share