Summary: This change adds the template for a RNW module to the existing react-native flipper project. Basically, the changes in this diff are the product of executing the react-native-windows init for the existing library. See: https://microsoft.github.io/react-native-windows/docs/getting-started https://microsoft.github.io/react-native-windows/docs/native-modules-setup Notes: There's some auto-generated module code contained in this change: ReactNativeModule (.h/.cpp) allow-large-files Reviewed By: passy Differential Revision: D36751772 fbshipit-source-id: 41207bedb00ea147883f6d13336ed6c1da4454d7
16 lines
605 B
XML
16 lines
605 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<!--
|
|
To customize common C++/WinRT project properties:
|
|
* right-click the project node
|
|
* expand the Common Properties item
|
|
* select the C++/WinRT property page
|
|
|
|
For more advanced scenarios, and complete documentation, please see:
|
|
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
|
|
-->
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup />
|
|
</Project> |