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 ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{59E27BF3-3D31-42E5-BA21-FAEE135E699F}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Community.Data.SQLite.UnitTests</RootNamespace>
12 <AssemblyName>Community.Data.SQLite.UnitTests</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <StartupObject>
16 </StartupObject>
17 <TargetFrameworkSubset>
18 </TargetFrameworkSubset>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>TRACE;DEBUG</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Core">
41 <RequiredTargetFramework>3.5</RequiredTargetFramework>
42 </Reference>
43 <Reference Include="System.Data" />
44 <Reference Include="System.Management" />
45 <Reference Include="System.XML" />
46 <Reference Include="xunit, Version=1.4.9.1465, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
47 <SpecificVersion>False</SpecificVersion>
48 <HintPath>..\External\xUnit\xunit.dll</HintPath>
49 </Reference>
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="..\Community.CsharpSqlite.Benchmark\Classes\SQLiteDatabase.cs">
53 <Link>Classes\SQLiteDatabase.cs</Link>
54 </Compile>
55 <Compile Include="..\Community.CsharpSqlite.Benchmark\Classes\SQLiteVdbe.cs">
56 <Link>Classes\SQLiteVdbe.cs</Link>
57 </Compile>
58 <Compile Include="Properties\AssemblyInfo.cs" />
59 <Compile Include="Stress.cs" />
60 </ItemGroup>
61 <ItemGroup>
62 <ProjectReference Include="..\Community.CsharpSqlite\Community.CsharpSqlite.csproj">
63 <Project>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</Project>
64 <Name>Community.CsharpSqlite</Name>
65 </ProjectReference>
66 </ItemGroup>
67 <ItemGroup>
68 <None Include="app.config" />
69 </ItemGroup>
70 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72 Other similar extension points exist, see Microsoft.Common.targets.
73 <Target Name="BeforeBuild">
74 </Target>
75 <Target Name="AfterBuild">
76 </Target>
77 -->
78 </Project>