1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">AnyCPU
</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <ProjectGuid>{BB1D1D81-
7A74-
4183-B7B1-
3E78B32D42F1}
</ProjectGuid>
8 <OutputType>Library
</OutputType>
9 <UseParentDirectoryAsNamespace>true
</UseParentDirectoryAsNamespace>
10 <AssemblyName>Mono.Data.Sqlite
</AssemblyName>
11 <SchemaVersion>2.0</SchemaVersion>
12 <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis
</SourceAnalysisOverrideSettingsFile>
13 <AllowUnsafeBlocks>True
</AllowUnsafeBlocks>
14 <NoStdLib>False
</NoStdLib>
15 <TreatWarningsAsErrors>false
</TreatWarningsAsErrors>
16 <TargetFrameworkVersion>v3.5
</TargetFrameworkVersion>
17 <Optimize>true
</Optimize>
18 <ErrorReport>prompt
</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
21 <DefineConstants>NET_2_0 MONO_BACKWARD_COMPAT
</DefineConstants>
22 <ReleaseVersion>1.3</ReleaseVersion>
23 <RootNamespace>Mono.Data.Sqlite
</RootNamespace>
25 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26 <DebugSymbols>true
</DebugSymbols>
27 <DebugType>full
</DebugType>
28 <OutputPath>..\..\..\bin
</OutputPath>
29 <WarningLevel>4</WarningLevel>
30 <Optimize>false
</Optimize>
31 <DefineConstants>NET_2_0 MONO_BACKWARD_COMPAT
</DefineConstants>
33 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
34 <DebugSymbols>true
</DebugSymbols>
35 <DebugType>full
</DebugType>
36 <PlatformTarget>x86
</PlatformTarget>
37 <OutputPath>..\..\..\bin
</OutputPath>
38 <WarningLevel>4</WarningLevel>
39 <Optimize>false
</Optimize>
40 <DefineConstants>NET_2_0 MONO_BACKWARD_COMPAT
</DefineConstants>
41 <AllowUnsafeBlocks>true
</AllowUnsafeBlocks>
44 <Reference Include=
"System" />
45 <Reference Include=
"System.Data" />
46 <Reference Include=
"System.Transactions" />
47 <Reference Include=
"System.Xml" />
50 <Compile Include=
"Mono.Data.Sqlite\SQLite3.cs" />
51 <Compile Include=
"Mono.Data.Sqlite\SQLite3_UTF16.cs" />
52 <Compile Include=
"Mono.Data.Sqlite\SQLiteBase.cs" />
53 <Compile Include=
"Mono.Data.Sqlite\SQLiteCommand.cs" />
54 <Compile Include=
"Mono.Data.Sqlite\SQLiteCommandBuilder.cs" />
55 <Compile Include=
"Mono.Data.Sqlite\SQLiteConnection.cs" />
56 <Compile Include=
"Mono.Data.Sqlite\SQLiteConnectionStringBuilder.cs" />
57 <Compile Include=
"Mono.Data.Sqlite\SQLiteConvert.cs" />
58 <Compile Include=
"Mono.Data.Sqlite\SQLiteDataAdapter.cs" />
59 <Compile Include=
"Mono.Data.Sqlite\SQLiteDataReader.cs" />
60 <Compile Include=
"Mono.Data.Sqlite\SQLiteEnlistment.cs" />
61 <Compile Include=
"Mono.Data.Sqlite\SQLiteException.cs" />
62 <Compile Include=
"Mono.Data.Sqlite\SQLiteFactory.cs" />
63 <Compile Include=
"Mono.Data.Sqlite\SQLiteFunction.cs" />
64 <Compile Include=
"Mono.Data.Sqlite\SQLiteFunctionAttribute.cs" />
65 <Compile Include=
"Mono.Data.Sqlite\SQLiteMetaDataCollectionNames.cs" />
66 <Compile Include=
"Mono.Data.Sqlite\SQLiteParameter.cs" />
67 <Compile Include=
"Mono.Data.Sqlite\SQLiteParameterCollection.cs" />
68 <Compile Include=
"Mono.Data.Sqlite\SQLiteStatement.cs" />
69 <Compile Include=
"Mono.Data.Sqlite\SQLiteTransaction.cs" />
70 <Compile Include=
"Mono.Data.Sqlite\SR.Designer.cs" />
71 <Compile Include=
"Mono.Data.Sqlite\SqliteDataSourceEnumerator.cs" />
72 <Compile Include=
"Mono.Data.Sqlite\UnsafeNativeMethods.cs" />
74 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
78 <Deployment.LinuxDeployData
generateScript=
"false" />
79 <MonoDevelop.Autotools.MakefileInfo
IntegrationEnabled=
"true" RelativeMakefileName=
"Makefile.am">
80 <BuildFilesVar Sync=
"true" Name=
"SOURCES" />
87 </MonoDevelop.Autotools.MakefileInfo
>