Skip to content

Commit

Permalink
Switched project to .NET 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Mar 8, 2012
1 parent 6f1e1b7 commit e4b2eda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leveldb-sharp.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -9,7 +9,6 @@
<OutputType>Library</OutputType>
<RootNamespace>LevelDB</RootNamespace>
<AssemblyName>leveldb-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>leveldb-sharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit e4b2eda

Please sign in to comment.