From 2d9c7bfc4fce97ae99d1b82422c466f4c611df49 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 6 Jan 2017 01:34:15 +0000 Subject: [PATCH] [Xamarin] Add Facebook.YogaKit for iOS --- .../Facebook.YogaKit.iOS.csproj | 67 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 26 +++++++ 2 files changed, 93 insertions(+) create mode 100644 csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Facebook.YogaKit.iOS.csproj create mode 100644 csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Properties/AssemblyInfo.cs diff --git a/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Facebook.YogaKit.iOS.csproj b/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Facebook.YogaKit.iOS.csproj new file mode 100644 index 00000000..ce348067 --- /dev/null +++ b/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Facebook.YogaKit.iOS.csproj @@ -0,0 +1,67 @@ + + + + Debug + AnyCPU + {0C38AA9D-3178-4B43-9C3B-3C97A90FB1B0} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + Facebook.YogaKit.iOS + Facebook.YogaKit.iOS + Resources + + + true + full + false + bin\Debug + DEBUG;__IOS__ + prompt + 4 + iPhone Developer + true + true + true + true + true + 53781 + false + SdkOnly + HttpClientHandler + Default + + + pdbonly + true + bin\Release + + prompt + 4 + iPhone Developer + true + true + SdkOnly + HttpClientHandler + Default + + + + + + + + + + + + + + + + {128FB32A-C4A1-4363-BF06-0A36E700B7FA} + Facebook.Yoga.iOS + + + + + \ No newline at end of file diff --git a/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Properties/AssemblyInfo.cs b/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..944ab239 --- /dev/null +++ b/csharp/Xamarin.iOS/Facebook.YogaKit.iOS/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// Information about this assembly is defined by the following attributes. +// Change them to the values specific to your project. + +[assembly: AssemblyTitle("Facebook.YogaKit.iOS")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("rmarinho")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". +// The form "{Major}.{Minor}.*" will automatically update the build and revision, +// and "{Major}.{Minor}.{Build}.*" will update just the revision. + +[assembly: AssemblyVersion("1.0.*")] + +// The following attributes are used to specify the signing key for the assembly, +// if desired. See the Mono documentation for more information about signing. + +//[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyFile("")]