Merge pull request #1048 from DavidKarlas/cacheThreadsAndBulkFetch
[mono.git] / mcs / class / Npgsql / Npgsql-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>{D9E7C067-EB10-4A7A-BF8E-23F6D8877AE5}</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     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>Npgsql</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_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</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_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</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="..\..\build\common\Consts.cs" />\r
49     <Compile Include="Npgsql\AssemblyInfo.cs" />\r
50     <Compile Include="Npgsql\HashAlgorithm.cs" />\r
51     <Compile Include="Npgsql\MD5.cs" />\r
52     <Compile Include="Npgsql\MD5CryptoServiceProvider.cs" />\r
53     <Compile Include="Npgsql\NpgsqlAsciiRow.cs" />\r
54     <Compile Include="Npgsql\NpgsqlBackEndKeyData.cs" />\r
55     <Compile Include="Npgsql\NpgsqlBinaryRow.cs" />\r
56     <Compile Include="Npgsql\NpgsqlBind.cs" />\r
57     <Compile Include="Npgsql\NpgsqlCancelRequest.cs" />\r
58     <Compile Include="Npgsql\NpgsqlClosedState.cs" />\r
59     <Compile Include="Npgsql\NpgsqlCommand.cs" />\r
60     <Compile Include="Npgsql\NpgsqlCommandBuilder.cs" />\r
61     <Compile Include="Npgsql\NpgsqlConnectedState.cs" />\r
62     <Compile Include="Npgsql\NpgsqlConnection.cs" />\r
63     <Compile Include="Npgsql\NpgsqlConnectionString.cs" />\r
64     <Compile Include="Npgsql\NpgsqlConnectionStringBuilder.cs" />\r
65     <Compile Include="Npgsql\NpgsqlConnector.cs" />\r
66     <Compile Include="Npgsql\NpgsqlConnectorPool.cs" />\r
67     <Compile Include="Npgsql\NpgsqlDataAdapter.cs" />\r
68     <Compile Include="Npgsql\NpgsqlDataReader.cs" />\r
69     <Compile Include="Npgsql\NpgsqlDescribe.cs" />\r
70     <Compile Include="Npgsql\NpgsqlError.cs" />\r
71     <Compile Include="Npgsql\NpgsqlEventLog.cs" />\r
72     <Compile Include="Npgsql\NpgsqlException.cs" />\r
73     <Compile Include="Npgsql\NpgsqlExecute.cs" />\r
74     <Compile Include="Npgsql\NpgsqlFactory.cs" />\r
75     <Compile Include="Npgsql\NpgsqlFlush.cs" />\r
76     <Compile Include="Npgsql\NpgsqlMediator.cs" />\r
77     <Compile Include="Npgsql\NpgsqlMessageTypes.cs" />\r
78     <Compile Include="Npgsql\NpgsqlNotificationEventArgs.cs" />\r
79     <Compile Include="Npgsql\NpgsqlParameter.cs" />\r
80     <Compile Include="Npgsql\NpgsqlParameterCollection.cs" />\r
81     <Compile Include="Npgsql\NpgsqlParameterStatus.cs" />\r
82     <Compile Include="Npgsql\NpgsqlParse.cs" />\r
83     <Compile Include="Npgsql\NpgsqlPasswordPacket.cs" />\r
84     <Compile Include="Npgsql\NpgsqlQuery.cs" />\r
85     <Compile Include="Npgsql\NpgsqlReadyState.cs" />\r
86     <Compile Include="Npgsql\NpgsqlResultSet.cs" />\r
87     <Compile Include="Npgsql\NpgsqlRow.cs" />\r
88     <Compile Include="Npgsql\NpgsqlRowDescription.cs" />\r
89     <Compile Include="Npgsql\NpgsqlSchema.cs" />\r
90     <Compile Include="Npgsql\NpgsqlStartupPacket.cs" />\r
91     <Compile Include="Npgsql\NpgsqlStartupState.cs" />\r
92     <Compile Include="Npgsql\NpgsqlState.cs" />\r
93     <Compile Include="Npgsql\NpgsqlSync.cs" />\r
94     <Compile Include="Npgsql\NpgsqlTransaction.cs" />\r
95     <Compile Include="Npgsql\PGUtil.cs" />\r
96     <Compile Include="NpgsqlTypes\FastPath.cs" />\r
97     <Compile Include="NpgsqlTypes\FastPathArg.cs" />\r
98     <Compile Include="NpgsqlTypes\LargeObject.cs" />\r
99     <Compile Include="NpgsqlTypes\LargeObjectManager.cs" />\r
100     <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />\r
101     <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />\r
102     <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />\r
103     <Compile Include="NpgsqlTypes\NpgsqlTypesHelper.cs" />\r  </ItemGroup>\r
104   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
105        Other similar extension points exist, see Microsoft.Common.targets.\r
106   <Target Name="BeforeBuild">\r
107   </Target>\r
108   <Target Name="AfterBuild">\r
109   </Target>\r
110   -->\r
111   <PropertyGroup>\r
112     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
113
114     </PreBuildEvent>
115     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
116
117     </PreBuildEvent>
118 \r
119     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
120
121     </PostBuildEvent>
122     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
123
124     </PostBuildEvent>\r
125   </PropertyGroup>\r
126   <ItemGroup>\r
127     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
128       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
129       <Name>corlib-net_4_5</Name>\r
130     </ProjectReference>\r
131     <ProjectReference Include="../System/System-net_4_5.csproj">\r
132       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
133       <Name>System-net_4_5</Name>\r
134     </ProjectReference>\r
135     <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">\r
136       <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>\r
137       <Name>System.Xml-net_4_5</Name>\r
138     </ProjectReference>\r
139     <ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">\r
140       <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>\r
141       <Name>System.Data-net_4_5</Name>\r
142     </ProjectReference>\r
143     <ProjectReference Include="../Mono.Security/Mono.Security-net_4_5.csproj">\r
144       <Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>\r
145       <Name>Mono.Security-net_4_5</Name>\r
146     </ProjectReference>\r
147   </ItemGroup>\r
148   <ItemGroup>\r
149     <Folder Include="Properties\" />\r
150   </ItemGroup>\r
151   <ItemGroup>\r
152     <EmbeddedResource Include="Npgsql/NpgsqlState.resources">\r
153       <LogicalName>Npgsql.NpgsqlState.resources</LogicalName>\r
154     </EmbeddedResource>\r
155     <EmbeddedResource Include="Npgsql/NpgsqlClosedState.resources">\r
156       <LogicalName>Npgsql.NpgsqlClosedState.resources</LogicalName>\r
157     </EmbeddedResource>\r
158     <EmbeddedResource Include="Npgsql/NpgsqlParameterCollection.resources">\r
159       <LogicalName>Npgsql.NpgsqlParameterCollection.resources</LogicalName>\r
160     </EmbeddedResource>\r
161     <EmbeddedResource Include="Npgsql/NpgsqlParameter.resources">\r
162       <LogicalName>Npgsql.NpgsqlParameter.resources</LogicalName>\r
163     </EmbeddedResource>\r
164     <EmbeddedResource Include="Npgsql/NpgsqlCommand.resources">\r
165       <LogicalName>Npgsql.NpgsqlCommand.resources</LogicalName>\r
166     </EmbeddedResource>\r
167     <EmbeddedResource Include="Npgsql/NpgsqlCommandBuilder.resources">\r
168       <LogicalName>Npgsql.NpgsqlCommandBuilder.resources</LogicalName>\r
169     </EmbeddedResource>\r
170     <EmbeddedResource Include="Npgsql/NpgsqlConnectedState.resources">\r
171       <LogicalName>Npgsql.NpgsqlConnectedState.resources</LogicalName>\r
172     </EmbeddedResource>\r
173     <EmbeddedResource Include="Npgsql/NpgsqlConnection.resources">\r
174       <LogicalName>Npgsql.NpgsqlConnection.resources</LogicalName>\r
175     </EmbeddedResource>\r
176     <EmbeddedResource Include="Npgsql/NpgsqlReadyState.resources">\r
177       <LogicalName>Npgsql.NpgsqlReadyState.resources</LogicalName>\r
178     </EmbeddedResource>\r
179     <EmbeddedResource Include="Npgsql/NpgsqlTransaction.resources">\r
180       <LogicalName>Npgsql.NpgsqlTransaction.resources</LogicalName>\r
181     </EmbeddedResource>\r
182     <EmbeddedResource Include="Npgsql/NpgsqlEventLog.resources">\r
183       <LogicalName>Npgsql.NpgsqlEventLog.resources</LogicalName>\r
184     </EmbeddedResource>\r
185     <EmbeddedResource Include="Npgsql/NpgsqlException.resources">\r
186       <LogicalName>Npgsql.NpgsqlException.resources</LogicalName>\r
187     </EmbeddedResource>\r
188     <EmbeddedResource Include="Npgsql/PGUtil.resources">\r
189       <LogicalName>Npgsql.PGUtil.resources</LogicalName>\r
190     </EmbeddedResource>\r
191     <EmbeddedResource Include="Npgsql/NpgsqlConnectionString.resources">\r
192       <LogicalName>Npgsql.NpgsqlConnectionString.resources</LogicalName>\r
193     </EmbeddedResource>\r
194     <EmbeddedResource Include="NpgsqlTypes/NpgsqlTypesHelper.resources">\r
195       <LogicalName>NpgsqlTypes.NpgsqlTypesHelper.resources</LogicalName>\r
196     </EmbeddedResource>\r
197   </ItemGroup>\r
198 </Project>\r
199