react-native-video/windows/ReactNativeVideoCPP
Adam Gorman 408d3f720e
Add ARM64 support for windows (#2137)
Adding arm64 support for RNW builds.

Nothing in this project is using anything that isn't already supported in arm64 windows libs. It was simply overlooked when RNW was originally added.

We have been using RNW and RNV in our project for 6+ months and just been using a patch-package to apply this change. Figured it was overdue to upstream this change.

You can see this similar code in the RNW repo.
95935e0086/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj (L28)
and
https://github.com/microsoft/react-native-windows/blob/master/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj#L44
2020-09-29 10:00:27 -04:00
..
packages.config Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
pch.cpp Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
pch.h Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
PropertySheet.props Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactNativeVideoCPP.def Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactNativeVideoCPP.vcxproj Add ARM64 support for windows (#2137) 2020-09-29 10:00:27 -04:00
ReactNativeVideoCPP.vcxproj.filters Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactPackageProvider.cpp Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactPackageProvider.h Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactPackageProvider.idl Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactVideoView.cpp Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactVideoView.h Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactVideoView.idl Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactVideoViewManager.cpp Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00
ReactVideoViewManager.h Add support for react-native Windows Cpp/WinRT (#1893) 2020-02-25 09:21:06 -05:00