a4fec8eb99
This also deprecates the old react-native windows implementation
21 lines
734 B
C
21 lines
734 B
C
#pragma once
|
|
|
|
#include <unknwn.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.Media.Core.h>
|
|
#include <winrt/Windows.Media.Playback.h>
|
|
#include <winrt/Windows.System.Threading.h>
|
|
#include <winrt/Windows.UI.Core.h>
|
|
#include <winrt/Windows.UI.ViewManagement.h>
|
|
#include <winrt/Windows.UI.Xaml.Controls.Primitives.h>
|
|
#include <winrt/Windows.UI.Xaml.Controls.h>
|
|
#include <winrt/Windows.UI.Xaml.Data.h>
|
|
#include <winrt/Windows.UI.Xaml.Interop.h>
|
|
#include <winrt/Windows.UI.Xaml.Markup.h>
|
|
#include <winrt/Windows.UI.Xaml.Navigation.h>
|
|
#include <winrt/Windows.UI.Xaml.h>
|
|
#include <winrt/Windows.UI.Xaml.Input.h>
|
|
|
|
#include <winrt/Microsoft.ReactNative.h>
|