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>{E63B005C-
852C-
4D06-A49D-
37838EA5A2B2}
</ProjectGuid>
9 <OutputType>Library
</OutputType>
10 <AssemblyName>MonoDevelop.Database.Sql.Oracle
</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 <ConsolePause>false
</ConsolePause>
21 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
23 <Execution clr-version=
"Net_2_0" />
26 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none
</DebugType>
28 <Optimize>true
</Optimize>
29 <OutputPath>..\..\..\build\AddIns\MonoDevelop.Database
</OutputPath>
30 <ErrorReport>prompt
</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <ConsolePause>false
</ConsolePause>
33 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
35 <Execution clr-version=
"Net_2_0" />
39 <Reference Include=
"System" />
40 <Reference Include=
"System.Data.OracleClient" />
41 <Reference Include=
"System.Data" />
42 <Reference Include=
"MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
43 <Package>monodevelop
</Package>
45 <Reference Include=
"MonoDevelop.Core.Gui, Version=1.9.2.0, Culture=neutral">
46 <Package>monodevelop
</Package>
48 <Reference Include=
"MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
49 <Package>monodevelop
</Package>
51 <Reference Include=
"MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
52 <Package>monodevelop
</Package>
54 <Reference Include=
"gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
55 <Reference Include=
"glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
56 <Reference Include=
"gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
57 <Reference Include=
"Mono.Posix" />
60 <ProjectReference Include=
"..\MonoDevelop.Database.Sql\MonoDevelop.Database.Sql.csproj">
61 <Project>{
04CA279D-CDAB-
4A90-A78C-
75EF8367AFD0}
</Project>
62 <Name>MonoDevelop.Database.Sql
</Name>
64 <ProjectReference Include=
"..\MonoDevelop.Database.Components\MonoDevelop.Database.Components.csproj">
65 <Project>{
70E5F8DB-FB9B-
41BE-A4D5-
4075056C6D04}
</Project>
66 <Name>MonoDevelop.Database.Components
</Name>
70 <Compile Include=
"OracleConnectionProvider.cs" />
71 <Compile Include=
"OracleSchemaProvider.cs" />
72 <Compile Include=
"OracleDbFactory.cs" />
73 <Compile Include=
"OracleDialect.cs" />
74 <Compile Include=
"OraclePooledDbConnection.cs" />
75 <Compile Include=
"OracleGuiProvider.cs" />
76 <Compile Include=
"AssemblyInfo.cs" />
79 <EmbeddedResource Include=
"MonoDevelop.Database.Sql.Oracle.addin.xml" />
82 <Folder Include=
"Schema/" />
84 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
88 <Deployment.LinuxDeployData
generatePcFile=
"false" />
89 <GtkDesignInfo gettextClass=
"AddinCatalog" />