* Makefile.am:
[monodevelop.git] / extras / MonoDevelop.Database / MonoDevelop.Database.Sql.Tests / MonoDevelop.Database.Sql.Tests.csproj
blob94bf39c684b5e7441646052b9c826f8740138292
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
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>
12 </PropertyGroup>
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>
21 <Execution>
22 <Execution clr-version="Net_2_0" />
23 </Execution>
24 </PropertyGroup>
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>
32 <Execution>
33 <Execution clr-version="Net_2_0" />
34 </Execution>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 <Reference Include="System.Data" />
39 </ItemGroup>
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
41 <ProjectExtensions>
42 <MonoDevelop>
43 <Properties>
44 <Deployment.LinuxDeployData generateScript="false" />
45 </Properties>
46 </MonoDevelop>
47 </ProjectExtensions>
48 </Project>