xamarin / flex

Flex is a flexible box layout system written in C, designed to be easy to consume from other languages
MIT License
194 stars 28 forks source link

Add sln and nuget based on netstandard #15

Closed rmarinho closed 7 years ago

rmarinho commented 7 years ago

Adds a sln to build the csharp bindings, and generates the nuget package everything the project is built. Fixes #5

Uses nugetizer 3000 approach by specifying a targets file with all nuget package dependencies

By adding a Xamarin.Flex.dll.config we can remove the condition for the flex lib naming for static libs. (should be done after this is merged)

We should update the make file to call the .sln Something like:

msbuild Xamarin.Flex/Xamarin.Flex.csproj /t:"restore;build"