1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">AnyCPU
</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A0ADC42C-
3DF3-
4246-
864F-AC56CA5A0B6A}
</ProjectGuid>
9 <OutputType>Exe
</OutputType>
10 <AssemblyName>MonoDevelop.Database.Sql.Tests
</AssemblyName>
11 <TargetFrameworkVersion>v2.0
</TargetFrameworkVersion>
13 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true
</DebugSymbols>
15 <DebugType>full
</DebugType>
16 <Optimize>true
</Optimize>
17 <OutputPath>..\build
</OutputPath>
18 <ErrorReport>prompt
</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
22 <Execution clr-version=
"Net_2_0" />
25 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>none
</DebugType>
27 <Optimize>true
</Optimize>
28 <OutputPath>bin\Release
</OutputPath>
29 <ErrorReport>prompt
</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
33 <Execution clr-version=
"Net_2_0" />
37 <Reference Include=
"System" />
38 <Reference Include=
"System.Data" />
40 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
44 <Deployment.LinuxDeployData
generateScript=
"false" />