#pragma once #include "App.xaml.g.h" namespace winrt::VideoPlayer::implementation { struct App : AppT { App() noexcept; }; } // namespace winrt::VideoPlayer::implementation