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>2010-02-18 18:59:31 +0300
committerLluis Sanchez <lluis@novell.com>2010-02-18 18:59:31 +0300
commit7aaea6dc8af9a447d127aebbe9c018fc2b22e2be (patch)
tree683deda5e119a01bcee390b192125310339a9ee4 /main/src/addins/GnomePlatform
parente81735fefbe795a888e4c512791409ef66ec11a8 (diff)
* GnomePlatform.csproj: Add missing reference.
svn path=/trunk/monodevelop/; revision=152002
Diffstat (limited to 'main/src/addins/GnomePlatform')
-rw-r--r--main/src/addins/GnomePlatform/ChangeLog4
-rw-r--r--main/src/addins/GnomePlatform/GnomePlatform.csproj1
2 files changed, 5 insertions, 0 deletions
diff --git a/main/src/addins/GnomePlatform/ChangeLog b/main/src/addins/GnomePlatform/ChangeLog
index 79ad77d2bb..d1c2e74ac0 100644
--- a/main/src/addins/GnomePlatform/ChangeLog
+++ b/main/src/addins/GnomePlatform/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-18 Lluis Sanchez Gual <lluis@novell.com>
+
+ * GnomePlatform.csproj: Add missing reference.
+
2010-02-10 Michael Hutchinson <mhutchinson@novell.com>
* GnomePlatform.cs: Tidy up GIO vs. GnomeVFS a bit.
diff --git a/main/src/addins/GnomePlatform/GnomePlatform.csproj b/main/src/addins/GnomePlatform/GnomePlatform.csproj
index cfbf478da1..9d4f59d327 100644
--- a/main/src/addins/GnomePlatform/GnomePlatform.csproj
+++ b/main/src/addins/GnomePlatform/GnomePlatform.csproj
@@ -56,6 +56,7 @@
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
+ <Reference Include="art-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">