wasCSharpSQLite – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Community.CsharpSqlite.SQLiteClient.WM</RootNamespace>
11 <AssemblyName>Community.CsharpSqlite.SQLiteClient.WM</AssemblyName>
12 <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13 <PlatformFamilyName>PocketPC</PlatformFamilyName>
14 <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
15 <OSVersion>5.1</OSVersion>
16 <DeployDirSuffix>Community.CsharpSqlite.SQLiteClient.WM</DeployDirSuffix>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
19 <FormFactorID>
20 </FormFactorID>
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;WINDOWS_MOBILE</DefineConstants>
28 <NoStdLib>true</NoStdLib>
29 <NoConfig>true</NoConfig>
30 <ErrorReport>prompt</ErrorReport>
31 <FileAlignment>512</FileAlignment>
32 <WarningLevel>4</WarningLevel>
33 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <Optimize>true</Optimize>
38 <OutputPath>bin\Release\</OutputPath>
39 <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
40 <NoStdLib>true</NoStdLib>
41 <NoConfig>true</NoConfig>
42 <ErrorReport>prompt</ErrorReport>
43 <FileAlignment>512</FileAlignment>
44 <WarningLevel>4</WarningLevel>
45 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
46 </PropertyGroup>
47 <ItemGroup>
48 <Reference Include="mscorlib" />
49 <Reference Include="System" />
50 <Reference Include="System.Core" />
51 <Reference Include="System.Xml.Linq" />
52 <Reference Include="System.Data.DataSetExtensions" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
58 <Link>src\SqliteCommand.cs</Link>
59 <SubType>Component</SubType>
60 </Compile>
61 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommandBuilder.cs">
62 <Link>src\SqliteCommandBuilder.cs</Link>
63 <SubType>Component</SubType>
64 </Compile>
65 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
66 <Link>src\SqliteConnection.cs</Link>
67 <SubType>Component</SubType>
68 </Compile>
69 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataAdapter.cs">
70 <Link>src\SqliteDataAdapter.cs</Link>
71 <SubType>Component</SubType>
72 </Compile>
73 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
74 <Link>src\SqliteDataReader.cs</Link>
75 </Compile>
76 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
77 <Link>src\SqliteError.cs</Link>
78 </Compile>
79 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
80 <Link>src\SqliteExceptions.cs</Link>
81 </Compile>
82 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
83 <Link>src\SqliteParameter.cs</Link>
84 </Compile>
85 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
86 <Link>src\SqliteParameterCollection.cs</Link>
87 </Compile>
88 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatedEventArgs.cs">
89 <Link>src\SqliteRowUpdatedEventArgs.cs</Link>
90 </Compile>
91 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatedEventHandler.cs">
92 <Link>src\SqliteRowUpdatedEventHandler.cs</Link>
93 </Compile>
94 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatingEventArgs.cs">
95 <Link>src\SqliteRowUpdatingEventArgs.cs</Link>
96 </Compile>
97 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatingEventHandler.cs">
98 <Link>src\SqliteRowUpdatingEventHandler.cs</Link>
99 </Compile>
100 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
101 <Link>src\SqliteTransaction.cs</Link>
102 </Compile>
103 <Compile Include="Properties\AssemblyInfo.cs" />
104 </ItemGroup>
105 <ItemGroup>
106 <ProjectReference Include="..\Community.CsharpSqlite.WinMobile\Community.CsharpSqlite.WinMobile.csproj">
107 <Project>{3A036D50-E70A-4581-8891-352CCD69617A}</Project>
108 <Name>Community.CsharpSqlite.WinMobile</Name>
109 </ProjectReference>
110 </ItemGroup>
111 <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
112 <ProjectExtensions>
113 <VisualStudio>
114 <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
115 <HostingProcess disable="1" />
116 </FlavorProperties>
117 </VisualStudio>
118 </ProjectExtensions>
119 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120 Other similar extension points exist, see Microsoft.Common.targets.
121 <Target Name="BeforeBuild">
122 </Target>
123 <Target Name="AfterBuild">
124 </Target>
125 -->
126 </Project>