Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
commit0aa95ab0ad2750a62ca248d0154b9b9f80f11de8 (patch)
tree1de0d12270990af00b94d77e7a54eac89bc36122 /main/monodevelop.xml
parent7195f4926b21b46ad8e4ce1976603ffc63b49729 (diff)
Directory reorganization
svn path=/branches/monodevelop/reorg/; revision=90637
Diffstat (limited to 'main/monodevelop.xml')
-rw-r--r--main/monodevelop.xml113
1 files changed, 113 insertions, 0 deletions
diff --git a/main/monodevelop.xml b/main/monodevelop.xml
new file mode 100644
index 0000000000..1982970601
--- /dev/null
+++ b/main/monodevelop.xml
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="text/x-csharp">
+ <comment xml:lang="en">C# source</comment>
+ <glob pattern="*.cs"/>
+ </mime-type>
+ <mime-type type="text/x-msil">
+ <comment xml:lang="en">IL source</comment>
+ <glob pattern="*.il"/>
+ </mime-type>
+ <mime-type type="text/x-nemerle">
+ <comment xml:lang="en">Nemerle source</comment>
+ <glob pattern="*.n"/>
+ </mime-type>
+ <mime-type type="text/x-vb">
+ <comment xml:lang="en">VB source</comment>
+ <glob pattern="*.vb"/>
+ </mime-type>
+ <mime-type type="text/x-js">
+ <comment xml:lang="en">JScript source</comment>
+ <glob pattern="*.js"/>
+ </mime-type>
+ <mime-type type="application/x-aspx">
+ <comment xml:lang="en">ASP.NET page</comment>
+ <glob pattern="*.aspx"/>
+ </mime-type>
+ <mime-type type="application/x-ashx">
+ <comment xml:lang="en">ASP.NET handler</comment>
+ <glob pattern="*.ashx"/>
+ </mime-type>
+ <mime-type type="application/x-ascx">
+ <comment xml:lang="en">ASP.NET user control</comment>
+ <glob pattern="*.ascx"/>
+ </mime-type>
+ <mime-type type="application/x-asix">
+ <comment xml:lang="en">ASP.NET image generator</comment>
+ <glob pattern="*.asix"/>
+ </mime-type>
+ <mime-type type="application/x-axd">
+ <comment xml:lang="en">ASP.NET handler</comment>
+ <glob pattern="*.axd"/>
+ </mime-type>
+ <mime-type type="application/x-web-config">
+ <comment xml:lang="en">ASP.NET web config</comment>
+ <glob pattern="web.config"/>
+ </mime-type>
+ <mime-type type="application/x-machine-config">
+ <comment xml:lang="en">Mono machine config</comment>
+ <glob pattern="machine.config"/>
+ </mime-type>
+ <mime-type type="application/x-config">
+ <comment xml:lang="en">Mono application config</comment>
+ <glob pattern="*.config"/>
+ </mime-type>
+ <mime-type type="application/x-master-page">
+ <comment xml:lang="en">ASP.NET master page</comment>
+ <glob pattern="*.master"/>
+ </mime-type>
+ <mime-type type="application/x-resources">
+ <comment xml:lang="en">resources bundle</comment>
+ <glob pattern="*.resources"/>
+ </mime-type>
+ <mime-type type="application/x-resourcesx">
+ <comment xml:lang="en">resx bundle</comment>
+ <glob pattern="*.resx"/>
+ </mime-type>
+ <mime-type type="application/x-remoting">
+ <comment xml:lang="en">remoting handler</comment>
+ <glob pattern="*.rem"/>
+ </mime-type>
+ <mime-type type="application/x-soap-remoting">
+ <comment xml:lang="en">soap remoting handler</comment>
+ <glob pattern="*.soap"/>
+ </mime-type>
+ <mime-type type="application/x-asmx">
+ <comment xml:lang="en">ASP.NET web service</comment>
+ <glob pattern="*.asmx"/>
+ </mime-type>
+ <mime-type type="application/x-prjx">
+ <comment xml:lang="en">SharpDevelop project</comment>
+ <glob pattern="*.prjx"/>
+ </mime-type>
+ <mime-type type="application/x-cmbx">
+ <comment xml:lang="en">SharpDevelop solution</comment>
+ <glob pattern="*.cmbx"/>
+ </mime-type>
+ <mime-type type="application/x-mdsx">
+ <comment xml:lang="en">SharpDevelop solution extension</comment>
+ <glob pattern="*.mdsx"/>
+ </mime-type>
+ <mime-type type="application/x-mdp">
+ <sub-class-of type="text/plain"/>
+ <comment xml:lang="en">MonoDevelop project</comment>
+ <glob pattern="*.mdp"/>
+ </mime-type>
+ <mime-type type="application/x-mds">
+ <sub-class-of type="text/plain"/>
+ <comment xml:lang="en">MonoDevelop solution</comment>
+ <glob pattern="*.mds"/>
+ </mime-type>
+ <mime-type type="application/x-disco">
+ <comment xml:lang="en">Static Discovery File</comment>
+ <glob pattern="*.disco"/>
+ </mime-type>
+ <mime-type type="application/x-asax">
+ <comment xml:lang="en">ASP.NET Global Application Class</comment>
+ <glob pattern="*.asax"/>
+ </mime-type>
+ <mime-type type="application/x-wsdl">
+ <comment xml:lang="en">Webservices Description File</comment>
+ <glob pattern="*.wsdl"/>
+ </mime-type>
+</mime-info>