1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProjectGuid>{4696FB1E-1E5F-40B9-BD8C-A54D3BDA00F6}</ProjectGuid>
6    <OutputType>Library</OutputType>
7    <NoStandardLibraries>false</NoStandardLibraries>
8    <AssemblyName>libdb_dotnet48</AssemblyName>
9    <RootNamespace>BerkeleyDB</RootNamespace>
10    <FileUpgradeFlags>
11    </FileUpgradeFlags>
12    <UpgradeBackupLocation>
13    </UpgradeBackupLocation>
14    <OldToolsVersion>2.0</OldToolsVersion>
15    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16    <PublishUrl>publish\</PublishUrl>
17    <Install>true</Install>
18    <InstallFrom>Disk</InstallFrom>
19    <UpdateEnabled>false</UpdateEnabled>
20    <UpdateMode>Foreground</UpdateMode>
21    <UpdateInterval>7</UpdateInterval>
22    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23    <UpdatePeriodically>false</UpdatePeriodically>
24    <UpdateRequired>false</UpdateRequired>
25    <MapFileExtensions>true</MapFileExtensions>
26    <ApplicationRevision>0</ApplicationRevision>
27    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28    <IsWebBootstrapper>false</IsWebBootstrapper>
29    <UseApplicationTrust>false</UseApplicationTrust>
30    <BootstrapperEnabled>true</BootstrapperEnabled>
31    <StartupObject>
32    </StartupObject>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35    <DebugSymbols>true</DebugSymbols>
36    <DebugType>full</DebugType>
37    <Optimize>false</Optimize>
38    <OutputPath>..\build_windows\AnyCPU\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41    <DocumentationFile>doc\libdb_dotnet48.XML</DocumentationFile>
42    <NoWarn>419</NoWarn>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>..\build_windows\AnyCPU\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>doc\libdb_dotnet48.XML</DocumentationFile>
50    <NoWarn>419</NoWarn>
51  </PropertyGroup>
52  <ItemGroup>
53    <Reference Include="System" />
54    <Reference Include="System.Data" />
55    <Reference Include="System.Xml" />
56  </ItemGroup>
57  <ItemGroup>
58    <Compile Include="AckPolicy.cs" />
59    <Compile Include="ActiveTransaction.cs" />
60    <Compile Include="BaseCursor.cs" />
61    <Compile Include="BTreeCursor.cs" />
62    <Compile Include="BTreeDatabase.cs" />
63    <Compile Include="BTreeDatabaseConfig.cs" />
64    <Compile Include="BTreeStats.cs" />
65    <Compile Include="ByteOrder.cs" />
66    <Compile Include="CacheInfo.cs" />
67    <Compile Include="CachePriority.cs" />
68    <Compile Include="CompactConfig.cs" />
69    <Compile Include="BaseDatabase.cs" />
70    <Compile Include="CompactData.cs" />
71    <Compile Include="MultipleKeyDatabaseEntry.cs" />
72    <Compile Include="DatabaseEntry.cs" />
73    <Compile Include="DbThreadID.cs" />
74    <Compile Include="DeadlockPolicy.cs" />
75    <Compile Include="Enums.cs" />
76    <Compile Include="ErrorCodes.cs" />
77    <Compile Include="HashStats.cs" />
78    <Compile Include="Internal\DB_LOCKREQ.cs" />
79    <Compile Include="Internal\DB_PREPLIST.cs" />
80    <Compile Include="Internal\DB_REPMGR_SITE.cs" />
81    <Compile Include="Internal\DB_SEQUENCE.cs" />
82    <Compile Include="Internal\libdb_csharp.cs" />
83    <Compile Include="Internal\libdb_csharpPINVOKE.cs" />
84    <Compile Include="Internal\StatStructs.cs" />
85    <Compile Include="LockingConfig.cs" />
86    <Compile Include="LockOperation.cs" />
87    <Compile Include="DatabaseException.cs" />
88    <Compile Include="Delegates.cs" />
89    <Compile Include="Internal\db_lockop_t.cs" />
90    <Compile Include="LockRequest.cs" />
91    <Compile Include="LockStats.cs" />
92    <Compile Include="LogConfig.cs" />
93    <Compile Include="LogStats.cs" />
94    <Compile Include="MPoolConfig.cs" />
95    <Compile Include="MPoolFileStats.cs" />
96    <Compile Include="MPoolStats.cs" />
97    <Compile Include="MultipleDatabaseEntry.cs" />
98    <Compile Include="Mutex.cs" />
99    <Compile Include="MutexConfig.cs" />
100    <Compile Include="MutexStats.cs" />
101    <Compile Include="PreparedTransaction.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <Compile Include="QueueStats.cs" />
104    <Compile Include="RecnoStats.cs" />
105    <Compile Include="ReplicationConfig.cs" />
106    <Compile Include="ReplicationHostAddress.cs" />
107    <Compile Include="ReplicationStats.cs" />
108    <Compile Include="RepMgrSite.cs" />
109    <Compile Include="RepMgrStats.cs" />
110    <Compile Include="RepProcMsgResult.cs" />
111    <Compile Include="SecondaryBTreeDatabase.cs" />
112    <Compile Include="SecondaryHashDatabase.cs" />
113    <Compile Include="SecondaryHashDatabaseConfig.cs" />
114    <Compile Include="SecondaryQueueDatabase.cs" />
115    <Compile Include="SecondaryQueueDatabaseConfig.cs" />
116    <Compile Include="SecondaryRecnoDatabase.cs" />
117    <Compile Include="SecondaryRecnoDatabaseConfig.cs" />
118    <Compile Include="CursorConfig.cs" />
119    <Compile Include="RecnoCursor.cs" />
120    <Compile Include="HashCursor.cs" />
121    <Compile Include="Cursor.cs" />
122    <Compile Include="Database.cs" />
123    <Compile Include="DatabaseConfig.cs" />
124    <Compile Include="DatabaseEnvironment.cs" />
125    <Compile Include="DatabaseEnvironmentConfig.cs" />
126    <Compile Include="DatabaseType.cs" />
127    <Compile Include="HashDatabase.cs" />
128    <Compile Include="HashDatabaseConfig.cs" />
129    <Compile Include="Internal\DB.cs" />
130    <Compile Include="Internal\DBC.cs" />
131    <Compile Include="Internal\DbConstants.cs" />
132    <Compile Include="Internal\DBT.cs" />
133    <Compile Include="Internal\DBTYPE.cs" />
134    <Compile Include="Internal\DB_COMPACT.cs" />
135    <Compile Include="Internal\DB_ENV.cs" />
136    <Compile Include="Internal\DB_KEY_RANGE.cs" />
137    <Compile Include="Internal\DB_LOCK.cs" />
138    <Compile Include="Internal\db_lockmode_t.cs" />
139    <Compile Include="Internal\DB_LSN.cs" />
140    <Compile Include="Internal\db_recops.cs" />
141    <Compile Include="Internal\DB_TXN.cs" />
142    <Compile Include="Internal\Delegates.cs" />
143    <Compile Include="JoinCursor.cs" />
144    <Compile Include="KeyRange.cs" />
145    <Compile Include="Lock.cs" />
146    <Compile Include="LockingInfo.cs" />
147    <Compile Include="LockMode.cs" />
148    <Compile Include="LSN.cs" />
149    <Compile Include="QueueDatabase.cs" />
150    <Compile Include="QueueDatabaseConfig.cs" />
151    <Compile Include="RecnoDatabase.cs" />
152    <Compile Include="RecnoDatabaseConfig.cs" />
153    <Compile Include="SecondaryBTreeDatabaseConfig.cs" />
154    <Compile Include="SecondaryCursor.cs" />
155    <Compile Include="SecondaryDatabase.cs" />
156    <Compile Include="SecondaryDatabaseConfig.cs" />
157    <Compile Include="Sequence.cs" />
158    <Compile Include="SequenceConfig.cs" />
159    <Compile Include="SequenceStats.cs" />
160    <Compile Include="Transaction.cs" />
161    <Compile Include="TransactionConfig.cs" />
162    <Compile Include="TransactionStats.cs" />
163    <Compile Include="VerboseMessages.cs" />
164  </ItemGroup>
165  <ItemGroup>
166    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
169      <Install>true</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
174      <Install>false</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
177      <Visible>False</Visible>
178      <ProductName>.NET Framework 3.5</ProductName>
179      <Install>false</Install>
180    </BootstrapperPackage>
181  </ItemGroup>
182  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
183  <ProjectExtensions>
184    <VisualStudio AllowExistingFolder="true" />
185  </ProjectExtensions>
186</Project>