Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2016 23:27:04 -0700
From:      Russell Haley <russ.haley@gmail.com>
To:        Freebsd-mono <freebsd-mono@freebsd.org>
Subject:   MonoDevelop Progress - Portable Class Library error
Message-ID:  <CABx9NuTXptR7S7C5HWvwEeB8WR6Wuc8-=qGGZdoYA50tLTx-%2Bw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hey Guys, So I grabbed the zip file from the Microsoft PCL-reference
assemblies here:

https://www.microsoft.com/en-us/download/details.aspx?id=40727

and then unzipped them into /usr/local/lib/mono/xbuild-frameworks but
I still get the same error when building MonoDevelop:
---------------------build output------------------------------------
(Build target) ->
/usr/home/russellh/Git/monodevelop/main/external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj
(default targets) ->
/usr/local/lib/mono/4.5/Microsoft.Common.targets
(GetReferenceAssemblyPaths target) ->

        /usr/local/lib/mono/4.5/Microsoft.Common.targets:  warning :
Unable to find framework corresponding to the target framework moniker
'.NETPortable,Version=v4.5,Profile=Profile7'. Framework assembly
references will be resolved from the GAC, which might not be the
intended behavior.

Errors:

/usr/home/russellh/Git/monodevelop/main/Main.sln (default targets) ->
(Build target) ->
/usr/home/russellh/Git/monodevelop/main/external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj
(default targets) ->
/usr/local/lib/mono/4.5/Microsoft.Common.targets
(GetReferenceAssemblyPaths target) ->

        /usr/local/lib/mono/4.5/Microsoft.Common.targets: error : PCL
Reference Assemblies not installed.

         96 Warning(s)
         1 Error(s)

Time Elapsed 00:00:32.0395020
Makefile:1100: recipe for target 'sln_build' failed
gmake[2]: *** [sln_build] Error 1
gmake[2]: Leaving directory '/usr/home/russellh/Git/monodevelop/main'
Makefile:657: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/usr/home/russellh/Git/monodevelop/main'
Makefile:31: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
------------------------------------------end build
output-----------------------------------------------

Here is my directory structure under mono:


cd /usr/local/lib/mono
russellh@prescott:/usr/local/lib/mono% ll
total 47
drwxr-xr-x    2 root  wheel   88 Jun 20 22:18 2.0/
drwxr-xr-x    2 root  wheel    7 May 19 09:10 3.5/
drwxr-xr-x    2 root  wheel  113 Jun 24 23:13 4.0/
drwxr-xr-x    4 root  wheel  295 Jun 24 23:13 4.5/
drwxr-xr-x    3 root  wheel    3 Jun 20 22:18 Microsoft F#/
drwxr-xr-x    3 root  wheel    3 Jun 20 22:18 Microsoft SDKs/
drwxr-xr-x    3 root  wheel    3 Jun 24 23:13 Reference Assemblies/
drwxr-xr-x    3 root  wheel    3 Jun 24 23:13 fsharp30/
drwxr-xr-x    3 root  wheel    3 Jun 24 23:13 fsharp31/
drwxr-xr-x  249 root  wheel  249 Jun 24 23:13 gac/
drwxr-xr-x    2 root  wheel   62 Jun 20 22:20 gtk-sharp-2.0/
drwxr-xr-x    2 root  wheel    3 May 19 09:10 lldb/
drwxr-xr-x    2 root  wheel    8 Jun 20 21:39 mono-addins/
drwxr-xr-x    3 root  wheel    3 May 19 09:10 mono-configuration-crypto/
drwxr-xr-x    2 root  wheel    3 May 19 09:10 monodoc/
drwxr-xr-x    5 root  wheel    5 May 19 09:10 xbuild/
drwxr-xr-x    4 root  wheel    4 Jun 29 21:51 xbuild-frameworks/
russellh@prescott:/usr/local/lib/mono% cd xbuild-frameworks/
russellh@prescott:/usr/local/lib/mono/xbuild-frameworks% ll
total 46
drwxr-xr-x  8 root      wheel     8 May 19 09:10 .NETFramework/
drwxr-xr-x  6 russellh  russellh  6 Jul  4 22:35 .NETPortable/
russellh@prescott:/usr/local/lib/mono/xbuild-frameworks% cd .NETPortable/
russellh@prescott:/usr/local/lib/mono/xbuild-frameworks/.NETPortable% ll -R 1
ls: 1: No such file or directory
russellh@prescott:/usr/local/lib/mono/xbuild-frameworks/.NETPortable% ll -R
total 17
drwxr-xr-x  2 russellh  russellh   86 Jun 29 21:48 v2.0/
drwxr-xr-x  2 russellh  russellh    7 Jun 29 21:48 v3.5/
drwxr-xr-x  2 russellh  russellh  101 Jun 29 21:48 v4.0/
drwxr-xr-x  3 russellh  russellh  137 Jun 29 21:48 v4.5/

