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>{7BC68E61-C64C-488C-975F-1E2248383B80}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Community.CsharpSqlite.SQLiteClient</RootNamespace>
12 <AssemblyName>Community.CsharpSqlite.SQLiteClient</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;SQLITE_DEBUG TRUE WIN32 _MSC_VER NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_ENABLE_STAT2 SQLITE_HAS_CODEC 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_VIRTUALTABLE 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 <PlatformTarget>AnyCPU</PlatformTarget>
48 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50 <SignAssembly>true</SignAssembly>
51 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
52 </PropertyGroup>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <DebugType>pdbonly</DebugType>
55 <Optimize>true</Optimize>
56 <OutputPath>bin\Release\</OutputPath>
57 <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_VIRTUALTABLE SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
58 <ErrorReport>prompt</ErrorReport>
59 <WarningLevel>4</WarningLevel>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
64 <SignAssembly>true</SignAssembly>
65 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
66 </PropertyGroup>
67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
68 <DebugSymbols>true</DebugSymbols>
69 <OutputPath>bin\x86\Debug\</OutputPath>
70 <DefineConstants>DEBUG;SQLITE_DEBUG TRUE WIN32 _MSC_VER NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_ENABLE_STAT2 SQLITE_HAS_CODEC 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_VIRTUALTABLE SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
71 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
72 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
73 <DebugType>full</DebugType>
74 <PlatformTarget>x86</PlatformTarget>
75 <ErrorReport>prompt</ErrorReport>
76 <RegisterForComInterop>false</RegisterForComInterop>
77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78 <WarningLevel>4</WarningLevel>
79 <Optimize>false</Optimize>
80 </PropertyGroup>
81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
82 <OutputPath>bin\x86\Release\</OutputPath>
83 <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_VIRTUALTABLE SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
84 <Optimize>true</Optimize>
85 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
86 <DebugType>pdbonly</DebugType>
87 <PlatformTarget>x86</PlatformTarget>
88 <ErrorReport>prompt</ErrorReport>
89 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90 <WarningLevel>4</WarningLevel>
91 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
92 </PropertyGroup>
93 <PropertyGroup>
94 <SignAssembly>false</SignAssembly>
95 </PropertyGroup>
96 <ItemGroup>
97 <Reference Include="System" />
98 <Reference Include="System.Core">
99 <RequiredTargetFramework>3.5</RequiredTargetFramework>
100 </Reference>
101 <Reference Include="System.Data" />
102 <Reference Include="System.Management" />
103 <Reference Include="System.Xml" />
104 </ItemGroup>
105 <ItemGroup>
106 <Compile Include="Properties\AssemblyInfo.cs" />
107 <Compile Include="src\SqliteError.cs" />
108 <Compile Include="src\SqliteClientFactory.cs" />
109 <Compile Include="src\SqliteCommand.cs">
110 <SubType>Component</SubType>
111 </Compile>
112 <Compile Include="src\SqliteCommandBuilder.cs">
113 <SubType>Component</SubType>
114 </Compile>
115 <Compile Include="src\SqliteConnection.cs">
116 <SubType>Component</SubType>
117 </Compile>
118 <Compile Include="src\SqliteConnectionStringBuilder.cs" />
119 <Compile Include="src\SqliteDataAdapter.cs">
120 <SubType>Component</SubType>
121 </Compile>
122 <Compile Include="src\SqliteDataReader.cs" />
123 <Compile Include="src\SqliteDataSourceEnumerator.cs" />
124 <Compile Include="src\SqliteExceptions.cs" />
125 <Compile Include="src\SqliteParameter.cs" />
126 <Compile Include="src\SqliteParameterCollection.cs" />
127 <Compile Include="src\SqliteRowUpdatedEventArgs.cs" />
128 <Compile Include="src\SqliteRowUpdatedEventHandler.cs" />
129 <Compile Include="src\SqliteRowUpdatingEventArgs.cs" />
130 <Compile Include="src\SqliteRowUpdatingEventHandler.cs" />
131 <Compile Include="src\SqliteTransaction.cs" />
132 </ItemGroup>
133 <ItemGroup>
134 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
135 <Visible>False</Visible>
136 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
137 <Install>false</Install>
138 </BootstrapperPackage>
139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
140 <Visible>False</Visible>
141 <ProductName>.NET Framework 3.5 SP1</ProductName>
142 <Install>true</Install>
143 </BootstrapperPackage>
144 <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
145 <Visible>False</Visible>
146 <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
147 <Install>true</Install>
148 </BootstrapperPackage>
149 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
150 <Visible>False</Visible>
151 <ProductName>Windows Installer 3.1</ProductName>
152 <Install>true</Install>
153 </BootstrapperPackage>
154 </ItemGroup>
155 <ItemGroup>
156 <None Include="app.config" />
157 <None Include="MEDIT.CSharpSqlite.snk" />
158 </ItemGroup>
159 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
160 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161 Other similar extension points exist, see Microsoft.Common.targets.
162 <Target Name="BeforeBuild">
163 </Target>
164 <Target Name="AfterBuild">
165 </Target>
166 -->
167 <ItemGroup>
168 <ProjectReference Include="..\Community.CsharpSqlite\Community.CsharpSqlite.csproj">
169 <Project>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</Project>
170 <Name>Community.CsharpSqlite</Name>
171 </ProjectReference>
172 </ItemGroup>
173 </Project>