New tests.
[mono.git] / mcs / class / System.Data.Linq / src / DbMetal / Test / DbMetal_test_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.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{B4214704-ED8E-49C2-AC71-7D4992141378}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>DbMetalSqliteTests</RootNamespace>\r
12     <AssemblyName>DbMetal_test_sqlite</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>..\..\..\build.dbg\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <PlatformTarget>AnyCPU</PlatformTarget>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>..\..\..\build\</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
36       <SpecificVersion>False</SpecificVersion>\r
37       <HintPath>..\..\..\lib\nunit.framework.dll</HintPath>\r
38     </Reference>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Core">\r
41       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
42     </Reference>\r
43   </ItemGroup>\r
44   <ItemGroup>\r
45     <Compile Include="AppRunner.cs" />\r
46     <Compile Include="CreateDbmlFromSqliteDbTest.cs" />\r
47     <Compile Include="CreateEntitiesFromSqliteDbTest.cs" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <ProjectReference Include="..\DbMetal.csproj">\r
51       <Project>{363FF43D-C870-4423-BE50-DAED7793A6D1}</Project>\r
52       <Name>DbMetal</Name>\r
53     </ProjectReference>\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <Folder Include="Properties\" />\r
57   </ItemGroup>\r
58   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
60        Other similar extension points exist, see Microsoft.Common.targets.\r
61   <Target Name="BeforeBuild">\r
62   </Target>\r
63   <Target Name="AfterBuild">\r
64   </Target>\r
65   -->\r
66 </Project>