Introducing .NET version of css-layout using P/Invoke

Summary:
This version of the css-layout project includes support for .NET projects.  Up in the air is how many configurations of .NET projects we allow for, such as Portable Class Libraries, Universal Windows Platform, .NET Core, etc.  Still needs integration with Buck.
Closes https://github.com/facebook/css-layout/pull/220

Reviewed By: lucasr

Differential Revision: D3909367

Pulled By: emilsjolander

fbshipit-source-id: aaaa9c4ff2d3452649f256c3268cf873cf33a0b9
This commit is contained in:
mattpodwysocki
2016-09-22 16:22:34 -07:00
committed by Facebook Github Bot 2
parent 017fb2c734
commit ff8f17ac99
38 changed files with 2471 additions and 19 deletions

3
.gitignore vendored
View File

@@ -6,3 +6,6 @@
/.buckd
/lib/gtest/googletest-*/
/gentest/test.html
# Visual studio code
.vscode