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 <lluis@novell.com>2008-11-05 01:16:05 +0300
committerLluis Sanchez <lluis@novell.com>2008-11-05 01:16:05 +0300
commit88d39dbf63557527943e035013f33c747fd09180 (patch)
tree98bca29d2f66cf51f367ece308fe6ac4d10959fa /Mono.Addins/Mono.Addins.csproj
parent57e05423dd741f45e72926855ac12e65f0e39b92 (diff)
* mono-addins/Mono.Addins/Mono.Addins.csproj: Generate a library, not an
exe. svn path=/trunk/mono-addins/; revision=117947
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index 152eebf..4599990 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<ProjectGuid>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AssemblyName>Mono.Addins.dll</AssemblyName>
+ <OutputType>Library</OutputType>
+ <AssemblyName>Mono.Addins</AssemblyName>
<TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Default|AnyCPU' ">
@@ -124,7 +124,7 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <GtkDesignInfo gtkVersion="2.8.3" />
+ <GtkDesignInfo />
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
<BuildFilesVar Sync="true" Name="FILES" />
<DeployFilesVar Sync="true" Name="DATA_FILES" />