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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>
35 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
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>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>pdbonly</DebugType>
53 <Optimize>true</Optimize>
54 <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 <ErrorReport>prompt</ErrorReport>
57 <WarningLevel>4</WarningLevel>
58 <PlatformTarget>AnyCPU</PlatformTarget>
59 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61 <SignAssembly>true</SignAssembly>
62 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
63 </PropertyGroup>
64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
65 <DebugSymbols>true</DebugSymbols>
66 <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>
68 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
69 <DebugType>full</DebugType>
70 <PlatformTarget>x86</PlatformTarget>
71 <ErrorReport>prompt</ErrorReport>
72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73 <WarningLevel>4</WarningLevel>
74 <Optimize>false</Optimize>
75 </PropertyGroup>
76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
77 <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>
79 <Optimize>true</Optimize>
80 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
81 <DebugType>pdbonly</DebugType>
82 <PlatformTarget>x86</PlatformTarget>
83 <ErrorReport>prompt</ErrorReport>
84 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85 <WarningLevel>4</WarningLevel>
86 </PropertyGroup>
87 <PropertyGroup>
88 <SignAssembly>false</SignAssembly>
89 </PropertyGroup>
90 <ItemGroup>
91 <Reference Include="System" />
92 <Reference Include="System.Core">
93 <RequiredTargetFramework>3.5</RequiredTargetFramework>
94 </Reference>
95 <Reference Include="System.Data" />
96 <Reference Include="System.Management" />
97 <Reference Include="System.Xml" />
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="src\alter_c.cs">
101 </Compile>
102 <Compile Include="src\analyze_c.cs">
103 </Compile>
104 <Compile Include="src\attach_c.cs">
105 </Compile>
106 <Compile Include="src\auth_c.cs">
107 </Compile>
108 <Compile Include="src\backup_c.cs">
109 </Compile>
110 <Compile Include="src\bitvec_c.cs">
111 </Compile>
112 <Compile Include="src\btmutex_c.cs">
113 </Compile>
114 <Compile Include="src\BtreeInt_h.cs">
115 </Compile>
116 <Compile Include="src\btree_c.cs">
117 </Compile>
118 <Compile Include="src\Btree_h.cs">
119 </Compile>
120 <Compile Include="src\build_c.cs">
121 </Compile>
122 <Compile Include="src\callback_c.cs">
123 </Compile>
124 <Compile Include="src\complete_c.cs">
125 </Compile>
126 <Compile Include="src\crypto.cs" />
127 <Compile Include="src\ctime_c.cs" />
128 <Compile Include="src\date_c.cs">
129 </Compile>
130 <Compile Include="src\Delegates.cs" />
131 <Compile Include="src\delete_c.cs">
132 </Compile>
133 <Compile Include="src\expr_c.cs">
134 </Compile>
135 <Compile Include="src\fault_c.cs">
136 </Compile>
137 <Compile Include="src\fkey_c.cs" />
138 <Compile Include="src\func_c.cs">
139 </Compile>
140 <Compile Include="src\global_c.cs">
141 </Compile>
142 <Compile Include="src\hash_c.cs">
143 </Compile>
144 <Compile Include="src\Hash_h.cs">
145 </Compile>
146 <Compile Include="src\hwtime_c.cs">
147 </Compile>
148 <Compile Include="src\insert_c.cs">
149 </Compile>
150 <Compile Include="src\journal_c.cs">
151 </Compile>
152 <Compile Include="src\keywordhash_h.cs">
153 </Compile>
154 <Compile Include="src\legacy_c.cs">
155 </Compile>
156 <Compile Include="src\loadext_c.cs">
157 </Compile>
158 <Compile Include="src\main_c.cs">
159 </Compile>
160 <Compile Include="src\malloc_c.cs">
161 </Compile>
162 <Compile Include="src\memjournal_c.cs">
163 </Compile>
164 <Compile Include="src\mem_Pool.cs" />
165 <Compile Include="src\mutex_c.cs">
166 </Compile>
167 <Compile Include="src\mutex_h.cs">
168 </Compile>
169 <Compile Include="src\mutex_noop_c.cs">
170 </Compile>
171 <Compile Include="src\mutex_w32.cs">
172 </Compile>
173 <Compile Include="src\notify_c.cs">
174 </Compile>
175 <Compile Include="src\opcodes_c.cs">
176 </Compile>
177 <Compile Include="src\opcodes_h.cs">
178 </Compile>
179 <Compile Include="src\os_c.cs">
180 </Compile>
181 <Compile Include="src\os_common_h.cs">
182 </Compile>
183 <Compile Include="src\os_h.cs">
184 </Compile>
185 <Compile Include="src\os_win_c.cs">
186 </Compile>
187 <Compile Include="src\pager_c.cs">
188 </Compile>
189 <Compile Include="src\pager_h.cs">
190 </Compile>
191 <Compile Include="src\parse_c.cs">
192 </Compile>
193 <Compile Include="src\parse_h.cs">
194 </Compile>
195 <Compile Include="src\pcache1_c.cs">
196 </Compile>
197 <Compile Include="src\pcache_c.cs">
198 </Compile>
199 <Compile Include="src\pcache_h.cs">
200 </Compile>
201 <Compile Include="src\pragma_c.cs">
202 </Compile>
203 <Compile Include="src\prepare_c.cs">
204 </Compile>
205 <Compile Include="src\printf_c.cs">
206 </Compile>
207 <Compile Include="src\random_c.cs">
208 </Compile>
209 <Compile Include="src\resolve_c.cs">
210 </Compile>
211 <Compile Include="src\rowset_c.cs">
212 </Compile>
213 <Compile Include="src\select_c.cs">
214 </Compile>
215 <Compile Include="src\sqlite3_h.cs">
216 </Compile>
217 <Compile Include="src\sqliteInt_h.cs">
218 </Compile>
219 <Compile Include="src\sqliteLimit_h.cs">
220 </Compile>
221 <Compile Include="src\status_c.cs">
222 </Compile>
223 <Compile Include="src\table_c.cs">
224 </Compile>
225 <Compile Include="src\tokenize_c.cs">
226 </Compile>
227 <Compile Include="src\trigger_c.cs">
228 </Compile>
229 <Compile Include="src\update_c.cs">
230 </Compile>
231 <Compile Include="src\utf_c.cs">
232 </Compile>
233 <Compile Include="src\util_c.cs">
234 </Compile>
235 <Compile Include="src\vacuum_c.cs">
236 </Compile>
237 <Compile Include="src\vdbeapi_c.cs">
238 </Compile>
239 <Compile Include="src\vdbeaux_c.cs">
240 </Compile>
241 <Compile Include="src\vdbeblob_c.cs">
242 </Compile>
243 <Compile Include="src\VdbeInt_h.cs">
244 </Compile>
245 <Compile Include="src\vdbemem_c.cs">
246 </Compile>
247 <Compile Include="src\vdbetrace_c.cs" />
248 <Compile Include="src\vdbe_c.cs">
249 </Compile>
250 <Compile Include="src\Vdbe_h.cs">
251 </Compile>
252 <Compile Include="src\vtab_c.cs">
253 </Compile>
254 <Compile Include="src\walker_c.cs">
255 </Compile>
256 <Compile Include="src\wal_c.cs" />
257 <Compile Include="src\wal_h.cs" />
258 <Compile Include="src\where_c.cs">
259 </Compile>
260 <Compile Include="src\_Custom.cs">
261 </Compile>
262 <Compile Include="Properties\AssemblyInfo.cs" />
263 </ItemGroup>
264 <ItemGroup>
265 <None Include="app.config" />
266 <None Include="MEDIT.CSharpSqlite.snk" />
267 </ItemGroup>
268 <ItemGroup>
269 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
270 <Visible>False</Visible>
271 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
272 <Install>false</Install>
273 </BootstrapperPackage>
274 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
275 <Visible>False</Visible>
276 <ProductName>.NET Framework 3.5 SP1</ProductName>
277 <Install>true</Install>
278 </BootstrapperPackage>
279 <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
280 <Visible>False</Visible>
281 <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
282 <Install>true</Install>
283 </BootstrapperPackage>
284 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
285 <Visible>False</Visible>
286 <ProductName>Windows Installer 3.1</ProductName>
287 <Install>true</Install>
288 </BootstrapperPackage>
289 </ItemGroup>
290 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
291 <!-- 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.
293 <Target Name="BeforeBuild">
294 </Target>
295 <Target Name="AfterBuild">
296 </Target>
297 -->
298 </Project>