Implement MachineKey.Protect and MachineKey.Unprotect
[mono.git] / mcs / class / Npgsql / Npgsql-net_4_0.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>{65DBA42E-7B72-4718-9DC5-468A2EEEE55E}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_0</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.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\build\common\Consts.cs" />\r
48     <Compile Include="Npgsql\AssemblyInfo.cs" />\r
49     <Compile Include="Npgsql\HashAlgorithm.cs" />\r
50     <Compile Include="Npgsql\MD5.cs" />\r
51     <Compile Include="Npgsql\MD5CryptoServiceProvider.cs" />\r
52     <Compile Include="Npgsql\NpgsqlAsciiRow.cs" />\r
53     <Compile Include="Npgsql\NpgsqlBackEndKeyData.cs" />\r
54     <Compile Include="Npgsql\NpgsqlBinaryRow.cs" />\r
55     <Compile Include="Npgsql\NpgsqlBind.cs" />\r
56     <Compile Include="Npgsql\NpgsqlCancelRequest.cs" />\r
57     <Compile Include="Npgsql\NpgsqlClosedState.cs" />\r
58     <Compile Include="Npgsql\NpgsqlCommand.cs" />\r
59     <Compile Include="Npgsql\NpgsqlCommandBuilder.cs" />\r
60     <Compile Include="Npgsql\NpgsqlConnectedState.cs" />\r
61     <Compile Include="Npgsql\NpgsqlConnection.cs" />\r
62     <Compile Include="Npgsql\NpgsqlConnectionString.cs" />\r
63     <Compile Include="Npgsql\NpgsqlConnectionStringBuilder.cs" />\r
64     <Compile Include="Npgsql\NpgsqlConnector.cs" />\r
65     <Compile Include="Npgsql\NpgsqlConnectorPool.cs" />\r
66     <Compile Include="Npgsql\NpgsqlDataAdapter.cs" />\r
67     <Compile Include="Npgsql\NpgsqlDataReader.cs" />\r
68     <Compile Include="Npgsql\NpgsqlDescribe.cs" />\r
69     <Compile Include="Npgsql\NpgsqlError.cs" />\r
70     <Compile Include="Npgsql\NpgsqlEventLog.cs" />\r
71     <Compile Include="Npgsql\NpgsqlException.cs" />\r
72     <Compile Include="Npgsql\NpgsqlExecute.cs" />\r
73     <Compile Include="Npgsql\NpgsqlFactory.cs" />\r
74     <Compile Include="Npgsql\NpgsqlFlush.cs" />\r
75     <Compile Include="Npgsql\NpgsqlMediator.cs" />\r
76     <Compile Include="Npgsql\NpgsqlMessageTypes.cs" />\r
77     <Compile Include="Npgsql\NpgsqlNotificationEventArgs.cs" />\r
78     <Compile Include="Npgsql\NpgsqlParameter.cs" />\r
79     <Compile Include="Npgsql\NpgsqlParameterCollection.cs" />\r
80     <Compile Include="Npgsql\NpgsqlParameterStatus.cs" />\r
81     <Compile Include="Npgsql\NpgsqlParse.cs" />\r
82     <Compile Include="Npgsql\NpgsqlPasswordPacket.cs" />\r
83     <Compile Include="Npgsql\NpgsqlQuery.cs" />\r
84     <Compile Include="Npgsql\NpgsqlReadyState.cs" />\r
85     <Compile Include="Npgsql\NpgsqlResultSet.cs" />\r
86     <Compile Include="Npgsql\NpgsqlRow.cs" />\r
87     <Compile Include="Npgsql\NpgsqlRowDescription.cs" />\r
88     <Compile Include="Npgsql\NpgsqlSchema.cs" />\r
89     <Compile Include="Npgsql\NpgsqlStartupPacket.cs" />\r
90     <Compile Include="Npgsql\NpgsqlStartupState.cs" />\r
91     <Compile Include="Npgsql\NpgsqlState.cs" />\r
92     <Compile Include="Npgsql\NpgsqlSync.cs" />\r
93     <Compile Include="Npgsql\NpgsqlTransaction.cs" />\r
94     <Compile Include="Npgsql\PGUtil.cs" />\r
95     <Compile Include="NpgsqlTypes\FastPath.cs" />\r
96     <Compile Include="NpgsqlTypes\FastPathArg.cs" />\r
97     <Compile Include="NpgsqlTypes\LargeObject.cs" />\r
98     <Compile Include="NpgsqlTypes\LargeObjectManager.cs" />\r
99     <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />\r
100     <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />\r
101     <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />\r
102     <Compile Include="NpgsqlTypes\NpgsqlTypesHelper.cs" />\r  </ItemGroup>\r
103   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
104        Other similar extension points exist, see Microsoft.Common.targets.\r
105   <Target Name="BeforeBuild">\r
106   </Target>\r
107   <Target Name="AfterBuild">\r
108   </Target>\r
109   -->\r
110   <PropertyGroup>\r
111     <PreBuildEvent>\r
112 \r
113     </PreBuildEvent>\r
114     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
115
116     </PostBuildEvent>
117     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
118
119     </PostBuildEvent>\r
120   </PropertyGroup>\r
121   <ItemGroup>\r
122     <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">\r
123       <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>\r
124       <Name>corlib\corlib-net_4_0</Name>\r
125     </ProjectReference>\r
126     <ProjectReference Include="..\System\System-net_4_0-2.csproj">\r
127       <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>\r
128       <Name>System\System-net_4_0-2</Name>\r
129     </ProjectReference>\r
130     <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">\r
131       <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>\r
132       <Name>System.XML\System.Xml-net_4_0-1</Name>\r
133     </ProjectReference>\r
134     <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">\r
135       <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>\r
136       <Name>System.Data\System.Data-net_4_0</Name>\r
137     </ProjectReference>\r
138     <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_0.csproj">\r
139       <Project>{73940AF7-7302-4B79-8EAF-DF03BDD9E3F4}</Project>\r
140       <Name>Mono.Security\Mono.Security-net_4_0</Name>\r
141     </ProjectReference>\r
142   </ItemGroup>\r
143   <ItemGroup>\r
144     <Folder Include="Properties\" />\r
145   </ItemGroup>\r
146   <ItemGroup>\r
147     <EmbeddedResource Include="Npgsql/NpgsqlState.resources">\r
148       <LogicalName>Npgsql.NpgsqlState.resources</LogicalName>\r
149     </EmbeddedResource>\r
150     <EmbeddedResource Include="Npgsql/NpgsqlClosedState.resources">\r
151       <LogicalName>Npgsql.NpgsqlClosedState.resources</LogicalName>\r
152     </EmbeddedResource>\r
153     <EmbeddedResource Include="Npgsql/NpgsqlParameterCollection.resources">\r
154       <LogicalName>Npgsql.NpgsqlParameterCollection.resources</LogicalName>\r
155     </EmbeddedResource>\r
156     <EmbeddedResource Include="Npgsql/NpgsqlParameter.resources">\r
157       <LogicalName>Npgsql.NpgsqlParameter.resources</LogicalName>\r
158     </EmbeddedResource>\r
159     <EmbeddedResource Include="Npgsql/NpgsqlCommand.resources">\r
160       <LogicalName>Npgsql.NpgsqlCommand.resources</LogicalName>\r
161     </EmbeddedResource>\r
162     <EmbeddedResource Include="Npgsql/NpgsqlCommandBuilder.resources">\r
163       <LogicalName>Npgsql.NpgsqlCommandBuilder.resources</LogicalName>\r
164     </EmbeddedResource>\r
165     <EmbeddedResource Include="Npgsql/NpgsqlConnectedState.resources">\r
166       <LogicalName>Npgsql.NpgsqlConnectedState.resources</LogicalName>\r
167     </EmbeddedResource>\r
168     <EmbeddedResource Include="Npgsql/NpgsqlConnection.resources">\r
169       <LogicalName>Npgsql.NpgsqlConnection.resources</LogicalName>\r
170     </EmbeddedResource>\r
171     <EmbeddedResource Include="Npgsql/NpgsqlReadyState.resources">\r
172       <LogicalName>Npgsql.NpgsqlReadyState.resources</LogicalName>\r
173     </EmbeddedResource>\r
174     <EmbeddedResource Include="Npgsql/NpgsqlTransaction.resources">\r
175       <LogicalName>Npgsql.NpgsqlTransaction.resources</LogicalName>\r
176     </EmbeddedResource>\r
177     <EmbeddedResource Include="Npgsql/NpgsqlEventLog.resources">\r
178       <LogicalName>Npgsql.NpgsqlEventLog.resources</LogicalName>\r
179     </EmbeddedResource>\r
180     <EmbeddedResource Include="Npgsql/NpgsqlException.resources">\r
181       <LogicalName>Npgsql.NpgsqlException.resources</LogicalName>\r
182     </EmbeddedResource>\r
183     <EmbeddedResource Include="Npgsql/PGUtil.resources">\r
184       <LogicalName>Npgsql.PGUtil.resources</LogicalName>\r
185     </EmbeddedResource>\r
186     <EmbeddedResource Include="Npgsql/NpgsqlConnectionString.resources">\r
187       <LogicalName>Npgsql.NpgsqlConnectionString.resources</LogicalName>\r
188     </EmbeddedResource>\r
189     <EmbeddedResource Include="NpgsqlTypes/NpgsqlTypesHelper.resources">\r
190       <LogicalName>NpgsqlTypes.NpgsqlTypesHelper.resources</LogicalName>\r
191     </EmbeddedResource>\r
192   </ItemGroup>\r
193 </Project>\r
194