From owner-freebsd-mono@freebsd.org Wed Jul 6 06:27:06 2016 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5CA3B71E1F for ; Wed, 6 Jul 2016 06:27:06 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65D401BEA for ; Wed, 6 Jul 2016 06:27:06 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x232.google.com with SMTP id t66so9516585vka.1 for ; Tue, 05 Jul 2016 23:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=u3pYaRNKXpRsAZTJMAbQGEh8aC3fEx9BIyRHWSRdNYo=; b=hR9NFxyyy1a1cXslKFse9dfubsvnmynRx+HFRfedUkC1cnEODBFFsR3z97cUB5eK18 lO2crvwPLrx2Nm2PYYH81mhxR3uSd7IynTTbP0x8/WauC7T5qzITKNN2C7VFnO3k9ZKR ueWSzDTj7xpNmX8AzjHa0NcgyuK5VjkgK79KadoWsDCVAi/ZiyI43nH/mdzvB/oUUyxs rN0B7VigbFjQ2Q9ihIYCSH5cmNR7c7yx2PqnTzkn2FfwpK4TlH9MgOZbSTsmOxBqXRtL btUU1Y5FhYxkEixna6WRLi8sBAchJNnGmKLFdy3zyQH56Puhlivo/RDrImv0RuhLM3p/ 1WDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=u3pYaRNKXpRsAZTJMAbQGEh8aC3fEx9BIyRHWSRdNYo=; b=VKDWMIr1HmcAhPxdOMdkz5U6E2Nr8Y2FaxxM3WCKUcaTMaYaBMwcjiQ5ZWhrCntymt RTDtWgwrYwmORDhrOb1YLpKy7oSJMvVKg4Tb9P/kjVVGz4iCnbR8/E5PFtluozYq59QF Pzwaa9+wDJctYBtVfWVt/3e1BkRAWBQGSNMW9PdqdKMBAndQfnUXO+ce/uRp+ukTSePC +TZPW+mdsPtrg/BTpUDKZi6fPrEUfs9ddWpRtVvdob2XxA+ATMgvrTPLTVfOphF3JTlC Ghr+O2D4WMQ1jJe/Z6z4iMLGd61iXJf9xmv25esrqjCoUQnPeqCynXld6GxwkPS/BB01 vLIA== X-Gm-Message-State: ALyK8tIK4L0OGQSAWjULltNcT4GNyUuFFZsMiPh3Qawaa8y2czKvl6gaVUYyGT0fpKWaBDehz/b+gO1Cxcftdw== X-Received: by 10.159.39.39 with SMTP id a36mr7365482uaa.86.1467786424747; Tue, 05 Jul 2016 23:27:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.196 with HTTP; Tue, 5 Jul 2016 23:27:04 -0700 (PDT) From: Russell Haley Date: Tue, 5 Jul 2016 23:27:04 -0700 Message-ID: Subject: MonoDevelop Progress - Portable Class Library error To: Freebsd-mono Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 06:27:06 -0000 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