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-02-06 04:08:57 +0300
committerLluis Sanchez <lluis@novell.com>2009-02-06 04:08:57 +0300
commit11424ecf573ea35857d833ae914e5cca5d31715c (patch)
treea6d0d751a8946cf8762e8e767df7e4ada38bc37d /main/src/addins/GnomePlatform
parent659afd04a1aeea2c6113e5c0da87228adc02924f (diff)
* Main.sln:
* src/addins/VBNetBinding/VBNetBinding.csproj: * src/addins/GnomePlatform/GnomePlatform.csproj: * src/addins/MonoDeveloperExtensions/MonoDeveloperExtensions.csproj: Flush. svn path=/trunk/monodevelop/; revision=125979
Diffstat (limited to 'main/src/addins/GnomePlatform')
-rw-r--r--main/src/addins/GnomePlatform/ChangeLog4
-rw-r--r--main/src/addins/GnomePlatform/GnomePlatform.csproj5
2 files changed, 4 insertions, 5 deletions
diff --git a/main/src/addins/GnomePlatform/ChangeLog b/main/src/addins/GnomePlatform/ChangeLog
index e6bee4417b..94838c2179 100644
--- a/main/src/addins/GnomePlatform/ChangeLog
+++ b/main/src/addins/GnomePlatform/ChangeLog
@@ -1,5 +1,9 @@
2009-02-06 Lluis Sanchez Gual <lluis@novell.com>
+ * GnomePlatform.csproj: Flush.
+
+2009-02-06 Lluis Sanchez Gual <lluis@novell.com>
+
* GnomePlatform.mdp:
* GnomePlatform.csproj: Migrated to MSBuild file format.
diff --git a/main/src/addins/GnomePlatform/GnomePlatform.csproj b/main/src/addins/GnomePlatform/GnomePlatform.csproj
index 6674d34b16..263d019bbf 100644
--- a/main/src/addins/GnomePlatform/GnomePlatform.csproj
+++ b/main/src/addins/GnomePlatform/GnomePlatform.csproj
@@ -39,7 +39,6 @@
<Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System" />
<Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="Mono.Posix" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
@@ -53,15 +52,11 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="GnomePlatform.addin.xml" />
- <EmbeddedResource Include="gtk-gui\gui.stetic">
- <LogicalName>gui.stetic</LogicalName>
- </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="GnomePlatform.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Gio.cs" />
- <Compile Include="gtk-gui\generated.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>