./v2.0:
total 7967
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24 Accessibility.dll
-rw-r--r--  1 russellh  russellh   140288 Feb  1 03:24 Commons.Xml.Relaxng.dll
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24 CustomMarshalers.dll
-rw-r--r--  1 russellh  russellh   663040 Feb  1 03:24 I18N.CJK.dll
-rw-r--r--  1 russellh  russellh    14848 Feb  1 03:24
I18N.MidEast.dll
-rw-r--r--  1 russellh  russellh    18432 Feb  1 03:24 I18N.Other.dll
-rw-r--r--  1 russellh  russellh    39424 Feb  1 03:24 I18N.Rare.dll
-rw-r--r--  1 russellh  russellh    21504 Feb  1 03:24 I18N.West.dll
-rw-r--r--  1 russellh  russellh    25600 Feb  1 03:24 I18N.dll
-rw-r--r--  1 russellh  russellh    46080 Feb  1 03:24
IBM.Data.DB2.dll
-rw-r--r--  1 russellh  russellh    65024 Feb  1 03:24
ICSharpCode.SharpZipLib.dll
-rw-r--r--  1 russellh  russellh   136704 Feb  1 03:24
Microsoft.Build.Engine.dll
-rw-r--r--  1 russellh  russellh    25600 Feb  1 03:24
Microsoft.Build.Framework.dll
-rw-r--r--  1 russellh  russellh   117248 Feb  1 03:24
Microsoft.Build.Tasks.dll
-rw-r--r--  1 russellh  russellh    37888 Feb  1 03:24
Microsoft.Build.Utilities.dll
-rw-r--r--  1 russellh  russellh   151552 Feb  1 03:24
Microsoft.VisualBasic.dll
-rw-r--r--  1 russellh  russellh     9216 Feb  1 03:24
Microsoft.VisualC.dll
-rw-r--r--  1 russellh  russellh   139776 Feb  1 03:24 Mono.C5.dll
-rw-r--r--  1 russellh  russellh   702464 Feb  1 03:24 Mono.CSharp.dll
-rw-r--r--  1 russellh  russellh    48640 Feb  1 03:24 Mono.Cairo.dll
-rw-r--r--  1 russellh  russellh    27648 Feb  1 03:24
Mono.CompilerServices.SymbolWriter.dll
-rw-r--r--  1 russellh  russellh   115200 Feb  1 03:24
Mono.Data.Sqlite.dll
-rw-r--r--  1 russellh  russellh    49664 Feb  1 03:24
Mono.Data.Tds.dll
-rw-r--r--  1 russellh  russellh    91648 Feb  1 03:24
Mono.Debugger.Soft.dll
-rw-r--r--  1 russellh  russellh    20480 Feb  1 03:24 Mono.Http.dll
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24
Mono.Management.dll
-rw-r--r--  1 russellh  russellh    26112 Feb  1 03:24
Mono.Messaging.RabbitMQ.dll
-rw-r--r--  1 russellh  russellh    29696 Feb  1 03:24
Mono.Messaging.dll
-rw-r--r--  1 russellh  russellh   136704 Feb  1 03:24 Mono.Posix.dll
-rw-r--r--  1 russellh  russellh    13824 Feb  1 03:24
Mono.Security.Win32.dll
-rw-r--r--  1 russellh  russellh   146944 Feb  1 03:24
Mono.Security.dll
-rw-r--r--  1 russellh  russellh    39424 Feb  1 03:24 Mono.Simd.dll
-rw-r--r--  1 russellh  russellh     9216 Feb  1 03:24 Mono.Tasklets.dll
-rw-r--r--  1 russellh  russellh   133632 Feb  1 03:24 Mono.WebBrowser.dll
-rw-r--r--  1 russellh  russellh    24576 Feb  1 03:24 Mono.XBuild.Tasks.dll
-rw-r--r--  1 russellh  russellh   152576 Feb  1 03:24 Novell.Directory.Ldap.dll
-rw-r--r--  1 russellh  russellh   107008 Feb  1 03:24 Npgsql.dll
-rw-r--r--  1 russellh  russellh    60416 Feb  1 03:24 PEAPI.dll
-rw-r--r--  1 russellh  russellh   340480 Feb  1 03:24 RabbitMQ.Client.dll
-rw-r--r--  1 russellh  russellh    23552 Feb  1 03:24
System.ComponentModel.DataAnnotations.dll
-rw-r--r--  1 russellh  russellh    18944 Feb  1 03:24
System.Configuration.Install.dll
-rw-r--r--  1 russellh  russellh    84480 Feb  1 03:24 System.Configuration.dll
-rw-r--r--  1 russellh  russellh   168448 Feb  1 03:24 System.Core.dll
-rw-r--r--  1 russellh  russellh    21504 Feb  1 03:24
System.Data.DataSetExtensions.dll
-rw-r--r--  1 russellh  russellh   342528 Feb  1 03:24 System.Data.Linq.dll
-rw-r--r--  1 russellh  russellh   104448 Feb  1 03:24
System.Data.OracleClient.dll
-rw-r--r--  1 russellh  russellh   310784 Feb  1 03:24
System.Data.Services.Client.dll
-rw-r--r--  1 russellh  russellh    20480 Feb  1 03:24 System.Data.Services.dll
-rw-r--r--  1 russellh  russellh   470528 Feb  1 03:24 System.Data.dll
-rw-r--r--  1 russellh  russellh   196608 Feb  1 03:24 System.Design.dll
-rw-r--r--  1 russellh  russellh    54784 Feb  1 03:24
System.DirectoryServices.Protocols.dll
-rw-r--r--  1 russellh  russellh    77824 Feb  1 03:24
System.DirectoryServices.dll
-rw-r--r--  1 russellh  russellh    22528 Feb  1 03:24 System.Drawing.Design.dll
-rw-r--r--  1 russellh  russellh   315904 Feb  1 03:24 System.Drawing.dll
-rw-r--r--  1 russellh  russellh    41984 Feb  1 03:24
System.EnterpriseServices.dll
-rw-r--r--  1 russellh  russellh    13824 Feb  1 03:24
System.IdentityModel.Selectors.dll
-rw-r--r--  1 russellh  russellh    81408 Feb  1 03:24 System.IdentityModel.dll
-rw-r--r--  1 russellh  russellh    20480 Feb  1 03:24 System.Json.dll
-rw-r--r--  1 russellh  russellh    43008 Feb  1 03:24 System.Management.dll
-rw-r--r--  1 russellh  russellh    59904 Feb  1 03:24 System.Messaging.dll
-rw-r--r--  1 russellh  russellh    10240 Feb  1 03:24 System.Net.dll
-rw-r--r--  1 russellh  russellh    73216 Feb  1 03:24
System.Runtime.Remoting.dll
-rw-r--r--  1 russellh  russellh    25600 Feb  1 03:24
System.Runtime.Serialization.Formatters.Soap.dll
-rw-r--r--  1 russellh  russellh   116736 Feb  1 03:24
System.Runtime.Serialization.dll
-rw-r--r--  1 russellh  russellh    79360 Feb  1 03:24 System.Security.dll
-rw-r--r--  1 russellh  russellh   120832 Feb  1 03:24
System.ServiceModel.Web.dll
-rw-r--r--  1 russellh  russellh   978432 Feb  1 03:24 System.ServiceModel.dll
-rw-r--r--  1 russellh  russellh    37376 Feb  1 03:24 System.ServiceProcess.dll
-rw-r--r--  1 russellh  russellh    25600 Feb  1 03:24 System.Transactions.dll
-rw-r--r--  1 russellh  russellh    48640 Feb  1 03:24
System.Web.Abstractions.dll
-rw-r--r--  1 russellh  russellh    54272 Feb  1 03:24
System.Web.DynamicData.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24
System.Web.Extensions.Design.dll
-rw-r--r--  1 russellh  russellh   679424 Feb  1 03:24 System.Web.Extensions.dll
-rw-r--r--  1 russellh  russellh   269824 Feb  1 03:24 System.Web.Mvc.dll
-rw-r--r--  1 russellh  russellh    28160 Feb  1 03:24 System.Web.Routing.dll
-rw-r--r--  1 russellh  russellh   206848 Feb  1 03:24 System.Web.Services.dll
-rw-r--r--  1 russellh  russellh  1462784 Feb  1 03:24 System.Web.dll
-rw-r--r--  1 russellh  russellh  1781248 Feb  1 03:24 System.Windows.Forms.dll
-rw-r--r--  1 russellh  russellh    58880 Feb  1 03:24 System.Xml.Linq.dll
-rw-r--r--  1 russellh  russellh   651776 Feb  1 03:24 System.Xml.dll
-rw-r--r--  1 russellh  russellh  1025536 Feb  1 03:24 System.dll
-rw-r--r--  1 russellh  russellh   132096 Feb  1 03:24 WindowsBase.dll
-rw-r--r--  1 russellh  russellh    13824 Feb  1 03:24 cscompmgd.dll
-rw-r--r--  1 russellh  russellh  1691648 Feb  1 03:24 mscorlib.dll

