1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" 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.0</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{85DC23CC-BB59-4775-AA9C-552FF2BBEB22}</ProjectGuid >
9+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{F278D4AB-4730-4720-B08E-FE5E31564D9E};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <OutputType >Library</OutputType >
11+ <RootNamespace >ServiceStack.OrmLite.Sqlite.Android</RootNamespace >
12+ <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
13+ <AndroidResgenClass >Resource</AndroidResgenClass >
14+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
15+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
16+ <AssemblyName >ServiceStack.OrmLite.Sqlite.Android</AssemblyName >
17+ <TargetFrameworkVersion >v2.3</TargetFrameworkVersion >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug</OutputPath >
24+ <DefineConstants >DEBUG;</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <AndroidLinkMode >None</AndroidLinkMode >
28+ <ConsolePause >false</ConsolePause >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >full</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release</OutputPath >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
37+ <ConsolePause >false</ConsolePause >
38+ </PropertyGroup >
39+ <ItemGroup >
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Xml" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" Mono.Android" />
44+ <Reference Include =" System.Data" />
45+ <Reference Include =" Mono.Data.Sqlite" />
46+ <Reference Include =" ServiceStack.Common" >
47+ <HintPath >..\..\lib\MonoDroid\ServiceStack.Common.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" ServiceStack.Interfaces" >
50+ <HintPath >..\..\lib\MonoDroid\ServiceStack.Interfaces.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" ServiceStack.Text" >
53+ <HintPath >..\..\lib\MonoDroid\ServiceStack.Text.dll</HintPath >
54+ </Reference >
55+ </ItemGroup >
56+ <Import Project =" $(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
57+ <ItemGroup >
58+ <Compile Include =" SqliteDialect.cs" />
59+ <Compile Include =" SqliteExpressionVisitor.cs" />
60+ <Compile Include =" SqliteOrmLiteDialectProvider.cs" />
61+ <Compile Include =" SqliteOrmLiteDialectProviderBase.cs" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <ProjectReference Include =" ..\ServiceStack.OrmLite\ServiceStack.OrmLite.Android.csproj" >
65+ <Project >{42BF9D4F-100D-4577-8538-5FD309D2CBEB}</Project >
66+ <Name >ServiceStack.OrmLite.Android</Name >
67+ </ProjectReference >
68+ </ItemGroup >
69+ </Project >
0 commit comments