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="4.0" 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>10.0.20506</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{22E602F9-ADB6-4B94-B980-40EB1E83BE8B}</ProjectGuid>
9 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Community.CsharpSqlite.SQLiteClient.WP</RootNamespace>
13 <AssemblyName>Community.CsharpSqlite.SQLiteClient.WP</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16 <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
17 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
18 <SilverlightApplication>false</SilverlightApplication>
19 <ValidateXaml>true</ValidateXaml>
20 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>Bin\Debug</OutputPath>
27 <DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT NET_40 TRUE WIN32 _MSC_VER SQLITE_DEBUG NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC SQLITE_MEM_POOL 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_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF WINDOWS_PHONE</DefineConstants>
28 <NoStdLib>true</NoStdLib>
29 <NoConfig>true</NoConfig>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <Optimize>true</Optimize>
36 <OutputPath>Bin\Release</OutputPath>
37 <DefineConstants>TRACE;SQLITE_SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
38 <NoStdLib>true</NoStdLib>
39 <NoConfig>true</NoConfig>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 </PropertyGroup>
43 <ItemGroup>
44 <Reference Include="system" />
45 <Reference Include="System.Core" />
46 </ItemGroup>
47 <ItemGroup>
48 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
49 <Link>src\SqliteCommand.cs</Link>
50 </Compile>
51 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
52 <Link>src\SqliteConnection.cs</Link>
53 </Compile>
54 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
55 <Link>src\SqliteDataReader.cs</Link>
56 </Compile>
57 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
58 <Link>src\SqliteError.cs</Link>
59 </Compile>
60 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
61 <Link>src\SqliteExceptions.cs</Link>
62 </Compile>
63 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
64 <Link>src\SqliteParameter.cs</Link>
65 </Compile>
66 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
67 <Link>src\SqliteParameterCollection.cs</Link>
68 </Compile>
69 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
70 <Link>src\SqliteTransaction.cs</Link>
71 </Compile>
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 </ItemGroup>
74 <ItemGroup />
75 <ItemGroup>
76 <ProjectReference Include="..\Community.CsharpSqlite.WinPhone\Community.CsharpSqlite.WinPhone.csproj">
77 <Project>{A1CF8CB2-DB66-4036-AB1F-9D205D5C93E9}</Project>
78 <Name>Community.CsharpSqlite.WinPhone</Name>
79 </ProjectReference>
80 <ProjectReference Include="..\System.Data.Ersatz\WinPhone\System.Data.Ersatz.WinPhone.csproj">
81 <Project>{60396C62-02C2-45FE-98BD-4A16E076722B}</Project>
82 <Name>System.Data.Ersatz.WinPhone</Name>
83 </ProjectReference>
84 </ItemGroup>
85 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
86 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
87 <ProjectExtensions />
88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89 Other similar extension points exist, see Microsoft.Common.targets.
90 <Target Name="BeforeBuild">
91 </Target>
92 <Target Name="AfterBuild">
93 </Target>
94 -->
95 </Project>