fsprojects / zarchive-xamarin-monodevelop-fsharp-addin

(No longer Used) F# Editing Support In MonoDevelop and Xamarin Studio
Other
27 stars 22 forks source link

Fix references #305

Closed nosami closed 8 years ago

nosami commented 8 years ago

project.GetReferencedAssemblies was added back. It was needed for assemblies resolved externally with MSBuild.

Needed to put back the project options cache too to prevent deadlocking when creating a new Xamarin Forms solution. Need to revisit this.