d7ac23d39b
Various updates for React Native Windows **Docs** * Fixed windows installation in readme * Added local dev setup instructions **Build** * Added VS solutions for RNW 0.61, 0.62, and 0.63+ * Added clang-formatting definition **Features** * Fixed autolinking for RNW 0.63+ * Added support for `rate` property **Examples** * Upgraded examples/basic to RN 0.61 and replaced broken windows app
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<Filter Include="Resources">
|
|
<UniqueIdentifier>accd3aa8-1ba0-4223-9bbe-0c431709210b</UniqueIdentifier>
|
|
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tga;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
|
</Filter>
|
|
<Filter Include="Generated Files">
|
|
<UniqueIdentifier>{926ab91d-31b4-48c3-b9a4-e681349f27f0}</UniqueIdentifier>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\ReactNativeVideoCPP\pch.cpp" />
|
|
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
|
<ClCompile Include="..\ReactNativeVideoCPP\ReactPackageProvider.cpp" />
|
|
<ClCompile Include="..\ReactNativeVideoCPP\ReactVideoView.cpp" />
|
|
<ClCompile Include="..\ReactNativeVideoCPP\ReactVideoViewManager.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\ReactNativeVideoCPP\pch.h" />
|
|
<ClInclude Include="..\ReactNativeVideoCPP\ReactPackageProvider.h" />
|
|
<ClInclude Include="..\ReactNativeVideoCPP\ReactVideoView.h" />
|
|
<ClInclude Include="..\ReactNativeVideoCPP\ReactVideoViewManager.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\ReactNativeVideoCPP\ReactNativeVideoCPP.def" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="PropertySheet.props" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Midl Include="..\ReactNativeVideoCPP\ReactPackageProvider.idl" />
|
|
<Midl Include="..\ReactNativeVideoCPP\ReactVideoView.idl" />
|
|
</ItemGroup>
|
|
</Project> |