Created
February 28, 2012 14:10
-
-
Save Kakadu/1932747 to your computer and use it in GitHub Desktop.
addin.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
я╗┐<?xml version="1.0" encoding="utf-8"?> | |
<Addin id="FSharpBinding" namespace="MonoDevelop" name="F# Language Binding" author="Community" copyright="???" url="http://www.fsharp.net" description="F# Language Binding" category="Language bindings" version="2.8" flags="None"> | |
<Runtime> | |
<Import assembly="FSharpBinding.dll" /> | |
<Import assembly="FSharpBinding.Gui.dll" /> | |
</Runtime> | |
<Dependencies> | |
<Addin id="Core" version="2.8" /> | |
<Addin id="Ide" version="2.8" /> | |
<Addin id="SourceEditor2" version="2.8" /> | |
</Dependencies> | |
<!-- | |
<Extension path="/MonoDevelop/ProjectModel/MD1SerializationMaps"> | |
<SerializationMap resource="md1format.xml" /> | |
</Extension> | |
--> | |
<!-- | |
<Extension path="/MonoDevelop/ProjectModel/DomParser"> | |
<Class class="MonoDevelop.FSharpBinding.DomParser" /> | |
</Extension> | |
--> | |
<!-- F# interactive --> | |
</Addin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment