summaryrefslogtreecommitdiff
path: root/lang/csharp/src/db_dotnet.csproj
diff options
context:
space:
mode:
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"/>