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>{B83741E9-7012-491E-B15D-3B083506A143}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SQLiteClientTests</RootNamespace>
12 <AssemblyName>SQLiteClientTests</AssemblyName>
13 <StartupObject>SQLiteClientTests.SQLiteClientTestDriver</StartupObject>
14 <FileUpgradeFlags>
15 </FileUpgradeFlags>
16 <OldToolsVersion>3.5</OldToolsVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <TargetFrameworkSubset>
35 </TargetFrameworkSubset>
36 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
37 <TargetFrameworkProfile />
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40 <DebugSymbols>true</DebugSymbols>
41 <DebugType>full</DebugType>
42 <Optimize>false</Optimize>
43 <OutputPath>bin\Debug\</OutputPath>
44 <DefineConstants>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>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
48 <PlatformTarget>AnyCPU</PlatformTarget>
49 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
50 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>bin\Release\</OutputPath>
56 <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>
57 <ErrorReport>prompt</ErrorReport>
58 <WarningLevel>4</WarningLevel>
59 <PlatformTarget>x86</PlatformTarget>
60 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
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_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_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
68 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
69 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
70 <DebugType>full</DebugType>
71 <PlatformTarget>x86</PlatformTarget>
72 <ErrorReport>prompt</ErrorReport>
73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74 <WarningLevel>4</WarningLevel>
75 <Optimize>false</Optimize>
76 </PropertyGroup>
77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
78 <OutputPath>bin\x86\Release\</OutputPath>
79 <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>
80 <Optimize>true</Optimize>
81 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
82 <DebugType>pdbonly</DebugType>
83 <PlatformTarget>x86</PlatformTarget>
84 <ErrorReport>prompt</ErrorReport>
85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86 <WarningLevel>4</WarningLevel>
87 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88 </PropertyGroup>
89 <ItemGroup>
90 <Reference Include="System" />
91 <Reference Include="System.Core">
92 <RequiredTargetFramework>3.5</RequiredTargetFramework>
93 </Reference>
94 <Reference Include="System.Data" />
95 <Reference Include="System.Management" />
96 <Reference Include="System.Xml" />
97 </ItemGroup>
98 <ItemGroup>
99 <Compile Include="Properties\AssemblyInfo.cs" />
100 <Compile Include="TestDriver_src\SQLiteClientTestDriver.cs" />
101 </ItemGroup>
102 <ItemGroup>
103 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
104 <Visible>False</Visible>
105 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
106 <Install>false</Install>
107 </BootstrapperPackage>
108 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
109 <Visible>False</Visible>
110 <ProductName>.NET Framework 3.5 SP1</ProductName>
111 <Install>true</Install>
112 </BootstrapperPackage>
113 <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
114 <Visible>False</Visible>
115 <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
116 <Install>true</Install>
117 </BootstrapperPackage>
118 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
119 <Visible>False</Visible>
120 <ProductName>Windows Installer 3.1</ProductName>
121 <Install>true</Install>
122 </BootstrapperPackage>
123 </ItemGroup>
124 <ItemGroup>
125 <ProjectReference Include="..\Community.CsharpSqlite\Community.CsharpSqlite.csproj">
126 <Project>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</Project>
127 <Name>Community.CsharpSqlite</Name>
128 </ProjectReference>
129 <ProjectReference Include="Community.CsharpSqlite.SQLiteClient.csproj">
130 <Project>{7BC68E61-C64C-488C-975F-1E2248383B80}</Project>
131 <Name>Community.CsharpSqlite.SQLiteClient</Name>
132 </ProjectReference>
133 </ItemGroup>
134 <ItemGroup>
135 <None Include="app.config" />
136 </ItemGroup>
137 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139 Other similar extension points exist, see Microsoft.Common.targets.
140 <Target Name="BeforeBuild">
141 </Target>
142 <Target Name="AfterBuild">
143 </Target>
144 -->
145 </Project>