Summary:
This change is the direct results of doing the following:
npx react-native-windows-init --overwrite
Notes: ignore the format warnings below. In this case, the ordering of includes does matter. Missing license is for auto-generated files, so ignore too.
Reviewed By: aigoncharov
Differential Revision: D36775215
fbshipit-source-id: 1cd00ff2bfc258c8505e97dcdbd9cb4365c4acfb
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> |