wasCSharpSQLite – Diff between revs 1 and 2

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