wasCSharpSQLite

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 4
/trunk/Community.CsharpSqlite.SQLiteClient.WM/Community.CsharpSqlite.SQLiteClient.WM.csproj
@@ -0,0 +1,126 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Community.CsharpSqlite.SQLiteClient.WM</RootNamespace>
<AssemblyName>Community.CsharpSqlite.SQLiteClient.WM</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
<OSVersion>5.1</OSVersion>
<DeployDirSuffix>Community.CsharpSqlite.SQLiteClient.WM</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
<FormFactorID>
</FormFactorID>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;WINDOWS_MOBILE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
<Link>src\SqliteCommand.cs</Link>
<SubType>Component</SubType>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommandBuilder.cs">
<Link>src\SqliteCommandBuilder.cs</Link>
<SubType>Component</SubType>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
<Link>src\SqliteConnection.cs</Link>
<SubType>Component</SubType>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataAdapter.cs">
<Link>src\SqliteDataAdapter.cs</Link>
<SubType>Component</SubType>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
<Link>src\SqliteDataReader.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
<Link>src\SqliteError.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
<Link>src\SqliteExceptions.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
<Link>src\SqliteParameter.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
<Link>src\SqliteParameterCollection.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatedEventArgs.cs">
<Link>src\SqliteRowUpdatedEventArgs.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatedEventHandler.cs">
<Link>src\SqliteRowUpdatedEventHandler.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatingEventArgs.cs">
<Link>src\SqliteRowUpdatingEventArgs.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteRowUpdatingEventHandler.cs">
<Link>src\SqliteRowUpdatingEventHandler.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
<Link>src\SqliteTransaction.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Community.CsharpSqlite.WinMobile\Community.CsharpSqlite.WinMobile.csproj">
<Project>{3A036D50-E70A-4581-8891-352CCD69617A}</Project>
<Name>Community.CsharpSqlite.WinMobile</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<HostingProcess disable="1" />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
/trunk/Community.CsharpSqlite.SQLiteClient.WM/Community.CsharpSqlite.SQLiteClient.WM.sln
@@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.CsharpSqlite.SQLiteClient.WM", "Community.CsharpSqlite.SQLiteClient.WM.csproj", "{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.CsharpSqlite.WinMobile", "..\Community.CsharpSqlite.WinMobile\Community.CsharpSqlite.WinMobile.csproj", "{3A036D50-E70A-4581-8891-352CCD69617A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3628A9EF-CCDB-4474-A0CD-4D0CFC0FAC07}.Release|Any CPU.Build.0 = Release|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
/trunk/Community.CsharpSqlite.SQLiteClient.WM/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
 
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Community.CsharpSqlite.SQLiteClient.WM")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Community.CsharpSqlite.SQLiteClient.WM")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
 
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("875f82cd-952d-44b3-a090-90aee33d30fe")]
 
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]