1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{30C0C876-ABCB-441B-BFD4-AA9F688D9E54}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >ServiceStack.OrmLite.Sqlite</RootNamespace >
11
+ <AssemblyName >ServiceStack.OrmLite.Sqlite</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE;NET45</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" Mono.Data.Sqlite" >
34
+ <HintPath >..\..\..\ServiceStack\lib\Mono.Data.Sqlite.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" ServiceStack.Common" >
37
+ <HintPath >..\..\..\ServiceStack\lib\ServiceStack.Common.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" ServiceStack.Interfaces" >
40
+ <HintPath >..\..\..\ServiceStack\lib\ServiceStack.Interfaces.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" ServiceStack.Text" >
43
+ <HintPath >..\..\..\ServiceStack\lib\ServiceStack.Text.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Core" />
47
+ <Reference Include =" System.Xml.Linq" />
48
+ <Reference Include =" System.Data.DataSetExtensions" />
49
+ <Reference Include =" Microsoft.CSharp" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.Xml" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Compile Include =" ..\ServiceStack.OrmLite.Sqlite\Properties\AssemblyInfo.cs" >
55
+ <Link >AssemblyInfo.cs</Link >
56
+ </Compile >
57
+ <Compile Include =" ..\ServiceStack.OrmLite.Sqlite\SqliteDialect.cs" >
58
+ <Link >SqliteDialect.cs</Link >
59
+ </Compile >
60
+ <Compile Include =" ..\ServiceStack.OrmLite.Sqlite\SqliteExpression.cs" >
61
+ <Link >SqliteExpression.cs</Link >
62
+ </Compile >
63
+ <Compile Include =" ..\ServiceStack.OrmLite.Sqlite\SqliteOrmLiteDialectProvider.cs" >
64
+ <Link >SqliteOrmLiteDialectProvider.cs</Link >
65
+ </Compile >
66
+ <Compile Include =" ..\ServiceStack.OrmLite.Sqlite\SqliteOrmLiteDialectProviderBase.cs" >
67
+ <Link >SqliteOrmLiteDialectProviderBase.cs</Link >
68
+ </Compile >
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <Folder Include =" Properties\" />
72
+ </ItemGroup >
73
+ <ItemGroup >
74
+ <Content Include =" ..\..\lib\sqlite3.dll" >
75
+ <Link >sqlite3.dll</Link >
76
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
77
+ </Content >
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <ProjectReference Include =" ..\ServiceStack.OrmLiteV45\ServiceStack.OrmLiteV45.csproj" >
81
+ <Project >{fdc37335-9ecc-413b-bec5-16b466b0e689}</Project >
82
+ <Name >ServiceStack.OrmLiteV45</Name >
83
+ </ProjectReference >
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87
+ Other similar extension points exist, see Microsoft.Common.targets.
88
+ <Target Name="BeforeBuild">
89
+ </Target>
90
+ <Target Name="AfterBuild">
91
+ </Target>
92
+ -->
93
+ </Project >
0 commit comments