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:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-10-18 07:31:53 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-10-18 07:31:53 +0400
commit498da987e6b80fde0d51a6a3140ec4277e674bb5 (patch)
tree97f2faa7262c38c388334a7ca918f7660ae6ed9f /Mono.Addins/Mono.Addins.csproj
parent6fbda9e8131f12c6e40a996328990d3d10f1ee3f (diff)
[build] Build against the 4.0 profilebuild_updates
This will allow the csproj files to be directly usable in the monodevelop build. I've also changed the gtk-sharp references to not require an exact version to aid building on multiple platforms.
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj6
1 files changed, 2 insertions, 4 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index 37234eb..0e68796 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -11,7 +11,7 @@
<RootNamespace>Mono.Addins</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -161,7 +161,5 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
- <ItemGroup>
- <Folder Include="Mono.Addins.Description\" />
- </ItemGroup>
+ <ItemGroup />
</Project> \ No newline at end of file