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>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{238EAD8B-B811-4FA6-8581-4CA4B816066D}</ProjectGuid>
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Community.CsharpSqlite.SQLiteClient.SL</RootNamespace>
13 <AssemblyName>Community.CsharpSqlite.SQLiteClient.SL</AssemblyName>
14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17 <SilverlightApplication>false</SilverlightApplication>
18 <ValidateXaml>true</ValidateXaml>
19 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
20 </PropertyGroup>
21 <!-- This property group is only here to support building this project using the
22 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
23 to set the TargetFrameworkVersion to v3.5 -->
24 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
25 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <DebugSymbols>true</DebugSymbols>
29 <DebugType>full</DebugType>
30 <Optimize>false</Optimize>
31 <OutputPath>Bin\Debug</OutputPath>
32 <DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT SQLITE_HAS_CODEC NET_2_0</DefineConstants>
33 <NoStdLib>true</NoStdLib>
34 <NoConfig>true</NoConfig>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39 <DebugType>pdbonly</DebugType>
40 <Optimize>true</Optimize>
41 <OutputPath>Bin\Release</OutputPath>
42 <DefineConstants>TRACE;SQLITE_SILVERLIGHT</DefineConstants>
43 <NoStdLib>true</NoStdLib>
44 <NoConfig>true</NoConfig>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 </PropertyGroup>
48 <ItemGroup>
49 <Reference Include="mscorlib" />
50 <Reference Include="system" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
54 <Link>src\SqliteCommand.cs</Link>
55 <SubType>Code</SubType>
56 </Compile>
57 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
58 <Link>src\SqliteConnection.cs</Link>
59 <SubType>Code</SubType>
60 </Compile>
61 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
62 <Link>src\SqliteDataReader.cs</Link>
63 <SubType>Code</SubType>
64 </Compile>
65 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
66 <Link>src\SqliteError.cs</Link>
67 <SubType>Code</SubType>
68 </Compile>
69 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
70 <Link>src\SqliteExceptions.cs</Link>
71 <SubType>Code</SubType>
72 </Compile>
73 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
74 <Link>src\SqliteParameter.cs</Link>
75 <SubType>Code</SubType>
76 </Compile>
77 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
78 <Link>src\SqliteParameterCollection.cs</Link>
79 <SubType>Code</SubType>
80 </Compile>
81 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
82 <Link>src\SqliteTransaction.cs</Link>
83 <SubType>Code</SubType>
84 </Compile>
85 <Compile Include="Properties\AssemblyInfo.cs" />
86 </ItemGroup>
87 <ItemGroup>
88 <ProjectReference Include="..\Community.CsharpSqlite.Silverlight\Community.CsharpSqlite.Silverlight.csproj">
89 <Project>{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}</Project>
90 <Name>Community.CsharpSqlite.Silverlight</Name>
91 </ProjectReference>
92 <ProjectReference Include="..\System.Data.Ersatz\Silverlight\System.Data.Ersatz.Silverlight.csproj">
93 <Project>{D7194231-DBAD-422B-819E-911037934F45}</Project>
94 <Name>System.Data.Ersatz.Silverlight</Name>
95 </ProjectReference>
96 </ItemGroup>
97 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
98 <ProjectExtensions>
99 <VisualStudio>
100 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
101 <SilverlightProjectProperties />
102 </FlavorProperties>
103 </VisualStudio>
104 </ProjectExtensions>
105 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106 Other similar extension points exist, see Microsoft.Common.targets.
107 <Target Name="BeforeBuild">
108 </Target>
109 <Target Name="AfterBuild">
110 </Target>
111 -->
112 </Project>