It's auto-generated by the compiler (see app.g.hpp).
#ifndef DISABLE_XAML_GENERATED_MAIN
int main(Platform::Array<Platform::String^>^ args)
{
Application::Start(ref new ApplicationInitializationCallback([](ApplicationInitializationCallbackParams^ params) {
auto app = ref new App();
}));
}
#endif
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.