wasCSharpSQLite – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 office 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
1 office 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>
2 office 35 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1 office 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>
2 office 52 <Prefer32Bit>false</Prefer32Bit>
1 office 53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 <DebugType>pdbonly</DebugType>
56 <Optimize>true</Optimize>
57 <OutputPath>bin\Release\</OutputPath>
58 <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>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <PlatformTarget>AnyCPU</PlatformTarget>
62 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65 <SignAssembly>true</SignAssembly>
66 <AssemblyOriginatorKeyFile>MEDIT.CSharpSqlite.snk</AssemblyOriginatorKeyFile>
2 office 67 <Prefer32Bit>false</Prefer32Bit>
1 office 68 </PropertyGroup>
69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
70 <DebugSymbols>true</DebugSymbols>
71 <OutputPath>bin\x86\Debug\</OutputPath>
72 <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>
73 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
74 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
75 <DebugType>full</DebugType>
76 <PlatformTarget>x86</PlatformTarget>
77 <ErrorReport>prompt</ErrorReport>
78 <RegisterForComInterop>false</RegisterForComInterop>
79 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80 <WarningLevel>4</WarningLevel>
81 <Optimize>false</Optimize>
2 office 82 <Prefer32Bit>false</Prefer32Bit>
1 office 83 </PropertyGroup>
84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85 <OutputPath>bin\x86\Release\</OutputPath>
86 <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>
87 <Optimize>true</Optimize>
88 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
89 <DebugType>pdbonly</DebugType>
90 <PlatformTarget>x86</PlatformTarget>
91 <ErrorReport>prompt</ErrorReport>
92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93 <WarningLevel>4</WarningLevel>
94 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2 office 95 <Prefer32Bit>false</Prefer32Bit>
1 office 96 </PropertyGroup>
97 <PropertyGroup>
98 <SignAssembly>false</SignAssembly>
99 </PropertyGroup>
100 <ItemGroup>
101 <Reference Include="System" />
102 <Reference Include="System.Core">
103 <RequiredTargetFramework>3.5</RequiredTargetFramework>
104 </Reference>
105 <Reference Include="System.Data" />
106 <Reference Include="System.Management" />
107 <Reference Include="System.Xml" />
108 </ItemGroup>
109 <ItemGroup>
110 <Compile Include="Properties\AssemblyInfo.cs" />
111 <Compile Include="src\SqliteError.cs" />
112 <Compile Include="src\SqliteClientFactory.cs" />
113 <Compile Include="src\SqliteCommand.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 <Compile Include="src\SqliteCommandBuilder.cs">
117 <SubType>Component</SubType>
118 </Compile>
119 <Compile Include="src\SqliteConnection.cs">
120 <SubType>Component</SubType>
121 </Compile>
122 <Compile Include="src\SqliteConnectionStringBuilder.cs" />
123 <Compile Include="src\SqliteDataAdapter.cs">
124 <SubType>Component</SubType>
125 </Compile>
126 <Compile Include="src\SqliteDataReader.cs" />
127 <Compile Include="src\SqliteDataSourceEnumerator.cs" />
128 <Compile Include="src\SqliteExceptions.cs" />
129 <Compile Include="src\SqliteParameter.cs" />
130 <Compile Include="src\SqliteParameterCollection.cs" />
131 <Compile Include="src\SqliteRowUpdatedEventArgs.cs" />
132 <Compile Include="src\SqliteRowUpdatedEventHandler.cs" />
133 <Compile Include="src\SqliteRowUpdatingEventArgs.cs" />
134 <Compile Include="src\SqliteRowUpdatingEventHandler.cs" />
135 <Compile Include="src\SqliteTransaction.cs" />
136 </ItemGroup>
137 <ItemGroup>
138 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
139 <Visible>False</Visible>
140 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
141 <Install>false</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
144 <Visible>False</Visible>
145 <ProductName>.NET Framework 3.5 SP1</ProductName>
146 <Install>true</Install>
147 </BootstrapperPackage>
148 <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
149 <Visible>False</Visible>
150 <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
151 <Install>true</Install>
152 </BootstrapperPackage>
153 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
154 <Visible>False</Visible>
155 <ProductName>Windows Installer 3.1</ProductName>
156 <Install>true</Install>
157 </BootstrapperPackage>
158 </ItemGroup>
159 <ItemGroup>
160 <None Include="app.config" />
161 <None Include="MEDIT.CSharpSqlite.snk" />
162 </ItemGroup>
163 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165 Other similar extension points exist, see Microsoft.Common.targets.
166 <Target Name="BeforeBuild">
167 </Target>
168 <Target Name="AfterBuild">
169 </Target>
170 -->
171 <ItemGroup>
172 <ProjectReference Include="..\Community.CsharpSqlite\Community.CsharpSqlite.csproj">
173 <Project>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</Project>
174 <Name>Community.CsharpSqlite</Name>
175 </ProjectReference>
176 </ItemGroup>
177 </Project>