Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-04-17 18:14:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-17 18:14:57 +0400
commitb45701b7997f72dd72d0acd3f3ecf535f1022152 (patch)
treef2c0f3a95757e4b6befe880bfa9b5e3547a4c270 /data
parent4ea81c1845203621f252cb676eac6a1857e3ff20 (diff)
Add System.Xml.Linq to the dotnet.pkg
Diffstat (limited to 'data')
-rw-r--r--data/dotnet.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dotnet.pc.in b/data/dotnet.pc.in
index 0983102bffd..c62c51791e0 100644
--- a/data/dotnet.pc.in
+++ b/data/dotnet.pc.in
@@ -2,4 +2,4 @@
Name: Standard libraries in a .NET setup
Description: References all the standard .NET libraries for compilation
Version: @VERSION@
-Libs: -r:Accessibility.dll -r:cscompmgd.dll -r:Microsoft.VisualC.dll -r:System.Configuration.Install.dll -r:System.Data.dll -r:System.Data.OracleClient.dll -r:System.Design.dll -r:System.DirectoryServices.dll -r:System.dll -r:System.Drawing.Design.dll -r:System.Drawing.dll -r:System.EnterpriseServices.dll -r:System.Management.dll -r:System.Messaging.dll -r:System.Runtime.Remoting.dll -r:System.Runtime.Serialization.Formatters.Soap.dll -r:System.Security.dll -r:System.ServiceProcess.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Windows.Forms.dll -r:System.Xml.dll
+Libs: -r:Accessibility.dll -r:cscompmgd.dll -r:Microsoft.VisualC.dll -r:System.Configuration.Install.dll -r:System.Data.dll -r:System.Data.OracleClient.dll -r:System.Design.dll -r:System.DirectoryServices.dll -r:System.dll -r:System.Drawing.Design.dll -r:System.Drawing.dll -r:System.EnterpriseServices.dll -r:System.Management.dll -r:System.Messaging.dll -r:System.Runtime.Remoting.dll -r:System.Runtime.Serialization.Formatters.Soap.dll -r:System.Security.dll -r:System.ServiceProcess.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Windows.Forms.dll -r:System.Xml.dll -r:System.Xml.Linq.dll