./v3.5:
total 188
-rw-r--r--  1 russellh  russellh  136704 Feb  1 03:24 Microsoft.Build.Engine.dll
-rw-r--r--  1 russellh  russellh   25600 Feb  1 03:24
Microsoft.Build.Framework.dll
-rw-r--r--  1 russellh  russellh  117760 Feb  1 03:24
Microsoft.Build.Tasks.v3.5.dll
-rw-r--r--  1 russellh  russellh   37888 Feb  1 03:24
Microsoft.Build.Utilities.v3.5.dll
-rw-r--r--  1 russellh  russellh   24064 Feb  1 03:24 Mono.XBuild.Tasks.dll

./v4.0:
total 8038
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24 Accessibility.dll
-rw-r--r--  1 russellh  russellh   133632 Feb  1 03:24 Commons.Xml.Relaxng.dll
-rw-r--r--  1 russellh  russellh    13312 Feb  1 03:24 CustomMarshalers.dll
-rw-r--r--  1 russellh  russellh    22528 Feb  1 03:24 I18N.CJK.dll
-rw-r--r--  1 russellh  russellh    16384 Feb  1 03:24 I18N.MidEast.dll
-rw-r--r--  1 russellh  russellh    19456 Feb  1 03:24 I18N.Other.dll
-rw-r--r--  1 russellh  russellh    40960 Feb  1 03:24 I18N.Rare.dll
-rw-r--r--  1 russellh  russellh    23040 Feb  1 03:24 I18N.West.dll
-rw-r--r--  1 russellh  russellh    27136 Feb  1 03:24 I18N.dll
-rw-r--r--  1 russellh  russellh    46080 Feb  1 03:24 IBM.Data.DB2.dll
-rw-r--r--  1 russellh  russellh    64512 Feb  1 03:24
ICSharpCode.SharpZipLib.dll
-rw-r--r--  1 russellh  russellh   142848 Feb  1 03:24
Microsoft.Build.Engine.dll
-rw-r--r--  1 russellh  russellh    29696 Feb  1 03:24
Microsoft.Build.Framework.dll
-rw-r--r--  1 russellh  russellh   129024 Feb  1 03:24
Microsoft.Build.Tasks.v4.0.dll
-rw-r--r--  1 russellh  russellh    40960 Feb  1 03:24
Microsoft.Build.Utilities.v4.0.dll
-rw-r--r--  1 russellh  russellh   183296 Feb  1 03:24 Microsoft.Build.dll
-rw-r--r--  1 russellh  russellh    23552 Feb  1 03:24 Microsoft.CSharp.dll
-rw-r--r--  1 russellh  russellh   143872 Feb  1 03:24 Microsoft.VisualBasic.dll
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24 Microsoft.VisualC.dll
-rw-r--r--  1 russellh  russellh    14848 Feb  1 03:24
Microsoft.Web.Infrastructure.dll
-rw-r--r--  1 russellh  russellh   139264 Feb  1 03:24 Mono.C5.dll
-rw-r--r--  1 russellh  russellh   691200 Feb  1 03:24 Mono.CSharp.dll
-rw-r--r--  1 russellh  russellh    49664 Feb  1 03:24 Mono.Cairo.dll
-rw-r--r--  1 russellh  russellh    29184 Feb  1 03:24
Mono.CompilerServices.SymbolWriter.dll
-rw-r--r--  1 russellh  russellh    81920 Feb  1 03:24 Mono.Data.Sqlite.dll
-rw-r--r--  1 russellh  russellh    50688 Feb  1 03:24 Mono.Data.Tds.dll
-rw-r--r--  1 russellh  russellh    92672 Feb  1 03:24 Mono.Debugger.Soft.dll
-rw-r--r--  1 russellh  russellh    21504 Feb  1 03:24 Mono.Http.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24 Mono.Management.dll
-rw-r--r--  1 russellh  russellh    27136 Feb  1 03:24
Mono.Messaging.RabbitMQ.dll
-rw-r--r--  1 russellh  russellh    31232 Feb  1 03:24 Mono.Messaging.dll
-rw-r--r--  1 russellh  russellh   138240 Feb  1 03:24 Mono.Posix.dll
-rw-r--r--  1 russellh  russellh    15360 Feb  1 03:24 Mono.Security.Win32.dll
-rw-r--r--  1 russellh  russellh   149504 Feb  1 03:24 Mono.Security.dll
-rw-r--r--  1 russellh  russellh    40960 Feb  1 03:24 Mono.Simd.dll
-rw-r--r--  1 russellh  russellh    10240 Feb  1 03:24 Mono.Tasklets.dll
-rw-r--r--  1 russellh  russellh   135168 Feb  1 03:24 Mono.WebBrowser.dll
-rw-r--r--  1 russellh  russellh   152064 Feb  1 03:24 Novell.Directory.Ldap.dll
-rw-r--r--  1 russellh  russellh    96768 Feb  1 03:24 Npgsql.dll
-rw-r--r--  1 russellh  russellh    61952 Feb  1 03:24 PEAPI.dll
-rw-r--r--  1 russellh  russellh   342016 Feb  1 03:24 RabbitMQ.Client.dll
-rw-r--r--  1 russellh  russellh   132608 Feb  1 03:24
System.ComponentModel.Composition.dll
-rw-r--r--  1 russellh  russellh    39936 Feb  1 03:24
System.ComponentModel.DataAnnotations.dll
-rw-r--r--  1 russellh  russellh    20480 Feb  1 03:24
System.Configuration.Install.dll
-rw-r--r--  1 russellh  russellh    86016 Feb  1 03:24 System.Configuration.dll
-rw-r--r--  1 russellh  russellh   443392 Feb  1 03:24 System.Core.dll
-rw-r--r--  1 russellh  russellh    23040 Feb  1 03:24
System.Data.DataSetExtensions.dll
-rw-r--r--  1 russellh  russellh   322560 Feb  1 03:24 System.Data.Linq.dll
-rw-r--r--  1 russellh  russellh   105472 Feb  1 03:24
System.Data.OracleClient.dll
-rw-r--r--  1 russellh  russellh   284160 Feb  1 03:24
System.Data.Services.Client.dll
-rw-r--r--  1 russellh  russellh    52736 Feb  1 03:24 System.Data.Services.dll
-rw-r--r--  1 russellh  russellh   471552 Feb  1 03:24 System.Data.dll
-rw-r--r--  1 russellh  russellh   198656 Feb  1 03:24 System.Design.dll
-rw-r--r--  1 russellh  russellh    56320 Feb  1 03:24
System.DirectoryServices.Protocols.dll
-rw-r--r--  1 russellh  russellh    79360 Feb  1 03:24
System.DirectoryServices.dll
-rw-r--r--  1 russellh  russellh    24064 Feb  1 03:24 System.Drawing.Design.dll
-rw-r--r--  1 russellh  russellh   292352 Feb  1 03:24 System.Drawing.dll
-rw-r--r--  1 russellh  russellh    58368 Feb  1 03:24 System.Dynamic.dll
-rw-r--r--  1 russellh  russellh    43520 Feb  1 03:24
System.EnterpriseServices.dll
-rw-r--r--  1 russellh  russellh    15360 Feb  1 03:24
System.IdentityModel.Selectors.dll
-rw-r--r--  1 russellh  russellh    82944 Feb  1 03:24 System.IdentityModel.dll
-rw-r--r--  1 russellh  russellh    36352 Feb  1 03:24 System.Json.Microsoft.dll
-rw-r--r--  1 russellh  russellh    22016 Feb  1 03:24 System.Json.dll
-rw-r--r--  1 russellh  russellh    44032 Feb  1 03:24 System.Management.dll
-rw-r--r--  1 russellh  russellh    59392 Feb  1 03:24 System.Messaging.dll
-rw-r--r--  1 russellh  russellh    12800 Feb  1 03:24 System.Net.dll
-rw-r--r--  1 russellh  russellh    21504 Feb  1 03:24 System.Numerics.dll
-rw-r--r--  1 russellh  russellh    40960 Feb  1 03:24
System.Runtime.Caching.dll
-rw-r--r--  1 russellh  russellh    26112 Feb  1 03:24
System.Runtime.DurableInstancing.dll
-rw-r--r--  1 russellh  russellh    74752 Feb  1 03:24
System.Runtime.Remoting.dll
-rw-r--r--  1 russellh  russellh    27136 Feb  1 03:24
System.Runtime.Serialization.Formatters.Soap.dll
-rw-r--r--  1 russellh  russellh   135168 Feb  1 03:24
System.Runtime.Serialization.dll
-rw-r--r--  1 russellh  russellh    80896 Feb  1 03:24 System.Security.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24
System.ServiceModel.Activation.dll
-rw-r--r--  1 russellh  russellh   105472 Feb  1 03:24
System.ServiceModel.Discovery.dll
-rw-r--r--  1 russellh  russellh    32256 Feb  1 03:24
System.ServiceModel.Routing.dll
-rw-r--r--  1 russellh  russellh    67584 Feb  1 03:24
System.ServiceModel.Web.dll
-rw-r--r--  1 russellh  russellh  1028608 Feb  1 03:24 System.ServiceModel.dll
-rw-r--r--  1 russellh  russellh    38912 Feb  1 03:24 System.ServiceProcess.dll
-rw-r--r--  1 russellh  russellh    27136 Feb  1 03:24 System.Transactions.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24
System.Web.Abstractions.dll
-rw-r--r--  1 russellh  russellh    24064 Feb  1 03:24
System.Web.ApplicationServices.dll
-rw-r--r--  1 russellh  russellh    55808 Feb  1 03:24
System.Web.DynamicData.dll
-rw-r--r--  1 russellh  russellh    13824 Feb  1 03:24
System.Web.Extensions.Design.dll
-rw-r--r--  1 russellh  russellh   191488 Feb  1 03:24 System.Web.Extensions.dll
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24 System.Web.Routing.dll
-rw-r--r--  1 russellh  russellh   188928 Feb  1 03:24 System.Web.Services.dll
-rw-r--r--  1 russellh  russellh  1478656 Feb  1 03:24 System.Web.dll
-rw-r--r--  1 russellh  russellh   136704 Feb  1 03:24
System.Windows.Forms.DataVisualization.dll
-rw-r--r--  1 russellh  russellh  1649664 Feb  1 03:24 System.Windows.Forms.dll
-rw-r--r--  1 russellh  russellh   123392 Feb  1 03:24 System.Xaml.dll
-rw-r--r--  1 russellh  russellh    61440 Feb  1 03:24 System.Xml.Linq.dll
-rw-r--r--  1 russellh  russellh   653824 Feb  1 03:24 System.Xml.dll
-rw-r--r--  1 russellh  russellh  1000960 Feb  1 03:24 System.dll
-rw-r--r--  1 russellh  russellh    15872 Feb  1 03:24 WebMatrix.Data.dll
-rw-r--r--  1 russellh  russellh   123904 Feb  1 03:24 WindowsBase.dll
-rw-r--r--  1 russellh  russellh    15360 Feb  1 03:24 cscompmgd.dll
-rw-r--r--  1 russellh  russellh   467456 Feb  1 03:24 monodoc.dll
-rw-r--r--  1 russellh  russellh  1525760 Feb  1 03:24 mscorlib.dll

