From ede2ad94bc74afa07663b52b1ef3e50e7eee0a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6hrl?= Date: Wed, 19 Apr 2017 11:15:43 -0700 Subject: [PATCH] Add YGEnums to visual studio solutions Summary: As stated in 152074935 by rmarinho the Visual Studio solution didn't compile as ```YGEnums.c/YGEnums.h``` hasn't been added to them. This fixes this problem. Closes https://github.com/facebook/yoga/pull/511 Reviewed By: emilsjolander Differential Revision: D4914234 Pulled By: splhack fbshipit-source-id: 473b6169bfb6576ca8848d4a5079f81692766897 --- csharp/Yoga/Yoga.Universal.vcxproj | 2 ++ csharp/Yoga/Yoga.vcxproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/csharp/Yoga/Yoga.Universal.vcxproj b/csharp/Yoga/Yoga.Universal.vcxproj index 00c8d388..4e833faf 100644 --- a/csharp/Yoga/Yoga.Universal.vcxproj +++ b/csharp/Yoga/Yoga.Universal.vcxproj @@ -243,6 +243,7 @@ + @@ -252,6 +253,7 @@ + diff --git a/csharp/Yoga/Yoga.vcxproj b/csharp/Yoga/Yoga.vcxproj index 789cf9ba..d93172c9 100755 --- a/csharp/Yoga/Yoga.vcxproj +++ b/csharp/Yoga/Yoga.vcxproj @@ -228,6 +228,7 @@ + @@ -237,6 +238,7 @@ +