mirror of
https://github.com/godotengine/godot-monodevelop-addin.git
synced 2026-01-04 10:09:52 +03:00
Support the new Godot project flavor guid
This commit is contained in:
@@ -15,4 +15,10 @@
|
||||
<Extension path="/MonoDevelop/Ide/TypeService/MefHostServices">
|
||||
<Assembly file="GodotCompletionProviders.dll"/>
|
||||
</Extension>
|
||||
<Extension path = "/MonoDevelop/ProjectModel/ProjectModelExtensions">
|
||||
<ProjectFlavor
|
||||
guid="{8F3E2DF0-C35C-4265-82FC-BEA011F4A7ED}"
|
||||
type="GodotAddin.GodotProjectExtension"
|
||||
alias="GodotProject" />
|
||||
</Extension>
|
||||
</ExtensionModel>
|
||||
|
||||
Reference in New Issue
Block a user