[xbuild] ImportCollections.TryGetImport and other fixes
[mono.git] / mcs / class / Npgsql / Npgsql-net_4_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_0</OutputPath>\r
12     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
13     <NoStdLib>true</NoStdLib>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>mscorlib</RootNamespace>\r
17     <AssemblyName>Npgsql</AssemblyName>\r
18     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
19     <FileAlignment>512</FileAlignment>\r
20     <StartupObject>\r
21     </StartupObject>\r
22   </PropertyGroup>\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>true</Optimize>\r
28     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <DebugType>pdbonly</DebugType>\r
35     <NoWarn>1699</NoWarn>\r
36     <Optimize>true</Optimize>\r
37     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
38     <ErrorReport>prompt</ErrorReport>\r
39     <WarningLevel>4</WarningLevel>\r
40     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
41   </PropertyGroup>\r
42   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
43   <ItemGroup>\r
44    <Compile Include="Npgsql\AssemblyInfo.cs" />
45    <Compile Include="..\..\build\common\Consts.cs" />
46    <Compile Include="Npgsql\HashAlgorithm.cs" />
47    <Compile Include="Npgsql\MD5.cs" />
48    <Compile Include="Npgsql\MD5CryptoServiceProvider.cs" />
49    <Compile Include="Npgsql\NpgsqlAsciiRow.cs" />
50    <Compile Include="Npgsql\NpgsqlBackEndKeyData.cs" />
51    <Compile Include="Npgsql\NpgsqlBind.cs" />
52    <Compile Include="Npgsql\NpgsqlBinaryRow.cs" />
53    <Compile Include="Npgsql\NpgsqlCancelRequest.cs" />
54    <Compile Include="Npgsql\NpgsqlClosedState.cs" />
55    <Compile Include="Npgsql\NpgsqlCommand.cs" />
56    <Compile Include="Npgsql\NpgsqlCommandBuilder.cs" />
57    <Compile Include="Npgsql\NpgsqlConnectedState.cs" />
58    <Compile Include="Npgsql\NpgsqlConnection.cs" />
59    <Compile Include="Npgsql\NpgsqlConnectionString.cs" />
60    <Compile Include="Npgsql\NpgsqlConnectionStringBuilder.cs" />
61    <Compile Include="Npgsql\NpgsqlConnector.cs" />
62    <Compile Include="Npgsql\NpgsqlConnectorPool.cs" />
63    <Compile Include="Npgsql\NpgsqlDataAdapter.cs" />
64    <Compile Include="Npgsql\NpgsqlDataReader.cs" />
65    <Compile Include="Npgsql\NpgsqlDescribe.cs" />
66    <Compile Include="Npgsql\NpgsqlError.cs" />
67    <Compile Include="Npgsql\NpgsqlEventLog.cs" />
68    <Compile Include="Npgsql\NpgsqlException.cs" />
69    <Compile Include="Npgsql\NpgsqlExecute.cs" />
70    <Compile Include="Npgsql\NpgsqlFactory.cs" />
71    <Compile Include="Npgsql\NpgsqlFlush.cs" />
72    <Compile Include="Npgsql\NpgsqlMediator.cs" />
73    <Compile Include="Npgsql\NpgsqlMessageTypes.cs" />
74    <Compile Include="Npgsql\NpgsqlNotificationEventArgs.cs" />
75    <Compile Include="Npgsql\NpgsqlParameter.cs" />
76    <Compile Include="Npgsql\NpgsqlParameterCollection.cs" />
77    <Compile Include="Npgsql\NpgsqlParameterStatus.cs" />
78    <Compile Include="Npgsql\NpgsqlParse.cs" />
79    <Compile Include="Npgsql\NpgsqlPasswordPacket.cs" />
80    <Compile Include="Npgsql\NpgsqlQuery.cs" />
81    <Compile Include="Npgsql\NpgsqlReadyState.cs" />
82    <Compile Include="Npgsql\NpgsqlResultSet.cs" />
83    <Compile Include="Npgsql\NpgsqlRow.cs" />
84    <Compile Include="Npgsql\NpgsqlRowDescription.cs" />
85    <Compile Include="Npgsql\NpgsqlSchema.cs" />
86    <Compile Include="Npgsql\NpgsqlStartupPacket.cs" />
87    <Compile Include="Npgsql\NpgsqlStartupState.cs" />
88    <Compile Include="Npgsql\NpgsqlState.cs" />
89    <Compile Include="Npgsql\NpgsqlSync.cs" />
90    <Compile Include="Npgsql\NpgsqlTransaction.cs" />
91    <Compile Include="Npgsql\PGUtil.cs" />
92    <Compile Include="NpgsqlTypes\LargeObjectManager.cs" />
93    <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />
94    <Compile Include="NpgsqlTypes\FastPath.cs" />
95    <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />
96    <Compile Include="NpgsqlTypes\FastPathArg.cs" />
97    <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />
98    <Compile Include="NpgsqlTypes\LargeObject.cs" />
99    <Compile Include="NpgsqlTypes\NpgsqlTypesHelper.cs" />
100 \r
101   </ItemGroup>\r
102   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
103        Other similar extension points exist, see Microsoft.Common.targets.\r
104   <Target Name="BeforeBuild">\r
105   </Target>\r
106   <Target Name="AfterBuild">\r
107   </Target>\r
108   -->\r
109   <PropertyGroup>\r
110     <PreBuildEvent></PreBuildEvent>\r
111   </PropertyGroup>\r
112   <ItemGroup>
113     <Reference Include="mscorlib.dll">
114       <SpecificVersion>False</SpecificVersion>
115       <HintPath>..\\lib\build\mscorlib.dll</HintPath>
116     </Reference>
117     <Reference Include="mscorlib.dll">
118       <SpecificVersion>False</SpecificVersion>
119       <HintPath>..\\lib\build\mscorlib.dll</HintPath>
120     </Reference>
121     <Reference Include="System.dll">
122       <SpecificVersion>False</SpecificVersion>
123       <HintPath>..\\lib\build\System.dll</HintPath>
124     </Reference>
125     <Reference Include="System.Xml.dll">
126       <SpecificVersion>False</SpecificVersion>
127       <HintPath>..\\lib\build\System.Xml.dll</HintPath>
128     </Reference>
129     <Reference Include="System.Data.dll">
130       <SpecificVersion>False</SpecificVersion>
131       <HintPath>..\\lib\build\System.Data.dll</HintPath>
132     </Reference>
133     <Reference Include="Mono.Security.dll">
134       <SpecificVersion>False</SpecificVersion>
135       <HintPath>..\\lib\build\Mono.Security.dll</HintPath>
136     </Reference>
137   </ItemGroup>
138 \r
139   <ItemGroup>\r
140     <Folder Include="Properties\" />\r
141   </ItemGroup>\r
142     <ItemGroup>
143     <EmbeddedResource Include="Npgsql/NpgsqlState.resources">
144        <LogicalName>Npgsql.NpgsqlState.resources</LogicalName>
145     </EmbeddedResource>
146     <EmbeddedResource Include="Npgsql/NpgsqlClosedState.resources">
147        <LogicalName>Npgsql.NpgsqlClosedState.resources</LogicalName>
148     </EmbeddedResource>
149     <EmbeddedResource Include="Npgsql/NpgsqlParameterCollection.resources">
150        <LogicalName>Npgsql.NpgsqlParameterCollection.resources</LogicalName>
151     </EmbeddedResource>
152     <EmbeddedResource Include="Npgsql/NpgsqlParameter.resources">
153        <LogicalName>Npgsql.NpgsqlParameter.resources</LogicalName>
154     </EmbeddedResource>
155     <EmbeddedResource Include="Npgsql/NpgsqlCommand.resources">
156        <LogicalName>Npgsql.NpgsqlCommand.resources</LogicalName>
157     </EmbeddedResource>
158     <EmbeddedResource Include="Npgsql/NpgsqlCommandBuilder.resources">
159        <LogicalName>Npgsql.NpgsqlCommandBuilder.resources</LogicalName>
160     </EmbeddedResource>
161     <EmbeddedResource Include="Npgsql/NpgsqlConnectedState.resources">
162        <LogicalName>Npgsql.NpgsqlConnectedState.resources</LogicalName>
163     </EmbeddedResource>
164     <EmbeddedResource Include="Npgsql/NpgsqlConnection.resources">
165        <LogicalName>Npgsql.NpgsqlConnection.resources</LogicalName>
166     </EmbeddedResource>
167     <EmbeddedResource Include="Npgsql/NpgsqlReadyState.resources">
168        <LogicalName>Npgsql.NpgsqlReadyState.resources</LogicalName>
169     </EmbeddedResource>
170     <EmbeddedResource Include="Npgsql/NpgsqlTransaction.resources">
171        <LogicalName>Npgsql.NpgsqlTransaction.resources</LogicalName>
172     </EmbeddedResource>
173     <EmbeddedResource Include="Npgsql/NpgsqlEventLog.resources">
174        <LogicalName>Npgsql.NpgsqlEventLog.resources</LogicalName>
175     </EmbeddedResource>
176     <EmbeddedResource Include="Npgsql/NpgsqlException.resources">
177        <LogicalName>Npgsql.NpgsqlException.resources</LogicalName>
178     </EmbeddedResource>
179     <EmbeddedResource Include="Npgsql/PGUtil.resources">
180        <LogicalName>Npgsql.PGUtil.resources</LogicalName>
181     </EmbeddedResource>
182     <EmbeddedResource Include="Npgsql/NpgsqlConnectionString.resources">
183        <LogicalName>Npgsql.NpgsqlConnectionString.resources</LogicalName>
184     </EmbeddedResource>
185     <EmbeddedResource Include="NpgsqlTypes/NpgsqlTypesHelper.resources">
186        <LogicalName>NpgsqlTypes.NpgsqlTypesHelper.resources</LogicalName>
187     </EmbeddedResource>
188   </ItemGroup>
189 \r
190 </Project>\r
191