wasCSharpSQLite – Blame information for rev 4

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