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>2009-10-29 19:05:57 +0300
committerLluis Sanchez <lluis@novell.com>2009-10-29 19:05:57 +0300
commit47d148158f6a0a5768c2c06269aa24989e83c82b (patch)
tree72536fdd019b7101aebcc830d925f24d4a5852a8 /main/src/addins/GnomePlatform
parent6f2baafc847442238d6cc1833a4f9d8f0778144c (diff)
Flush.
svn path=/trunk/monodevelop/; revision=145038
Diffstat (limited to 'main/src/addins/GnomePlatform')
-rw-r--r--main/src/addins/GnomePlatform/ChangeLog4
-rw-r--r--main/src/addins/GnomePlatform/GnomePlatform.csproj11
2 files changed, 11 insertions, 4 deletions
diff --git a/main/src/addins/GnomePlatform/ChangeLog b/main/src/addins/GnomePlatform/ChangeLog
index d591e9bcd1..3fea397f39 100644
--- a/main/src/addins/GnomePlatform/ChangeLog
+++ b/main/src/addins/GnomePlatform/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-29 Lluis Sanchez Gual <lluis@novell.com>
+
+ * GnomePlatform.csproj: Flush.
+
2009-10-08 Ankit Jain <jankit@novell.com>
* GnomePlatform.csproj: Mark gtk-sharp/pango-sharp with
diff --git a/main/src/addins/GnomePlatform/GnomePlatform.csproj b/main/src/addins/GnomePlatform/GnomePlatform.csproj
index 8f91beccd8..cfbf478da1 100644
--- a/main/src/addins/GnomePlatform/GnomePlatform.csproj
+++ b/main/src/addins/GnomePlatform/GnomePlatform.csproj
@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<AssemblyName>GnomePlatform</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <RootNamespace>GnomePlatform</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -42,10 +43,10 @@
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
@@ -69,7 +70,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="GnomePlatform.addin.xml" />
+ <EmbeddedResource Include="GnomePlatform.addin.xml">
+ <LogicalName>GnomePlatform.addin.xml</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="GnomePlatform.cs" />
@@ -78,7 +81,7 @@
</ItemGroup>
<ItemGroup>
<None Include="GnomePlatform.dll.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />