wasCSharpSQLite – Blame information for rev

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