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