Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mcs / class / IBM.Data.DB2 / IBM.Data.DB2-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" 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>{7A0D9630-19F1-4AC0-951C-D0F1EA609049}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>IBM.Data.DB2</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   \r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
33     <DebugType>pdbonly</DebugType>\r
34     <NoWarn>1699</NoWarn>\r
35     <Optimize>true</Optimize>\r
36     <DefineConstants>NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE</DefineConstants>\r
37     <ErrorReport>prompt</ErrorReport>\r
38     <WarningLevel>4</WarningLevel>\r
39   </PropertyGroup>\r
40   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
41   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
42   is a problem to compile the Mono mscorlib.dll -->\r
43   <PropertyGroup>\r
44     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
45   </PropertyGroup>\r
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
47   <ItemGroup>\r
48     <Compile Include=".\Assembly\AssemblyInfo.cs" />\r
49     <Compile Include=".\IBM.Data.DB2\DB2ClientUtils.cs" />\r
50     <Compile Include=".\IBM.Data.DB2\DB2CLIWrapper.cs" />\r
51     <Compile Include=".\IBM.Data.DB2\DB2Command.cs" />\r
52     <Compile Include=".\IBM.Data.DB2\DB2CommandBuilder.cs" />\r
53     <Compile Include=".\IBM.Data.DB2\DB2Connection.cs" />\r
54     <Compile Include=".\IBM.Data.DB2\DB2ConnectionPool.cs" />\r
55     <Compile Include=".\IBM.Data.DB2\DB2ConnectionSettings.cs" />\r
56     <Compile Include=".\IBM.Data.DB2\DB2Constants.cs" />\r
57     <Compile Include=".\IBM.Data.DB2\DB2DataAdapter.cs" />\r
58     <Compile Include=".\IBM.Data.DB2\DB2DataReader.cs" />\r
59     <Compile Include=".\IBM.Data.DB2\DB2Environment.cs" />\r
60     <Compile Include=".\IBM.Data.DB2\DB2Error.cs" />\r
61     <Compile Include=".\IBM.Data.DB2\DB2ErrorCollection.cs" />\r
62     <Compile Include=".\IBM.Data.DB2\DB2Exception.cs" />\r
63     <Compile Include=".\IBM.Data.DB2\DB2InfoMessageEventHandler.cs" />\r
64     <Compile Include=".\IBM.Data.DB2\DB2OpenConnection.cs" />\r
65     <Compile Include=".\IBM.Data.DB2\DB2Parameter.cs" />\r
66     <Compile Include=".\IBM.Data.DB2\DB2ParameterCollection.cs" />\r
67     <Compile Include=".\IBM.Data.DB2\DB2RowUpdatedEventArgs.cs" />\r
68     <Compile Include=".\IBM.Data.DB2\DB2RowUpdatedEventHandler.cs" />\r
69     <Compile Include=".\IBM.Data.DB2\DB2RowUpdatingEventArgs.cs" />\r
70     <Compile Include=".\IBM.Data.DB2\DB2RowUpdatingEventHandler.cs" />\r
71     <Compile Include=".\IBM.Data.DB2\DB2Transaction.cs" />\r
72     <Compile Include=".\IBM.Data.DB2\DB2Type.cs" />\r  </ItemGroup>\r
73   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
74        Other similar extension points exist, see Microsoft.Common.targets.\r
75   <Target Name="BeforeBuild">\r
76   </Target>\r
77   <Target Name="AfterBuild">\r
78   </Target>\r
79   -->\r
80   <PropertyGroup>\r
81     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
82 \r
83     </PreBuildEvent>\r
84     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
85 \r
86     </PreBuildEvent>\r
87 \r
88     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
89 \r
90     </PostBuildEvent>\r
91     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
92 \r
93     </PostBuildEvent>\r
94   </PropertyGroup>\r
95   <ItemGroup>\r
96     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
97       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
98       <Name>corlib-net_4_5</Name>\r
99     </ProjectReference>\r
100     <ProjectReference Include="../System/System-net_4_5.csproj">\r
101       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
102       <Name>System-net_4_5</Name>\r
103     </ProjectReference>\r
104     <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">\r
105       <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>\r
106       <Name>System.Xml-net_4_5</Name>\r
107     </ProjectReference>\r
108     <ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">\r
109       <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>\r
110       <Name>System.Data-net_4_5</Name>\r
111     </ProjectReference>\r
112   </ItemGroup>\r
113   <ItemGroup>\r
114     <Folder Include="Properties\" />\r
115   </ItemGroup>\r
116 </Project>\r
117