wasCSharpSQLite – Blame information for rev 1

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