./v4.5:
total 8762
-rw-r--r--  1 russellh  russellh    11264 Feb  1 03:24 Accessibility.dll
-rw-r--r--  1 russellh  russellh    78336 Feb  1 03:24 Commons.Xml.Relaxng.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24 CustomMarshalers.dll
drwxr-xr-x  2 russellh  russellh       53 Jun 29 21:48 Facades/
-rw-r--r--  1 russellh  russellh    18432 Feb  1 03:24 I18N.CJK.dll
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24 I18N.MidEast.dll
-rw-r--r--  1 russellh  russellh    12800 Feb  1 03:24 I18N.Other.dll
-rw-r--r--  1 russellh  russellh    17408 Feb  1 03:24 I18N.Rare.dll
-rw-r--r--  1 russellh  russellh    12800 Feb  1 03:24 I18N.West.dll
-rw-r--r--  1 russellh  russellh    15360 Feb  1 03:24 I18N.dll
-rw-r--r--  1 russellh  russellh    35328 Feb  1 03:24 IBM.Data.DB2.dll
-rw-r--r--  1 russellh  russellh    43520 Feb  1 03:24
ICSharpCode.SharpZipLib.dll
-rw-r--r--  1 russellh  russellh    74240 Feb  1 03:24
Microsoft.Build.Engine.dll
-rw-r--r--  1 russellh  russellh    28672 Feb  1 03:24
Microsoft.Build.Framework.dll
-rw-r--r--  1 russellh  russellh    98816 Feb  1 03:24
Microsoft.Build.Tasks.v4.0.dll
-rw-r--r--  1 russellh  russellh    30208 Feb  1 03:24
Microsoft.Build.Utilities.v4.0.dll
-rw-r--r--  1 russellh  russellh   119296 Feb  1 03:24 Microsoft.Build.dll
-rw-r--r--  1 russellh  russellh    18432 Feb  1 03:24 Microsoft.CSharp.dll
-rw-r--r--  1 russellh  russellh     9728 Feb  1 03:24 Microsoft.VisualC.dll
-rw-r--r--  1 russellh  russellh    13312 Feb  1 03:24
Microsoft.Web.Infrastructure.dll
-rw-r--r--  1 russellh  russellh    94208 Feb  1 03:24 Mono.C5.dll
-rw-r--r--  1 russellh  russellh   369152 Feb  1 03:24 Mono.CSharp.dll
-rw-r--r--  1 russellh  russellh    47104 Feb  1 03:24 Mono.Cairo.dll
-rw-r--r--  1 russellh  russellh    19456 Feb  1 03:24 Mono.Cecil.Mdb.dll
-rw-r--r--  1 russellh  russellh   134144 Feb  1 03:24 Mono.Cecil.dll
-rw-r--r--  1 russellh  russellh   270336 Feb  1 03:24 Mono.CodeContracts.dll
-rw-r--r--  1 russellh  russellh    24064 Feb  1 03:24
Mono.CompilerServices.SymbolWriter.dll
-rw-r--r--  1 russellh  russellh    55808 Feb  1 03:24 Mono.Data.Sqlite.dll
-rw-r--r--  1 russellh  russellh    39936 Feb  1 03:24 Mono.Data.Tds.dll
-rw-r--r--  1 russellh  russellh    74752 Feb  1 03:24 Mono.Debugger.Soft.dll
-rw-r--r--  1 russellh  russellh    15360 Feb  1 03:24 Mono.Http.dll
-rw-r--r--  1 russellh  russellh     9728 Feb  1 03:24 Mono.Management.dll
-rw-r--r--  1 russellh  russellh    20480 Feb  1 03:24
Mono.Messaging.RabbitMQ.dll
-rw-r--r--  1 russellh  russellh    27648 Feb  1 03:24 Mono.Messaging.dll
-rw-r--r--  1 russellh  russellh    18432 Feb  1 03:24 Mono.Options.dll
-rw-r--r--  1 russellh  russellh    16384 Feb  1 03:24 Mono.Parallel.dll
-rw-r--r--  1 russellh  russellh   120832 Feb  1 03:24 Mono.Posix.dll
-rw-r--r--  1 russellh  russellh    13312 Feb  1 03:24 Mono.Security.Win32.dll
-rw-r--r--  1 russellh  russellh   104448 Feb  1 03:24 Mono.Security.dll
-rw-r--r--  1 russellh  russellh    38912 Feb  1 03:24 Mono.Simd.dll
-rw-r--r--  1 russellh  russellh     9728 Feb  1 03:24 Mono.Tasklets.dll
-rw-r--r--  1 russellh  russellh   128000 Feb  1 03:24 Mono.WebBrowser.dll
-rw-r--r--  1 russellh  russellh    16384 Feb  1 03:24 Mono.XBuild.Tasks.dll
-rw-r--r--  1 russellh  russellh   113152 Feb  1 03:24 Novell.Directory.Ldap.dll
-rw-r--r--  1 russellh  russellh    57344 Feb  1 03:24 PEAPI.dll
-rw-r--r--  1 russellh  russellh   321536 Feb  1 03:24 RabbitMQ.Client.dll
-rw-r--r--  1 russellh  russellh    30208 Feb  1 03:24 SMDiagnostics.dll
-rw-r--r--  1 russellh  russellh   108032 Feb  1 03:24
System.ComponentModel.Composition.dll
-rw-r--r--  1 russellh  russellh    41984 Feb  1 03:24
System.ComponentModel.DataAnnotations.dll
-rw-r--r--  1 russellh  russellh    18944 Feb  1 03:24
System.Configuration.Install.dll
-rw-r--r--  1 russellh  russellh    67584 Feb  1 03:24 System.Configuration.dll
-rw-r--r--  1 russellh  russellh   344576 Feb  1 03:24 System.Core.dll
-rw-r--r--  1 russellh  russellh    19456 Feb  1 03:24
System.Data.DataSetExtensions.dll
-rw-r--r--  1 russellh  russellh  1136128 Feb  1 03:24 System.Data.Entity.dll
-rw-r--r--  1 russellh  russellh   182272 Feb  1 03:24 System.Data.Linq.dll
-rw-r--r--  1 russellh  russellh    74752 Feb  1 03:24
System.Data.OracleClient.dll
-rw-r--r--  1 russellh  russellh   167936 Feb  1 03:24
System.Data.Services.Client.dll
-rw-r--r--  1 russellh  russellh    50176 Feb  1 03:24 System.Data.Services.dll
-rw-r--r--  1 russellh  russellh   956416 Feb  1 03:24 System.Data.dll
-rw-r--r--  1 russellh  russellh   166400 Feb  1 03:24 System.Design.dll
-rw-r--r--  1 russellh  russellh    53760 Feb  1 03:24
System.DirectoryServices.Protocols.dll
-rw-r--r--  1 russellh  russellh    74752 Feb  1 03:24
System.DirectoryServices.dll
-rw-r--r--  1 russellh  russellh    19456 Feb  1 03:24 System.Drawing.Design.dll
-rw-r--r--  1 russellh  russellh   257024 Feb  1 03:24 System.Drawing.dll
-rw-r--r--  1 russellh  russellh    41984 Feb  1 03:24 System.Dynamic.dll
-rw-r--r--  1 russellh  russellh    42496 Feb  1 03:24
System.EnterpriseServices.dll
-rw-r--r--  1 russellh  russellh    11264 Feb  1 03:24
System.IO.Compression.FileSystem.dll
-rw-r--r--  1 russellh  russellh    52736 Feb  1 03:24 System.IO.Compression.dll
-rw-r--r--  1 russellh  russellh    13312 Feb  1 03:24
System.IdentityModel.Selectors.dll
-rw-r--r--  1 russellh  russellh    82432 Feb  1 03:24 System.IdentityModel.dll
-rw-r--r--  1 russellh  russellh    26624 Feb  1 03:24 System.Json.Microsoft.dll
-rw-r--r--  1 russellh  russellh    15872 Feb  1 03:24 System.Json.dll
-rw-r--r--  1 russellh  russellh    43008 Feb  1 03:24 System.Management.dll
-rw-r--r--  1 russellh  russellh    53760 Feb  1 03:24 System.Messaging.dll
-rw-r--r--  1 russellh  russellh   215040 Feb  1 03:24
System.Net.Http.Formatting.dll
-rw-r--r--  1 russellh  russellh    12288 Feb  1 03:24
System.Net.Http.WebRequest.dll
-rw-r--r--  1 russellh  russellh    48640 Feb  1 03:24 System.Net.Http.dll
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24 System.Net.dll
-rw-r--r--  1 russellh  russellh    23552 Feb  1 03:24 System.Numerics.dll
-rw-r--r--  1 russellh  russellh    42496 Feb  1 03:24 System.Reactive.Core.dll
-rw-r--r--  1 russellh  russellh     3584 Feb  1 03:24
System.Reactive.Debugger.dll
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24
System.Reactive.Experimental.dll
-rw-r--r--  1 russellh  russellh     6144 Feb  1 03:24
System.Reactive.Interfaces.dll
-rw-r--r--  1 russellh  russellh   283136 Feb  1 03:24 System.Reactive.Linq.dll
-rw-r--r--  1 russellh  russellh     7168 Feb  1 03:24
System.Reactive.Observable.Aliases.dll
-rw-r--r--  1 russellh  russellh     8704 Feb  1 03:24
System.Reactive.PlatformServices.dll
-rw-r--r--  1 russellh  russellh    69632 Feb  1 03:24
System.Reactive.Providers.dll
-rw-r--r--  1 russellh  russellh     5120 Feb  1 03:24
System.Reactive.Runtime.Remoting.dll
-rw-r--r--  1 russellh  russellh     4096 Feb  1 03:24
System.Reactive.Windows.Forms.dll
-rw-r--r--  1 russellh  russellh     6144 Feb  1 03:24
System.Reactive.Windows.Threading.dll
-rw-r--r--  1 russellh  russellh    40448 Feb  1 03:24
System.Runtime.Caching.dll
-rw-r--r--  1 russellh  russellh    64512 Feb  1 03:24
System.Runtime.DurableInstancing.dll
-rw-r--r--  1 russellh  russellh    51200 Feb  1 03:24
System.Runtime.Remoting.dll
-rw-r--r--  1 russellh  russellh    17920 Feb  1 03:24
System.Runtime.Serialization.Formatters.Soap.dll
-rw-r--r--  1 russellh  russellh   470528 Feb  1 03:24
System.Runtime.Serialization.dll
-rw-r--r--  1 russellh  russellh    58368 Feb  1 03:24 System.Security.dll
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24
System.ServiceModel.Activation.dll
-rw-r--r--  1 russellh  russellh    82944 Feb  1 03:24
System.ServiceModel.Discovery.dll
-rw-r--r--  1 russellh  russellh   117248 Feb  1 03:24
System.ServiceModel.Internals.dll
-rw-r--r--  1 russellh  russellh    26624 Feb  1 03:24
System.ServiceModel.Routing.dll
-rw-r--r--  1 russellh  russellh    48640 Feb  1 03:24
System.ServiceModel.Web.dll
-rw-r--r--  1 russellh  russellh   792576 Feb  1 03:24 System.ServiceModel.dll
-rw-r--r--  1 russellh  russellh    33792 Feb  1 03:24 System.ServiceProcess.dll
-rw-r--r--  1 russellh  russellh    41984 Feb  1 03:24
System.Threading.Tasks.Dataflow.dll
-rw-r--r--  1 russellh  russellh    23040 Feb  1 03:24 System.Transactions.dll
-rw-r--r--  1 russellh  russellh    11264 Feb  1 03:24
System.Web.Abstractions.dll
-rw-r--r--  1 russellh  russellh    21504 Feb  1 03:24
System.Web.ApplicationServices.dll
-rw-r--r--  1 russellh  russellh    45056 Feb  1 03:24
System.Web.DynamicData.dll
-rw-r--r--  1 russellh  russellh    13312 Feb  1 03:24
System.Web.Extensions.Design.dll
-rw-r--r--  1 russellh  russellh   130048 Feb  1 03:24 System.Web.Extensions.dll
-rw-r--r--  1 russellh  russellh    40448 Feb  1 03:24
System.Web.Http.SelfHost.dll
-rw-r--r--  1 russellh  russellh    22016 Feb  1 03:24
System.Web.Http.WebHost.dll
-rw-r--r--  1 russellh  russellh   128512 Feb  1 03:24 System.Web.Http.dll
-rw-r--r--  1 russellh  russellh   180736 Feb  1 03:24 System.Web.Mvc.dll
-rw-r--r--  1 russellh  russellh   108544 Feb  1 03:24 System.Web.Razor.dll
-rw-r--r--  1 russellh  russellh    11264 Feb  1 03:24 System.Web.Routing.dll
-rw-r--r--  1 russellh  russellh   275968 Feb  1 03:24 System.Web.Services.dll
-rw-r--r--  1 russellh  russellh    17920 Feb  1 03:24
System.Web.WebPages.Deployment.dll
-rw-r--r--  1 russellh  russellh    22016 Feb  1 03:24
System.Web.WebPages.Razor.dll
-rw-r--r--  1 russellh  russellh    87552 Feb  1 03:24 System.Web.WebPages.dll
-rw-r--r--  1 russellh  russellh  1142272 Feb  1 03:24 System.Web.dll
-rw-r--r--  1 russellh  russellh   133120 Feb  1 03:24
System.Windows.Forms.DataVisualization.dll
-rw-r--r--  1 russellh  russellh  1464320 Feb  1 03:24 System.Windows.Forms.dll
-rw-r--r--  1 russellh  russellh    10240 Feb  1 03:24 System.Windows.dll
-rw-r--r--  1 russellh  russellh    82944 Feb  1 03:24 System.Xaml.dll
-rw-r--r--  1 russellh  russellh    48128 Feb  1 03:24 System.Xml.Linq.dll
-rw-r--r--  1 russellh  russellh     9728 Feb  1 03:24
System.Xml.Serialization.dll
-rw-r--r--  1 russellh  russellh  1070592 Feb  1 03:24 System.Xml.dll
-rw-r--r--  1 russellh  russellh  1028608 Feb  1 03:24 System.dll
-rw-r--r--  1 russellh  russellh    10752 Feb  1 03:24 SystemWebTestShim.dll
-rw-r--r--  1 russellh  russellh    12800 Feb  1 03:24 WebMatrix.Data.dll
-rw-r--r--  1 russellh  russellh   105472 Feb  1 03:24 WindowsBase.dll
-rw-r--r--  1 russellh  russellh    11776 Feb  1 03:24 cscompmgd.dll
-rw-r--r--  1 russellh  russellh   316416 Feb  1 03:24 monodoc.dll
-rw-r--r--  1 russellh  russellh  1506304 Feb  1 03:24 mscorlib.dll

