-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonoDevelop.Refactoring.Unity.addin.xml
More file actions
25 lines (22 loc) · 1.04 KB
/
Copy pathMonoDevelop.Refactoring.Unity.addin.xml
File metadata and controls
25 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<Addin id = "MonoDevelop.Refactoring.Unity"
name = "MonoDevelop.Refactoring.Unity"
author = "makarov@alternativaplatform.com"
copyright = "Copyrigth (c) 2014 AlternativaPlatform.com"
url = "https://github.com/sergerus/MonoDevelop.Refactoring.Unity"
description = "Tracks file operations and handle Unity3d meta files."
category = "IDE extensions"
version = "5.0">
<Dependencies>
<Addin id="MonoDevelop.Core" version="5.0"/>
<Addin id="MonoDevelop.Ide" version="5.0"/>
</Dependencies>
<Extension path="/MonoDevelop/Core/FileSystemExtensions">
<Class class="MonoDevelop.Refactoring.Unity.FileOperationsHandler" insertafter="FinalStep" />
</Extension>
<Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Other">
<Section id="Unity3d" _label="Unity3d">
<Section id = "FileOperationsOptionsPanel" _label = "File Operations" class="MonoDevelop.Refactoring.Unity.FileOperationsOptionsPanel" />
</Section>
</Extension>
</Addin>