summaryrefslogtreecommitdiff
path: root/lang/csharp/src/db_dotnet.csproj
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/csharp/src/db_dotnet.csproj
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/csharp/src/db_dotnet.csproj')
-rw-r--r--lang/csharp/src/db_dotnet.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/csharp/src/db_dotnet.csproj b/lang/csharp/src/db_dotnet.csproj
index ba0dc416..11549a50 100644
--- a/lang/csharp/src/db_dotnet.csproj
+++ b/lang/csharp/src/db_dotnet.csproj
@@ -5,7 +5,7 @@
<ProjectGuid>{4696FB1E-1E5F-40B9-BD8C-A54D3BDA00F6}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
- <AssemblyName>libdb_dotnet53</AssemblyName>
+ <AssemblyName>libdb_dotnet61</AssemblyName>
<RootNamespace>BerkeleyDB</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
@@ -38,7 +38,7 @@
<OutputPath>..\..\..\build_windows\AnyCPU\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>doc\libdb_dotnet53.XML</DocumentationFile>
+ <DocumentationFile>doc\libdb_dotnet61.XML</DocumentationFile>
<NoWarn>419</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -46,7 +46,7 @@
<Optimize>true</Optimize>
<OutputPath>..\..\..\build_windows\AnyCPU\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>doc\libdb_dotnet53.XML</DocumentationFile>
+ <DocumentationFile>doc\libdb_dotnet61.XML</DocumentationFile>
<NoWarn>419</NoWarn>
</PropertyGroup>
<ItemGroup>
@@ -71,6 +71,8 @@
<Compile Include="CompactData.cs"/>
<Compile Include="MultipleKeyDatabaseEntry.cs"/>
<Compile Include="DatabaseEntry.cs"/>
+ <Compile Include="DatabaseStream.cs"/>
+ <Compile Include="DatabaseStreamConfig.cs"/>
<Compile Include="DbChannel.cs"/>
<Compile Include="DbSite.cs"/>
<Compile Include="DbSiteConfig.cs"/>
@@ -150,6 +152,7 @@
<Compile Include="Internal\DB_LSN.cs"/>
<Compile Include="Internal\db_recops.cs"/>
<Compile Include="Internal\DB_SITE.cs"/>
+ <Compile Include="Internal\DB_STREAM.cs"/>
<Compile Include="Internal\DB_TXN.cs"/>
<Compile Include="Internal\DB_TXN_TOKEN.cs"/>
<Compile Include="Internal\Delegates.cs"/>