./v4.5/Facades:
total 170
-rw-r--r--  1 russellh  russellh   6144 Feb  1 03:24
System.Collections.Concurrent.dll
-rw-r--r--  1 russellh  russellh   6144 Feb  1 03:24 System.Collections.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24
System.ComponentModel.Annotations.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.ComponentModel.EventBasedAsync.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.ComponentModel.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Diagnostics.Contracts.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Diagnostics.Debug.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Diagnostics.Tools.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Diagnostics.Tracing.dll
-rw-r--r--  1 russellh  russellh   6656 Feb  1 03:24 System.Dynamic.Runtime.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.Globalization.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.IO.dll
-rw-r--r--  1 russellh  russellh   7168 Feb  1 03:24 System.Linq.Expressions.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.Linq.Parallel.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.Linq.Queryable.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24 System.Linq.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Net.NetworkInformation.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.Net.Primitives.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.Net.Requests.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24 System.ObjectModel.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Reflection.Emit.ILGeneration.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Reflection.Emit.Lightweight.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.Reflection.Emit.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Reflection.Extensions.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Reflection.Primitives.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24 System.Reflection.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Resources.ResourceManager.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Runtime.Extensions.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Runtime.InteropServices.WindowsRuntime.dll
-rw-r--r--  1 russellh  russellh   6144 Feb  1 03:24
System.Runtime.InteropServices.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.Runtime.Numerics.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Runtime.Serialization.Json.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Runtime.Serialization.Primitives.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24
System.Runtime.Serialization.Xml.dll
-rw-r--r--  1 russellh  russellh  12800 Feb  1 03:24 System.Runtime.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Security.Principal.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.ServiceModel.Duplex.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.ServiceModel.Http.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.ServiceModel.NetTcp.dll
-rw-r--r--  1 russellh  russellh  10240 Feb  1 03:24
System.ServiceModel.Primitives.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.ServiceModel.Security.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Text.Encoding.Extensions.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.Text.Encoding.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24
System.Text.RegularExpressions.dll
-rw-r--r--  1 russellh  russellh   5120 Feb  1 03:24
System.Threading.Tasks.Parallel.dll
-rw-r--r--  1 russellh  russellh   6656 Feb  1 03:24 System.Threading.Tasks.dll
-rw-r--r--  1 russellh  russellh   4608 Feb  1 03:24 System.Threading.Timer.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24 System.Threading.dll
-rw-r--r--  1 russellh  russellh   6144 Feb  1 03:24 System.Xml.ReaderWriter.dll
-rw-r--r--  1 russellh  russellh   6144 Feb  1 03:24 System.Xml.XDocument.dll
-rw-r--r--  1 russellh  russellh   5632 Feb  1 03:24
System.Xml.XmlSerializer.dll
russellh@prescott:/usr/local/lib/mono/xbuild-frameworks/.NETPortable%

I tried removing the offending project (RefactoringEssentials), but
it's used all over the place so I get build error further along.

Any advice would be grand.

Thanks,

Russ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABx9NuTXptR7S7C5HWvwEeB8WR6Wuc8-=qGGZdoYA50tLTx-%2Bw>