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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-01-31 19:18:53 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-01-31 19:18:53 +0300
commit52e3f5e6826e5ba2ba08fe14671ab9cb98b48175 (patch)
treee673f86d3b26f824168d6a78c21758407d60e991 /Mono.Addins/Mono.Addins.csproj
parentbbc11bfdd2c27692af6df5de13eb96d31b6ee985 (diff)
Improved handling of add-in properties.
Allow specifying properties using custom attributes. Use the default locale when getting a property value, when none is specified.
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index b0310c4..727d199 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -35,6 +35,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
+ <Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
@@ -136,6 +137,7 @@
<Compile Include="Mono.Addins\ContentType.cs" />
<Compile Include="Mono.Addins.Description\AddinProperty.cs" />
<Compile Include="Mono.Addins.Description\AddinPropertyCollection.cs" />
+ <Compile Include="Mono.Addins\AddinPropertyAttribute.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Mono.Addins.dll.config">
@@ -161,4 +163,7 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
+ <ItemGroup>
+ <Folder Include="Mono.Addins.Description\" />
+ </ItemGroup>
</Project> \ No newline at end of file