Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix
[mono.git] / mcs / class / System.Data.Linq / src / DbLinq.Sqlite / DbLinq.Sqlite.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{60B9AFA1-99B4-4DE6-80E1-80BBED1AC755}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>DbLinq.Sqlite</RootNamespace>\r
12     <AssemblyName>DbLinq.Sqlite</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <SignAssembly>true</SignAssembly>\r
16     <AssemblyOriginatorKeyFile>..\DbLinq.snk</AssemblyOriginatorKeyFile>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>..\..\build.dbg\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26     <SignAssembly>true</SignAssembly>\r
27     <AssemblyKeyFile>..\DbLinq.snk</AssemblyKeyFile>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
30     <DebugType>pdbonly</DebugType>\r
31     <Optimize>true</Optimize>\r
32     <OutputPath>..\..\build\</OutputPath>\r
33     <DefineConstants>TRACE</DefineConstants>\r
34     <ErrorReport>prompt</ErrorReport>\r
35     <WarningLevel>4</WarningLevel>\r
36     <SignAssembly>true</SignAssembly>\r
37     <AssemblyKeyFile>..\DbLinq.snk</AssemblyKeyFile>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Core">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Data.Linq">\r
45       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
46     </Reference>\r
47     <Reference Include="System.Data" />\r
48     <Reference Include="System.Xml" />\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <Compile Include="..\DbLinq.ProductInfo.cs">\r
52       <Link>Properties\DbLinq.ProductInfo.cs</Link>\r
53     </Compile>\r
54     <Compile Include="Schema\DataCommand.cs" />\r
55     <Compile Include="SqliteSchemaLoader.Columns.cs" />\r
56     <Compile Include="SqliteSchemaLoader.Constraints.cs" />\r
57     <Compile Include="SqliteSchemaLoader.cs" />\r
58     <Compile Include="SqliteDataContext.cs" />\r
59     <Compile Include="Properties\AssemblyInfo.cs" />\r
60     <Compile Include="SqliteSchemaLoader.Tables.cs" />\r
61     <Compile Include="SqliteSqlProvider.cs" />\r
62     <Compile Include="SqliteVendor.cs" />\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <None Include="..\DbLinq.snk">\r
66       <Link>Properties\DbLinq.snk</Link>\r
67     </None>\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <ProjectReference Include="..\DbLinq\DbLinq.csproj">\r
71       <Project>{7950197D-4122-49CB-9FD7-45E666BAFEC2}</Project>\r
72       <Name>DbLinq</Name>\r
73     </ProjectReference>\r
74   </ItemGroup>\r
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
77        Other similar extension points exist, see Microsoft.Common.targets.\r
78   <Target Name="BeforeBuild">\r
79   </Target>\r
80   <Target Name="AfterBuild">\r
81   </Target>\r
82   -->\r
83 </Project>\r