wasCSharpSQLite – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 office 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
1 office 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Community.CsharpSqlite</RootNamespace>
12 <AssemblyName>Community.CsharpSqlite</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <TargetFrameworkSubset>
34 </TargetFrameworkSubset>
2 office 35 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1 office 36 <TargetFrameworkProfile />
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <Optimize>false</Optimize>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DefineConstants>DEBUG;NET_2_0 SQLITE_DEBUG TRUE WIN32 NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC SQLITE_MEM_POOL SQLITE_MUTEX_W32 SQLITE_THREADSAFE SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48 <SignAssembly>true</SignAssembly>
49 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
2 office 50 <Prefer32Bit>false</Prefer32Bit>
1 office 51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>bin\Release\</OutputPath>
56 <DefineConstants>WINDOWS_MOBILE TRUE WIN32 NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_MUTEX_OMIT SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
57 <ErrorReport>prompt</ErrorReport>
58 <WarningLevel>4</WarningLevel>
59 <PlatformTarget>AnyCPU</PlatformTarget>
60 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62 <SignAssembly>true</SignAssembly>
63 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
2 office 64 <Prefer32Bit>false</Prefer32Bit>
1 office 65 </PropertyGroup>
66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
67 <DebugSymbols>true</DebugSymbols>
68 <OutputPath>bin\x86\Debug\</OutputPath>
69 <DefineConstants>DEBUG;SQLITE_DEBUG TRUE WIN32 _MSC_VER NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC SQLITE_MEM_POOL SQLITE_MUTEX_W32 SQLITE_THREADSAFE SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
70 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
71 <DebugType>full</DebugType>
72 <PlatformTarget>x86</PlatformTarget>
73 <ErrorReport>prompt</ErrorReport>
74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75 <WarningLevel>4</WarningLevel>
76 <Optimize>false</Optimize>
2 office 77 <Prefer32Bit>false</Prefer32Bit>
1 office 78 </PropertyGroup>
79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
80 <OutputPath>bin\x86\Release\</OutputPath>
81 <DefineConstants>TRUE WIN32 _MSC_VER NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_ENABLE_OVERSIZE_CELL_CHECK SQLITE_MUTEX_OMIT SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
82 <Optimize>true</Optimize>
83 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
84 <DebugType>pdbonly</DebugType>
85 <PlatformTarget>x86</PlatformTarget>
86 <ErrorReport>prompt</ErrorReport>
87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88 <WarningLevel>4</WarningLevel>
2 office 89 <Prefer32Bit>false</Prefer32Bit>
1 office 90 </PropertyGroup>
91 <PropertyGroup>
92 <SignAssembly>false</SignAssembly>
93 </PropertyGroup>
94 <ItemGroup>
95 <Reference Include="System" />
96 <Reference Include="System.Core">
97 <RequiredTargetFramework>3.5</RequiredTargetFramework>
98 </Reference>
99 <Reference Include="System.Data" />
100 <Reference Include="System.Management" />
101 <Reference Include="System.Xml" />
102 </ItemGroup>
103 <ItemGroup>
104 <Compile Include="src\alter_c.cs">
105 </Compile>
106 <Compile Include="src\analyze_c.cs">
107 </Compile>
108 <Compile Include="src\attach_c.cs">
109 </Compile>
110 <Compile Include="src\auth_c.cs">
111 </Compile>
112 <Compile Include="src\backup_c.cs">
113 </Compile>
114 <Compile Include="src\bitvec_c.cs">
115 </Compile>
116 <Compile Include="src\btmutex_c.cs">
117 </Compile>
118 <Compile Include="src\BtreeInt_h.cs">
119 </Compile>
120 <Compile Include="src\btree_c.cs">
121 </Compile>
122 <Compile Include="src\Btree_h.cs">
123 </Compile>
124 <Compile Include="src\build_c.cs">
125 </Compile>
126 <Compile Include="src\callback_c.cs">
127 </Compile>
128 <Compile Include="src\complete_c.cs">
129 </Compile>
130 <Compile Include="src\crypto.cs" />
131 <Compile Include="src\ctime_c.cs" />
132 <Compile Include="src\date_c.cs">
133 </Compile>
134 <Compile Include="src\Delegates.cs" />
135 <Compile Include="src\delete_c.cs">
136 </Compile>
137 <Compile Include="src\expr_c.cs">
138 </Compile>
139 <Compile Include="src\fault_c.cs">
140 </Compile>
141 <Compile Include="src\fkey_c.cs" />
142 <Compile Include="src\func_c.cs">
143 </Compile>
144 <Compile Include="src\global_c.cs">
145 </Compile>
146 <Compile Include="src\hash_c.cs">
147 </Compile>
148 <Compile Include="src\Hash_h.cs">
149 </Compile>
150 <Compile Include="src\hwtime_c.cs">
151 </Compile>
152 <Compile Include="src\insert_c.cs">
153 </Compile>
154 <Compile Include="src\journal_c.cs">
155 </Compile>
156 <Compile Include="src\keywordhash_h.cs">
157 </Compile>
158 <Compile Include="src\legacy_c.cs">
159 </Compile>
160 <Compile Include="src\loadext_c.cs">
161 </Compile>
162 <Compile Include="src\main_c.cs">
163 </Compile>
164 <Compile Include="src\malloc_c.cs">
165 </Compile>
166 <Compile Include="src\memjournal_c.cs">
167 </Compile>
168 <Compile Include="src\mem_Pool.cs" />
169 <Compile Include="src\mutex_c.cs">
170 </Compile>
171 <Compile Include="src\mutex_h.cs">
172 </Compile>
173 <Compile Include="src\mutex_noop_c.cs">
174 </Compile>
175 <Compile Include="src\mutex_w32.cs">
176 </Compile>
177 <Compile Include="src\notify_c.cs">
178 </Compile>
179 <Compile Include="src\opcodes_c.cs">
180 </Compile>
181 <Compile Include="src\opcodes_h.cs">
182 </Compile>
183 <Compile Include="src\os_c.cs">
184 </Compile>
185 <Compile Include="src\os_common_h.cs">
186 </Compile>
187 <Compile Include="src\os_h.cs">
188 </Compile>
189 <Compile Include="src\os_win_c.cs">
190 </Compile>
191 <Compile Include="src\pager_c.cs">
192 </Compile>
193 <Compile Include="src\pager_h.cs">
194 </Compile>
195 <Compile Include="src\parse_c.cs">
196 </Compile>
197 <Compile Include="src\parse_h.cs">
198 </Compile>
199 <Compile Include="src\pcache1_c.cs">
200 </Compile>
201 <Compile Include="src\pcache_c.cs">
202 </Compile>
203 <Compile Include="src\pcache_h.cs">
204 </Compile>
205 <Compile Include="src\pragma_c.cs">
206 </Compile>
207 <Compile Include="src\prepare_c.cs">
208 </Compile>
209 <Compile Include="src\printf_c.cs">
210 </Compile>
211 <Compile Include="src\random_c.cs">
212 </Compile>
213 <Compile Include="src\resolve_c.cs">
214 </Compile>
215 <Compile Include="src\rowset_c.cs">
216 </Compile>
217 <Compile Include="src\select_c.cs">
218 </Compile>
219 <Compile Include="src\sqlite3_h.cs">
220 </Compile>
221 <Compile Include="src\sqliteInt_h.cs">
222 </Compile>
223 <Compile Include="src\sqliteLimit_h.cs">
224 </Compile>
225 <Compile Include="src\status_c.cs">
226 </Compile>
227 <Compile Include="src\table_c.cs">
228 </Compile>
229 <Compile Include="src\tokenize_c.cs">
230 </Compile>
231 <Compile Include="src\trigger_c.cs">
232 </Compile>
233 <Compile Include="src\update_c.cs">
234 </Compile>
235 <Compile Include="src\utf_c.cs">
236 </Compile>
237 <Compile Include="src\util_c.cs">
238 </Compile>
239 <Compile Include="src\vacuum_c.cs">
240 </Compile>
241 <Compile Include="src\vdbeapi_c.cs">
242 </Compile>
243 <Compile Include="src\vdbeaux_c.cs">
244 </Compile>
245 <Compile Include="src\vdbeblob_c.cs">
246 </Compile>
247 <Compile Include="src\VdbeInt_h.cs">
248 </Compile>
249 <Compile Include="src\vdbemem_c.cs">
250 </Compile>
251 <Compile Include="src\vdbetrace_c.cs" />
252 <Compile Include="src\vdbe_c.cs">
253 </Compile>
254 <Compile Include="src\Vdbe_h.cs">
255 </Compile>
256 <Compile Include="src\vtab_c.cs">
257 </Compile>
258 <Compile Include="src\walker_c.cs">
259 </Compile>
260 <Compile Include="src\wal_c.cs" />
261 <Compile Include="src\wal_h.cs" />
262 <Compile Include="src\where_c.cs">
263 </Compile>
264 <Compile Include="src\_Custom.cs">
265 </Compile>
266 <Compile Include="Properties\AssemblyInfo.cs" />
267 </ItemGroup>
268 <ItemGroup>
269 <None Include="app.config" />
270 <None Include="MEDIT.CSharpSqlite.snk" />
271 </ItemGroup>
272 <ItemGroup>
273 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
274 <Visible>False</Visible>
275 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
276 <Install>false</Install>
277 </BootstrapperPackage>
278 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
279 <Visible>False</Visible>
280 <ProductName>.NET Framework 3.5 SP1</ProductName>
281 <Install>true</Install>
282 </BootstrapperPackage>
283 <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
284 <Visible>False</Visible>
285 <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
286 <Install>true</Install>
287 </BootstrapperPackage>
288 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
289 <Visible>False</Visible>
290 <ProductName>Windows Installer 3.1</ProductName>
291 <Install>true</Install>
292 </BootstrapperPackage>
293 </ItemGroup>
294 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
295 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
296 Other similar extension points exist, see Microsoft.Common.targets.
297 <Target Name="BeforeBuild">
298 </Target>
299 <Target Name="AfterBuild">
300 </Target>
301 -->
302 </Project>