Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh-paunikar/e649432d9bac57534daf016c70bccd3a to your computer and use it in GitHub Desktop.
Save saurabh-paunikar/e649432d9bac57534daf016c70bccd3a to your computer and use it in GitHub Desktop.
gist
Rogerss-MacBook-Pro:~ rogersmsirfp3.0$ cd /Users/rogersmsirfp3.0/Downloads/hasj
Rogerss-MacBook-Pro:hasj rogersmsirfp3.0$ cd /Users/rogersmsirfp3.0/Downloads/hasj
Rogerss-MacBook-Pro:hasj rogersmsirfp3.0$ mkdir Webtest
Rogerss-MacBook-Pro:hasj rogersmsirfp3.0$ cd Webtest
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new web
Content generation time: 262.3657 ms
The template "ASP.NET Core Empty" created successfully.
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new -t web
Invalid input switch:
-t
Template Instantiation Commands for .NET Core CLI.
Usage: dotnet new [arguments] [options]
Arguments:
template The template to instantiate.
Options:
-l|--list List templates containing the specified name.
-lang|--language Specifies the language of the template to create
-n|--name The name for the output being created. If no name is specified, the name of the current directory is used.
-o|--output Location to place the generated output.
-h|--help Displays help for this command.
-all|--show-all Shows all templates
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new web
Content generation time: 85.6688 ms
The template "Web Config" created successfully.
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new -l web
Value specified for valueless parameter: --list
at Microsoft.TemplateEngine.Cli.ExtendedCommandParser.ParseArgs(IList`1 extraArgFileNames)
at Microsoft.TemplateEngine.Cli.New3Command.<ExecuteAsync>d__66.MoveNext()
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new web
Content generation time: 33.0465 ms
The template "Web Config" created successfully.
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet restore
Restoring packages for /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/Webtest.csproj...
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/obj/Webtest.csproj.nuget.g.props.
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/obj/Webtest.csproj.nuget.g.targets.
Writing lock file to disk. Path: /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/obj/project.assets.json
Restore completed in 10.78 sec for /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/Webtest.csproj.
NuGet Config files used:
/Users/rogersmsirfp3.0/.nuget/NuGet/NuGet.Config
Feeds used:
https://api.nuget.org/v3/index.json
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet build
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
Webtest -> /Users/rogersmsirfp3.0/Downloads/hasj/Webtest/bin/Debug/netcoreapp1.1/Webtest.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:12.67
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ cd /Users/rogersmsirfp3.0/Downloads/BugVerif
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ clear
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$
Display all 1578 possibilities? (y or n)
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ lear
-bash: lear: command not found
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ clear
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ mkdir Webtest
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ cd Webtest
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new web
Content generation time: 272.6004 ms
The template "ASP.NET Core Empty" created successfully.
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet restore
Restoring packages for /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/Webtest.csproj...
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/Webtest.csproj.nuget.g.props.
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/Webtest.csproj.nuget.g.targets.
Writing lock file to disk. Path: /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/project.assets.json
Restore completed in 11.74 sec for /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/Webtest.csproj.
NuGet Config files used:
/Users/rogersmsirfp3.0/.nuget/NuGet/NuGet.Config
Feeds used:
https://api.nuget.org/v3/index.json
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet build
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
Webtest -> /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/bin/Debug/netcoreapp1.1/Webtest.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:12.81
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ clear
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ cd /Users/rogersmsirfp3.0/Downloads/BugVerif
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ mkdir Webtest
Rogerss-MacBook-Pro:BugVerif rogersmsirfp3.0$ cd Webtest
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet new web
Content generation time: 181.6547 ms
The template "ASP.NET Core Empty" created successfully.
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet restore
Restoring packages for /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/Webtest.csproj...
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/Webtest.csproj.nuget.g.props.
Generating MSBuild file /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/Webtest.csproj.nuget.g.targets.
Writing lock file to disk. Path: /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/obj/project.assets.json
Restore completed in 9.5 sec for /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/Webtest.csproj.
NuGet Config files used:
/Users/rogersmsirfp3.0/.nuget/NuGet/NuGet.Config
Feeds used:
https://api.nuget.org/v3/index.json
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ dotnet build
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
Webtest -> /Users/rogersmsirfp3.0/Downloads/BugVerif/Webtest/bin/Debug/netcoreapp1.1/Webtest.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:11.99
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ clear
Rogerss-MacBook-Pro:Webtest rogersmsirfp3.0$ cd /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
Rogerss-MacBook-Pro:ReadOnlyTest rogersmsirfp3.0$ msbuild /v:diagnostic
Microsoft (R) Build Engine version 15.3.0.0 (d15.3/e5db6a9 Wed May 10 05:29:34 EDT 2017)
Copyright (C) Microsoft Corporation. All rights reserved.
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/MSBuild.dll /v:diagnostic ./ReadOnlyTest.sln
Build started 5/11/2017 1:17:15 PM.
Environment at start of build:
LANG = en_US.UTF-8
TERM = xterm-256color
TERM_PROGRAM = Apple_Terminal
SHLVL = 1
XPC_SERVICE_NAME = 0
TERM_SESSION_ID = DC28F133-3377-4C70-918D-7D96B32D7DFA
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.cWu4ymA1If/Render
XPC_FLAGS = 0x0
PATH = /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands
MSBuildLoadMicrosoftTargetsReadOnly = true
TMPDIR = /var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/
SHELL = /bin/bash
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.ePYdnGCsRT/Listeners
_ = /Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild
HOME = /Users/rogersmsirfp3.0
USER = rogersmsirfp3.0
TERM_PROGRAM_VERSION = 361.1
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0
LOGNAME = rogersmsirfp3.0
MONO_GC_PARAMS = nursery-size=64m,
PWD = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
Project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" on node 1 (default targets).
Initial Properties:
_ = /Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0
_GenerateRestoreGraphProjectEntryInputProperties =
RestoreUseCustomAfterTargets=;
NuGetRestoreTargets=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets;
BuildProjectReferences=false;
ExcludeRestorePackageImports=true;
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.cWu4ymA1If/Render
AspNetConfiguration = Debug
Configuration = Debug
CurrentSolutionConfigurationContents = <SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
FrameworkSDKRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
HOME = /Users/rogersmsirfp3.0
IsRestoreTargetsFileLoaded = true
LANG = en_US.UTF-8
LocalAppData = /Users/rogersmsirfp3.0/.local/share
LOGNAME = rogersmsirfp3.0
MONO_GC_PARAMS = nursery-size=64m,
MSBuildAllProjects = ;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets
MSBuildAssemblyVersion = 15.0
MSBuildBinPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildExtensionsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildExtensionsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildExtensionsPath64 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildFrameworkToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
MSBuildFrameworkToolsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
MSBuildFrameworkToolsRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono
MSBuildLoadMicrosoftTargetsReadOnly = true
MSBuildNodeCount = 1
MSBuildProgramFiles32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildProjectDefaultTargets = Build
MSBuildProjectDirectory = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
MSBuildProjectDirectoryNoRoot = Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
MSBuildProjectExtension = .metaproj
MSBuildProjectFile = ReadOnlyTest.sln.metaproj
MSBuildProjectFullPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln.metaproj
MSBuildProjectName = ReadOnlyTest.sln
MSBuildRuntimeType = Mono
MSBuildRuntimeVersion = 4.0.30319
MSBuildSdksPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Sdks
MSBuildStartupDirectory = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
MSBuildToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsPath64 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
MSBuildToolsVersion = 15.0
MSBuildUserExtensionsPath = /Users/rogersmsirfp3.0/.local/share/Microsoft\MSBuild
NuGetRestoreTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets
OS = Unix
PATH = /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands
Platform = x86
PWD = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
RestoreContinueOnError = WarnAndContinue
RestoreRecursive = true
RestoreTaskAssemblyFile = NuGet.Build.Tasks.dll
RoslynTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Roslyn
SDK35ToolsPath = /
SDK40ToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
SHELL = /bin/bash
SHLVL = 1
SolutionDir = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/
SolutionExt = .sln
SolutionFileName = ReadOnlyTest.sln
SolutionName = ReadOnlyTest
SolutionPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.ePYdnGCsRT/Listeners
TargetFrameworkRootPathSearchPathsOSX = /Library/Frameworks/Mono.framework/External/xbuild-frameworks/
TargetFrameworkVersion = v4.0
TERM = xterm-256color
TERM_PROGRAM = Apple_Terminal
TERM_PROGRAM_VERSION = 361.1
TERM_SESSION_ID = DC28F133-3377-4C70-918D-7D96B32D7DFA
TMPDIR = /var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/
USER = rogersmsirfp3.0
ValidateRuntimeIdentifierCompatibility = false
VisualStudioVersion = 15.0
XPC_FLAGS = 0x0
XPC_SERVICE_NAME = 0
Initial Items:
ProjectReference
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
ToolsVersion =
SkipNonexistentProjects = False
AdditionalProperties = Configuration=Debug; Platform=AnyCPU
Configuration = Debug
Platform = AnyCPU
SolutionConfiguration
Debug|x86
Configuration = Debug
Platform = x86
Content = <SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
Release|x86
Configuration = Release
Platform = x86
Content = <SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Release|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
Building with tools version "15.0".
Target "ValidateSolutionConfiguration: (TargetId:2)" in file "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln.metaproj" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (entry point):
Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as (('<SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' != 'true')).
Task "Warning" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' == 'true')) was evaluated as (('<SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' == 'true')).
Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Message" (TaskId:2)
Task Parameter:Text=Building solution configuration "Debug|x86". (TaskId:2)
Building solution configuration "Debug|x86". (TaskId:2)
Done executing task "Message". (TaskId:2)
Done building target "ValidateSolutionConfiguration" in project "ReadOnlyTest.sln".: (TargetId:2)
Target "ValidateToolsVersions: (TargetId:3)" in file "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln.metaproj" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (entry point):
Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('15.0' == '2.0' and ('' != '2.0' and '' != '')).
Done building target "ValidateToolsVersions" in project "ReadOnlyTest.sln".: (TargetId:3)
Target "ValidateProjects: (TargetId:4)" in file "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln.metaproj" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (entry point):
Done building target "ValidateProjects" in project "ReadOnlyTest.sln".: (TargetId:4)
Target "Build: (TargetId:5)" in file "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln.metaproj" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (entry point):
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild" (TaskId:3)
Task Parameter:
Projects=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
AdditionalProperties=Configuration=Debug; Platform=AnyCPU
Configuration=Debug
Platform=AnyCPU
SkipNonexistentProjects=False
ToolsVersion= (TaskId:3)
Task Parameter:BuildInParallel=True (TaskId:3)
Task Parameter:
Properties=
BuildingSolutionFile=true
CurrentSolutionConfigurationContents=<SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
SolutionDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/
SolutionExt=.sln
SolutionFileName=ReadOnlyTest.sln
SolutionName=ReadOnlyTest
SolutionPath=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln (TaskId:3)
Task Parameter:SkipNonexistentProjects=False (TaskId:3)
Global Properties: (TaskId:3)
BuildingSolutionFile=true (TaskId:3)
CurrentSolutionConfigurationContents=<SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration> (TaskId:3)
SolutionDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ (TaskId:3)
SolutionExt=.sln (TaskId:3)
SolutionFileName=ReadOnlyTest.sln (TaskId:3)
SolutionName=ReadOnlyTest (TaskId:3)
SolutionPath=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln (TaskId:3)
Additional Properties for project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj": (TaskId:3)
Configuration=Debug (TaskId:3)
Platform=AnyCPU (TaskId:3)
Evaluation started ("/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj")
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Xamarin/Mac/Xamarin.Mac.CSharp.targets using extensions path /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
Trying to import /Library/Frameworks/Mono.framework/External/xbuild//Xamarin/Mac/Xamarin.Mac.CSharp.targets using extensions path /Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(DefineConstants)="__UNIFIED__;__MACOS__;DEBUG;" (previous value: "DEBUG;") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.CSharp.targets (25,3)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets (38,9)
Property reassignment: $(_ConfigurationNameTmp)="Debug" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.Mono.targets (43,9)
Property reassignment: $(DebugType)="portable" (previous value: "full") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.Mono.targets (45,9)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.props using extensions path /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
Property reassignment: $(MSBuildProjectExtensionsPath)="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/" (previous value: "obj\") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/15.0/Microsoft.Common.props (58,5)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Imports/Microsoft.Common.props/ImportBefore/* using extensions path /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportBefore/* using extensions path /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props (29,5)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(_DebugFileExt)=".pdb" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (128,5)
Property reassignment: $(OutputPath)="bin\Debug\" (previous value: "bin\Debug") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (130,5)
Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (152,5)
Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (161,5)
Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (479,5)
Property reassignment: $(DelaySign)="" (previous value: "false") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (518,5)
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (529,5)
Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (3333,5)
Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Off" (previous value: "Auto") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets (3334,5)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets (29,6)
Property reassignment: $(ResolveReferencesDependsOn)="
BeforeResolveReferences;
AssignProjectConfiguration;
ResolveProjectReferences;
FindInvalidProjectReferences;
ResolveNativeReferences;
ResolveAssemblyReferences;
GenerateBindingRedirects;
ResolveComReferences;
AfterResolveReferences
;
ImplicitlyExpandDesignTimeFacades
" (previous value: "
BeforeResolveReferences;
AssignProjectConfiguration;
ResolveProjectReferences;
FindInvalidProjectReferences;
ResolveNativeReferences;
ResolveAssemblyReferences;
GenerateBindingRedirects;
ResolveComReferences;
AfterResolveReferences
") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets (79,5)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(GenerateManifestsDependsOn)="" (previous value: "
SetWin32ManifestProperties;
GenerateApplicationManifest;
GenerateDeploymentManifest
") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.Mono.targets (24,9)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportAfter/* using extensions path /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (67,5)
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;ResolveNuGetPackageAssets" (previous value: "
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (165,5)
Property reassignment: $(PrepareResourcesDependsOn)="ResolveNuGetPackageAssets;
PrepareResourceNames;
ResGen;
CompileLicxFiles
" (previous value: "
PrepareResourceNames;
ResGen;
CompileLicxFiles
") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (166,5)
Property reassignment: $(MSBuildAllProjects)=";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets" (previous value: ";/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets") at /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets (43,5)
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild:/Library/Frameworks/Mono.framework/External/xbuild/
Property reassignment: $(AllowedReferenceRelatedFileExtensions)="
.pdb;
.dll.mdb;
.exe.mdb
;
.xml;
.pri;
.dll.config;
.exe.config
;
.dll.mdb;
.exe.mdb;
.pdb
" (previous value: "
.pdb;
.dll.mdb;
.exe.mdb
;
.xml;
.pri;
.dll.config;
.exe.config
") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.props (34,3)
Property reassignment: $(XamMacArch)="x86_64" (previous value: "") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.props (59,3)
Property reassignment: $(AssemblySearchPaths)="
{CandidateAssemblyFiles};
;
{HintPathFromItem};
{TargetFrameworkDirectory};
{Registry:Software\Microsoft\.NETFramework,v4.5,AssemblyFoldersEx};
{AssemblyFolders};
;
{RawFileName};
bin\Debug\
" (previous value: "
{CandidateAssemblyFiles};
;
{HintPathFromItem};
{TargetFrameworkDirectory};
{Registry:Software\Microsoft\.NETFramework,v4.5,AssemblyFoldersEx};
{AssemblyFolders};
{GAC};
{RawFileName};
bin\Debug\
") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets (73,3)
Property reassignment: $(BuildDependsOn)="
BuildOnlySettings;
_CollectBundleResources;
_PackLibraryResources;
_UnpackLibraryResources;
BeforeBuild;
CoreBuild;
AfterBuild
;
_GenerateBundleName;
_CreateAppBundle;
Codesign;
_CreateInstaller;
" (previous value: "
BeforeBuild;
CoreBuild;
AfterBuild
") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets (92,3)
Property reassignment: $(CleanDependsOn)="
BeforeClean;
UnmanagedUnregistration;
CoreClean;
CleanReferencedProjects;
CleanPublishFolder;
AfterClean
;
_CleanAppBundle;
_CleanIntermediateToolOutput;
" (previous value: "
BeforeClean;
UnmanagedUnregistration;
CoreClean;
CleanReferencedProjects;
CleanPublishFolder;
AfterClean
") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets (157,3)
Property reassignment: $(FrameworkPathOverride)="/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5" (previous value: "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api") at /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.msbuild.targets (22,3)
Overriding target "GetFrameworkPaths" in project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets".
Overriding target "ResolveNativeReferences" in project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" with target "ResolveNativeReferences" from project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.Mono.targets".
Overriding target "GenerateManifests" in project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" with target "GenerateManifests" from project "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.Mono.targets".
Evaluation finished ("/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj")
Project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (1) is building "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (2) on node 1 (default targets).
Initial Properties:
_ = /Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0
_AppBundleName = ReadOnlyTestMacLib
_CanArchive = False
_CanOutputAppBundle = False
_CodesignAppBundleDependsOn =
_CreateAppBundle;
_EmbedProvisionProfile;
_CodesignNativeLibraries;
_CollectBundleResourcesDependsOn =
_CompileImageAssets;
_CompileInterfaceDefinitions;
_CompileSceneKitAssets;
_CompileColladaAssets;
_CompileTextureAtlases;
;
_ConfigurationNameTmp = Debug
_DebugFileExt = .pdb
_DebugSymbolsProduced = true
_DeploymentApplicationManifestIdentity = Native.ReadOnlyTestMacLib
_DeploymentBuiltUpdateInterval = 0
_DeploymentBuiltUpdateIntervalUnits = Days
_DeploymentDeployManifestIdentity = ReadOnlyTestMacLib.application
_DeploymentFileMappingExtension =
_DeploymentTargetApplicationManifestFileName = Native.ReadOnlyTestMacLib.manifest
_DeploymentUrl =
_DirectoryBuildPropsBasePath =
_DirectoryBuildPropsFile = Directory.Build.props
_DirectoryBuildTargetsBasePath =
_DirectoryBuildTargetsFile = Directory.Build.targets
_DocumentationFileProduced = false
_GenerateBindingRedirectsIntermediateAppConfig = obj\Debug\ReadOnlyTestMacLib.csproj.ReadOnlyTestMacLib.dll.config
_GenerateRestoreGraphProjectEntryInputProperties =
RestoreUseCustomAfterTargets=;
NuGetRestoreTargets=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets;
BuildProjectReferences=false;
ExcludeRestorePackageImports=true;
_GetChildProjectCopyToOutputDirectoryItems = true
_NuGetRuntimeIdentifierWithoutAot = win
_OriginalConfiguration = Debug
_OriginalPlatform = AnyCPU
_PreparedResourceRules =
_ProjectDefaultTargets = Build
_ResolveReferenceDependencies = false
_SGenDllCreated = false
_SGenDllName = ReadOnlyTestMacLib.XmlSerializers.dll
_SGenGenerateSerializationAssembliesConfig = Off
_XamarinCommonPropsHasBeenImported = true
AddAdditionalExplicitAssemblyReferences = true
AdditionalExplicitAssemblyReferences = System.Core;
AllowedReferenceAssemblyFileExtensions =
.winmd;
.dll;
.exe
AllowedReferenceRelatedDebugFileExtensions =
.pdb;
.dll.mdb;
.exe.mdb
AllowedReferenceRelatedFileExtensions =
.pdb;
.dll.mdb;
.exe.mdb
;
.xml;
.pri;
.dll.config;
.exe.config
;
.dll.mdb;
.exe.mdb;
.pdb
AlwaysUseNumericalSuffixInItemNames = true
AotScope = None
AppDesignerFolder = Properties
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.cWu4ymA1If/Render
AssemblyFoldersConfigFile = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/AssemblyFolders.config
AssemblyFoldersSuffix = AssemblyFoldersEx
AssemblyName = ReadOnlyTestMacLib
AssemblySearchPaths =
{CandidateAssemblyFiles};
;
{HintPathFromItem};
{TargetFrameworkDirectory};
{Registry:Software\Microsoft\.NETFramework,v4.5,AssemblyFoldersEx};
{AssemblyFolders};
;
{RawFileName};
bin\Debug\
AssignTargetPathsDependsOn =
AutoUnifyAssemblyReferences = true
AvailablePlatforms = Any CPU,x86,x64
BaseIntermediateOutputPath = obj\
BaseNuGetRuntimeIdentifier = win
BuildCompileAction = Build
BuildDependsOn =
BuildOnlySettings;
_CollectBundleResources;
_PackLibraryResources;
_UnpackLibraryResources;
BeforeBuild;
CoreBuild;
AfterBuild
;
_GenerateBundleName;
_CreateAppBundle;
Codesign;
_CreateInstaller;
BuildGenerateSourcesAction = Build
BuildingProject = false
BuildingSolutionFile = true
BuildInParallel = true
BuildLinkAction = Build
BuildProjectReferences = true
BuiltProjectOutputGroupDependsOn = PrepareForBuild
CleanDependsOn =
BeforeClean;
UnmanagedUnregistration;
CoreClean;
CleanReferencedProjects;
CleanPublishFolder;
AfterClean
;
_CleanAppBundle;
_CleanIntermediateToolOutput;
CleanFile = ReadOnlyTestMacLib.csproj.FileListAbsolute.txt
CodeAnalysisTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/CodeAnalysis/Microsoft.CodeAnalysis.targets
CodesignDependsOn =
BeforeCodeSign;
CoreCodeSign;
AfterCodeSign;
CodeSignEntitlements =
CodeSignExtraArgs =
CodeSigningKey =
CodeSignProvision =
CodeSignResourceRules =
CommonMonoTargetsPath = Microsoft.Common.Mono.targets
CommonTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets
CommonXamlResourcesDirectory = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/
CompileColladaAssetsDependsOn =
_CollectColladaAssets;
_CoreCompileColladaAssets
CompileDependsOn =
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
CompileLicxFilesDependsOn =
ComputeIntermediateSatelliteAssembliesDependsOn =
CreateManifestResourceNames
ComReferenceExecuteAsTool = false
ComReferenceNoClassMembers = false
Configuration = Debug
ConfigurationName = Debug
ConsiderPlatformAsProcessorArchitecture = true
ContentFilesProjectOutputGroupDependsOn = PrepareForBuild;AssignTargetPaths
ContinueOnError = false
CopyNuGetImplementations = true
CoreBuildDependsOn =
BuildOnlySettings;
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
PrepareResources;
ResolveKeySource;
Compile;
ExportWindowsMDFile;
UnmanagedUnregistration;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
GenerateManifests;
GetTargetPath;
PrepareForRun;
UnmanagedRegistration;
IncrementalClean;
PostBuildEvent
CoreCleanDependsOn =
CoreCodesignDependsOn =
_CodesignAppBundle;
_CodesignVerify;
CoreCompileDependsOn = _ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet
CoreResGenDependsOn =
CreateAppBundleDependsOn =
_DetectSigningIdentity;
_CopyContentToBundle;
_SmeltMetal;
_ForgeMetal;
_TemperMetal;
_CompileEntitlements;
_CompileAppManifest;
_CompileToNative;
_CreatePkgInfo;
_CopyAppExtensionsToBundle;
CreateCustomManifestResourceNamesDependsOn =
CreateHardLinksForCopyAdditionalFilesIfPossible = false
CreateManifestResourceNamesDependsOn =
CreatePackage = false
CreateSatelliteAssembliesDependsOn =
_GenerateSatelliteAssemblyInputs;
ComputeIntermediateSatelliteAssemblies;
GenerateSatelliteAssemblies
CreateSymbolicLinksForCopyAdditionalFilesIfPossible = false
CSharpCoreTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets
CSharpDesignTimeTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/VisualStudio/Managed/Microsoft.CSharp.DesignTime.targets
CSharpMonoTargetsPath = Microsoft.CSharp.Mono.targets
CSharpTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets
CurrentSolutionConfigurationContents = <SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
CustomAfterMicrosoftCommonProps = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.After.Microsoft.Common.props
CustomAfterMicrosoftCommonTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.After.Microsoft.Common.targets
CustomAfterMicrosoftCSharpTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.After.Microsoft.CSharp.targets
CustomBeforeMicrosoftCommonProps = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.Before.Microsoft.Common.props
CustomBeforeMicrosoftCommonTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.Before.Microsoft.Common.targets
CustomBeforeMicrosoftCSharpTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/v15.0/Custom.Before.Microsoft.CSharp.targets
DebugSymbols = true
DebugSymbolsProjectOutputGroupDependsOn =
DebugType = portable
DefaultLanguageSourceExtension = .cs
DefaultProjectTypeGuid = {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
DefineCommonCapabilities = true
DefineCommonItemSchemas = true
DefineCommonReferenceSchemas = true
DefineConstants = __UNIFIED__;__MACOS__;DEBUG;
DelaySign =
DesignTimeResolveAssemblyReferencesDependsOn =
GetFrameworkPaths;
GetReferenceAssemblyPaths;
ResolveReferences
DevEnvDir = *Undefined*
DocumentationProjectOutputGroupDependsOn =
EmbeddedWin32Manifest =
EnableCodeSigning = false
EnablePackageSigning = false
EnableSGenConc = false
ErrorReport = prompt
ExecuteAsTool = false
ExpandSDKAllowedReferenceExtensions =
.winmd;
.dll
ExpandSDKReferencesDependsOn =
ResolveSDKReferences
FindInvalidProjectReferencesDependsOn =
GetReferenceTargetPlatformMonikers
Framework20Dir = @(_TargetFramework20DirectoryItem)
Framework30Dir = @(_TargetFramework30DirectoryItem)
Framework35Dir = @(_TargetFramework35DirectoryItem)
Framework40Dir = @(_TargetFramework40DirectoryItem)
FrameworkDir = @(_TargetFramework40DirectoryItem)
FrameworkPathOverride = /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5
FrameworkRegistryBase = Software\Microsoft\.NETFramework
FrameworkSDKDir = @(_TargetFrameworkSDKDirectoryItem)
FrameworkSDKRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
FullReferenceAssemblyNames = Full
GenerateManifestsDependsOn =
GenerateTargetFrameworkAttribute = true
GetCopyToOutputDirectoryItemsDependsOn =
AssignTargetPaths;
_SplitProjectReferencesByFileExistence;
_GetProjectReferenceTargetFrameworkProperties
GetFrameworkPathsDependsOn =
GetTargetPathDependsOn =
GetTargetPathWithTargetPlatformMonikerDependsOn = ; GetTargetPath
HasSharedItems = true
HighEntropyVA = true
HOME = /Users/rogersmsirfp3.0
HttpClientHandler = HttpClientHandler
I18n =
ImplicitlyExpandDesignTimeFacades = true
ImplicitlyExpandDesignTimeFacadesDependsOn =
;
GetReferenceAssemblyPaths
Import_RootNamespace = ReadOnlyTestLib
ImportByWildcardAfterMicrosoftCommonProps = true
ImportByWildcardAfterMicrosoftCommonTargets = true
ImportByWildcardAfterMicrosoftCSharpTargets = true
ImportByWildcardAfterMicrosoftNetFrameworkProps = true
ImportByWildcardAfterMicrosoftNetFrameworkTargets = true
ImportByWildcardBeforeMicrosoftCommonProps = true
ImportByWildcardBeforeMicrosoftCommonTargets = true
ImportByWildcardBeforeMicrosoftCSharpTargets = true
ImportByWildcardBeforeMicrosoftNetFrameworkProps = true
ImportByWildcardBeforeMicrosoftNetFrameworkTargets = true
ImportDirectoryBuildProps = true
ImportDirectoryBuildTargets = true
ImportProjectExtensionProps = true
ImportProjectExtensionTargets = true
ImportUserLocationsByWildcardAfterMicrosoftCommonProps = true
ImportUserLocationsByWildcardAfterMicrosoftCommonTargets = true
ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets = true
ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps = true
ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets = true
ImportUserLocationsByWildcardBeforeMicrosoftCommonProps = true
ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets = true
ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets = true
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps = true
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets = true
ImportXamlTargets = true
IncludeFrameworkReferencesFromNuGet = true
IncludeMonoRuntime = false
IntermediateOutputPath = obj\Debug\
IsAppExtension = False
IsMacEnabled = true
IsRestoreTargetsFileLoaded = true
IsXBuild = false
LANG = en_US.UTF-8
Language = C#
LinkMode = None
LocalAppData = /Users/rogersmsirfp3.0/.local/share
LOGNAME = rogersmsirfp3.0
MacBclPath = /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5
MaxTargetPath = 100
MicrosoftCommonPropsHasBeenImported = true
MONO_GC_PARAMS = nursery-size=64m,
MonoBundlingExtraArgs =
MonoMacResourcePrefix = Resources
MsAppxPackageTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/AppxPackage/Microsoft.AppXPackage.Targets
MSBuildAllProjects = ;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/ReadOnlyTestLib.projitems;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props;/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets
MSBuildAssemblyVersion = 15.0
MSBuildBinPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildExtensionsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildExtensionsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildExtensionsPath64 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildFrameworkToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
MSBuildFrameworkToolsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
MSBuildFrameworkToolsRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono
MSBuildLoadMicrosoftTargetsReadOnly = true
MSBuildNodeCount = 1
MSBuildProgramFiles32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild
MSBuildProjectDefaultTargets = Build
MSBuildProjectDirectory = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib
MSBuildProjectDirectoryNoRoot = Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib
MSBuildProjectExtension = .csproj
MSBuildProjectExtensionsPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/
MSBuildProjectFile = ReadOnlyTestMacLib.csproj
MSBuildProjectFullPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
MSBuildProjectName = ReadOnlyTestMacLib
MSBuildRuntimeType = Mono
MSBuildRuntimeVersion = 4.0.30319
MSBuildSdksPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Sdks
MSBuildStartupDirectory = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
MSBuildToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsPath32 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsPath64 = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
MSBuildToolsRoot = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
MSBuildToolsVersion = 15.0
MSBuildUserExtensionsPath = /Users/rogersmsirfp3.0/.local/share/Microsoft\MSBuild
MsTestToolsTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/TeamTest/Microsoft.TeamTest.targets
NetFrameworkPropsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.props
NetFrameworkTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets
NoCompilerStandardLib = true
NuGetProps = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.props
NuGetRestoreTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/NuGet.targets
NuGetRuntimeIdentifier = win
NuGetTargetFrameworkMonikerToInject = .NETCore,Version=v5.0
NuGetTargetMoniker = .NETFramework,Version=v4.5
NuGetTargetMonikerToInject = .NETCore,Version=v5.0
NuGetTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets
Optimize = false
OS = Unix
OutDir = bin\Debug\
OutputPath = bin\Debug\
OutputType = Library
OverwriteReadOnlyFiles = false
PackageSigningKey =
PackagingExtraArgs =
PATH = /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands
Platform = AnyCPU
PlatformName = AnyCPU
PlatformTargetAsMSBuildArchitecture = CurrentArchitecture
PlatformTargetAsMSBuildArchitectureExplicitlySet = false
PostBuildEventDependsOn =
PreBuildEventDependsOn =
Prefer32Bit = false
PrepareForBuildDependsOn = GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata
PrepareForRunDependsOn =
CopyFilesToOutputDirectory
PrepareProjectReferencesDependsOn =
AssignProjectConfiguration;
_SplitProjectReferencesByFileExistence;
_GetProjectReferenceTargetFrameworkProperties
PrepareResourceNamesDependsOn =
AssignTargetPaths;
SplitResourcesByCulture;
CreateManifestResourceNames;
CreateCustomManifestResourceNames
PrepareResourcesDependsOn = ResolveNuGetPackageAssets;
PrepareResourceNames;
ResGen;
CompileLicxFiles
ProcessorArchitecture = msil
ProcessorArchitectureAsPlatform = AnyCPU
ProductDefinition =
ProjectDesignTimeAssemblyResolutionSearchPaths =
{CandidateAssemblyFiles};
;
{HintPathFromItem};
{TargetFrameworkDirectory};
{Registry:Software\Microsoft\.NETFramework,v4.5,AssemblyFoldersEx};
{RawFileName};
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/
ProjectDir = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/
ProjectExt = .csproj
ProjectFileName = ReadOnlyTestMacLib.csproj
ProjectFlavor = Client
ProjectGuid = {3A745526-7709-46D2-8978-C882D9F08656}
ProjectLockFile = obj\project.assets.json
ProjectName = ReadOnlyTestMacLib
ProjectPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
ProjectTypeGuids = {A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
PublishableProject =
PublishBuildDependsOn =
BuildOnlySettings;
PrepareForBuild;
ResolveReferences;
PrepareResources;
ResolveKeySource;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
PublishDependsOn =
_DeploymentUnpublishable
PublishDir = bin\Debug\app.publish\
PublishOnlyDependsOn =
SetGenerateManifests;
PublishBuild;
BeforePublish;
GenerateManifests;
CopyFilesToOutputDirectory;
_CopyFilesToPublishFolder;
_DeploymentGenerateBootstrapper;
ResolveKeySource;
_DeploymentSignClickOnceDeployment;
AfterPublish
PWD = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest
RebuildDependsOn =
BeforeRebuild;
Clean;
Build;
AfterRebuild;
ReportingServicesTargets = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/ReportingServices/Microsoft.ReportingServices.targets
ResGenDependsOn = ResolveAssemblyReferences;SplitResourcesByCulture;BeforeResGen;CoreResGen;AfterResGen
ResGenExecuteAsTool = false
ResolveAssemblyReferencesDependsOn =
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;ResolveNuGetPackageAssets
ResolveNuGetPackageAssetsDependsOn = ResolveProjectReferences
ResolveNuGetPackages = true
ResolveReferencesDependsOn =
BeforeResolveReferences;
AssignProjectConfiguration;
ResolveProjectReferences;
FindInvalidProjectReferences;
ResolveNativeReferences;
ResolveAssemblyReferences;
GenerateBindingRedirects;
ResolveComReferences;
AfterResolveReferences
;
ImplicitlyExpandDesignTimeFacades
ResolveSDKReferencesDependsOn =
GetInstalledSDKLocations
RestoreContinueOnError = WarnAndContinue
RestoreRecursive = true
RestoreTaskAssemblyFile = NuGet.Build.Tasks.dll
RootNamespace = ReadOnlyTestMacLib
RoslynTargetsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Roslyn
RunDependsOn =
RuntimeIdentifiers = win;win-x86;win-x64
SatelliteDllsProjectOutputGroupDependsOn = PrepareForBuild;PrepareResourceNames
SDK35ToolsPath = /
SDK40ToolsPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
SDKRedistOutputGroupDependsOn = ResolveSDKReferences;ExpandSDKReferences
SDKReferenceDirectoryRoot = /Users/rogersmsirfp3.0/.local/share/Microsoft SDKs;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild/Microsoft SDKs
SDKReferenceRegistryRoot = Software\Microsoft\Microsoft SDKs
SGenFilesOutputGroupDependsOn =
SGenShouldGenerateSerializer = true
SGenUseKeep = false
SGenUseProxyTypes = true
SharedGUID = {0F90A525-90FF-4351-B5AE-F5B3AF320360}
SHELL = /bin/bash
SHLVL = 1
ShouldMarkCertainSDKReferencesAsRuntimeOnly = true
SkipCopyUnchangedFiles = true
SolutionDir = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/
SolutionExt = .sln
SolutionFileName = ReadOnlyTest.sln
SolutionName = ReadOnlyTest
SolutionPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln
SourceFilesProjectOutputGroupDependsOn = PrepareForBuild;AssignTargetPaths
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.ePYdnGCsRT/Listeners
SubsystemVersion = 6.00
SynthesizeLinkMetadata = true
TargetCulture = *
TargetDeployManifestFileName = ReadOnlyTestMacLib.application
TargetDir = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/
TargetedFrameworkDir = @(_TargetedFrameworkDirectoryItem)
TargetedRuntimeVersion = v4.0.30319
TargetedSDKArchitecture = msil
TargetedSDKConfiguration = Debug
TargetExt = .dll
TargetFileName = ReadOnlyTestMacLib.dll
TargetFrameworkAsMSBuildRuntime = CLR4
TargetFrameworkIdentifier = .NETFramework
TargetFrameworkMoniker = .NETFramework,Version=v4.5
TargetFrameworkMonikerAssemblyAttributesPath = /var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs
TargetFrameworkRootPathSearchPathsOSX = /Library/Frameworks/Mono.framework/External/xbuild-frameworks/
TargetFrameworkSDKToolsDirectory = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
TargetFrameworkVersion = v4.5
TargetName = ReadOnlyTestMacLib
TargetPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
TargetPlatformDisplayName = Windows 7.0
TargetPlatformIdentifier = Windows
TargetPlatformMoniker = Windows,Version=7.0
TargetPlatformRegistryBase = Software\Microsoft\Microsoft SDKs\Windows
TargetPlatformSdkPath =
TargetPlatformVersion = 7.0
TargetRuntime = Managed
TERM = xterm-256color
TERM_PROGRAM = Apple_Terminal
TERM_PROGRAM_VERSION = 361.1
TERM_SESSION_ID = DC28F133-3377-4C70-918D-7D96B32D7DFA
TMPDIR = /var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/
UnmanagedRegistrationDependsOn =
UnmanagedUnregistrationDependsOn =
UpgradeSubsetToProfile = true
UseCommonOutputDirectory = false
UseHostCompilerIfAvailable = true
USER = rogersmsirfp3.0
UseSGen = false
UseSourcePath = true
UseXamMacFullFramework = true
Utf8Output = true
ValidateRuntimeIdentifierCompatibility = false
VisualStudioVersion = 15.0
WarningLevel = 4
WebReference_EnableLegacyEventingModel = false
WebReference_EnableProperties = true
WebReference_EnableSQLTypes = true
WMSJSProject = WJProject
WMSJSProjectDirectory = JavaScript
XamarinMacFrameworkRoot = /Library/Frameworks/Xamarin.Mac.framework/Versions/Current
XamlBuildTaskPath = /Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin
XamMacArch = x86_64
XamMacResourcePrefix = Resources
XPC_FLAGS = 0x0
XPC_SERVICE_NAME = 0
YieldDuringToolExecution = true
Initial Items:
_ApplicationManifestFinal
bin/Debug/Native.ReadOnlyTestMacLib.manifest
TargetPath = Native.ReadOnlyTestMacLib.manifest
_DebugSymbolsIntermediatePath
obj/Debug/ReadOnlyTestMacLib.pdb
_DebugSymbolsOutputPath
bin/Debug/ReadOnlyTestMacLib.pdb
_DeploymentManifestEntryPoint
obj/Debug/ReadOnlyTestMacLib.dll
TargetPath = ReadOnlyTestMacLib.dll
_ExplicitReference
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
_OutputPathItem
bin/Debug/
_ResolveComReferenceCache
obj/Debug/ReadOnlyTestMacLib.csproj.ResolveComReference.cache
_UnmanagedRegistrationCache
obj/ReadOnlyTestMacLib.csproj.UnmanagedRegistration.cache
AppConfigFileDestination
bin/Debug/ReadOnlyTestMacLib.dll.config
ApplicationManifest
obj/Debug/Native.ReadOnlyTestMacLib.manifest
TargetPath = Native.ReadOnlyTestMacLib.manifest
BuiltProjectOutputGroupKeyOutput
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
IsKeyOutput = true
FinalOutputPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
TargetPath = ReadOnlyTestMacLib.dll
Compile
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/MyClass.cs
Properties/AssemblyInfo.cs
DebugSymbolsProjectOutputGroupOutput
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb
FinalOutputPath = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
TargetPath = ReadOnlyTestMacLib.pdb
DeployManifest
obj/Debug/ReadOnlyTestMacLib.application
TargetPath = ReadOnlyTestMacLib.application
IntermediateAssembly
obj/Debug/ReadOnlyTestMacLib.dll
NuGetPreprocessorValue
assemblyname
Value = ReadOnlyTestMacLib
filename
Value = ReadOnlyTestMacLib.csproj
fullpath
Value = /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib
outputfilename
Value = ReadOnlyTestMacLib.dll
rootnamespace
Value = ReadOnlyTestMacLib
ProjectCapability
AllTargetOutputGroups
AssemblyReferences
BuildWindowsDesktopTarget
COMReferences
CSharp
DeclaredSourceItems
LanguageService
Managed
OutputGroups
ProjectReferences
ReferencesFolder
RelativePathDerivedDefaultNamespace
SharedProjectReferences
SingleFileGenerators
UserSourceItems
VisualStudioWellKnownOutputGroups
PropertyPageSchema
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/assemblyreference.xaml
Context = ;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/COMReference.xaml
Context = ;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Content.xaml
Context = File;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/CSharp.BrowseObject.xaml
Context = BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/CSharp.ProjectItemsSchema.xaml
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/CSharp.xaml
Context = File
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Debugger_General.xaml
Context = Project
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/EmbeddedResource.xaml
Context = File;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Folder.xaml
Context = File;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/General.BrowseObject.xaml
Context = BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/General.xaml
Context = Project
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/General_File.xaml
Context = File
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/None.xaml
Context = File;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/ProjectItemsSchema.xaml
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/ProjectReference.xaml
Context = ;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/ResolvedAssemblyReference.xaml
Context = ProjectSubscriptionService;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/ResolvedCOMReference.xaml
Context = ProjectSubscriptionService;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/ResolvedProjectReference.xaml
Context = ProjectSubscriptionService;BrowseObject
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/SCC.xaml
Context = Invisible
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/SpecialFolder.xaml
Context = File;ProjectSubscriptionService
Reference
System
System.Core
Xamarin.Mac
Building with tools version "15.0".
Project file contains ToolsVersion="4.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="15.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
Target "_CheckForInvalidConfigurationAndPlatform: (TargetId:6)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "BuildOnlySettings" depends on it):
Set Property: _InvalidConfigurationMessageText=The OutputPath property is not set for project 'ReadOnlyTestMacLib.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='AnyCPU'.
Set Property: _InvalidConfigurationMessageText=The OutputPath property is not set for project 'ReadOnlyTestMacLib.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='AnyCPU'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project.
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Message" (TaskId:4)
Task Parameter:Text=Configuration=Debug (TaskId:4)
Task Parameter:Importance=Low (TaskId:4)
Configuration=Debug (TaskId:4)
Done executing task "Message". (TaskId:4)
Task "Message" (TaskId:5)
Task Parameter:Text=Platform=AnyCPU (TaskId:5)
Task Parameter:Importance=Low (TaskId:5)
Platform=AnyCPU (TaskId:5)
Done executing task "Message". (TaskId:5)
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Debug/' != '' and !HasTrailingSlash('bin/Debug/')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/' != '' and !HasTrailingSlash('obj/Debug/')).
Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ReadOnlyTestMacLib.csproj".: (TargetId:6)
Target "BuildOnlySettings: (TargetId:7)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Set Property: BuildingProject=true
Done building target "BuildOnlySettings" in project "ReadOnlyTestMacLib.csproj".: (TargetId:7)
Target "_DetectAppManifest" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectSdkLocations: (TargetId:8)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CompileImageAssets" depends on it):
Using "DetectSdkLocations" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Tasks.dll".
Task "DetectSdkLocations" (TaskId:6)
DetectSdkLocations Task (TaskId:6)
XamarinSdkRoot: <null> (TaskId:6)
DeveloperRoot: /Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:6)
GetPlatformPath: /Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform (TaskId:6)
Searching for 'SDK usr directory' in '/Applications/Xcode 8.2.1.app/Contents/Developer/usr' (TaskId:6)
Searching for 'SDK bin directory' in '/Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin' (TaskId:6)
Output Property: MacOSXSdkVersion=10.12 (TaskId:6)
Output Property: _SdkRoot=/Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk (TaskId:6)
Output Property: _SdkBinPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:6)
Output Property: _SdkDevPath=/Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:6)
Output Property: _SdkUsrPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr (TaskId:6)
Output Property: _IsXcode8=True (TaskId:6)
Done executing task "DetectSdkLocations". (TaskId:6)
Done building target "_DetectSdkLocations" in project "ReadOnlyTestMacLib.csproj".: (TargetId:8)
Target "_CoreCompileImageAssets: (TargetId:9)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CompileImageAssets" depends on it):
Using "ACTool" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Tasks.dll".
Task "ACTool" (TaskId:7)
Task Parameter:OptimizePNGs=False (TaskId:7)
Task Parameter:OutputPath=bin/Debug/ (TaskId:7)
Task Parameter:IntermediateOutputPath=obj/Debug/ (TaskId:7)
Task Parameter:ProjectDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:7)
Task Parameter:ResourcePrefix=Resources (TaskId:7)
Task Parameter:SdkPlatform=MacOSX (TaskId:7)
Task Parameter:SdkDevPath=/Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:7)
Task Parameter:SdkBinPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:7)
Task Parameter:SdkUsrPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr (TaskId:7)
Task Parameter:SdkVersion=10.12 (TaskId:7)
ACTool Task (TaskId:7)
AppManifest: (TaskId:7)
DeviceModel: <null> (TaskId:7)
DeviceOSVersion: <null> (TaskId:7)
ImageAssets: (TaskId:7)
IntermediateOutputPath: obj/Debug/ (TaskId:7)
IsWatchApp: False (TaskId:7)
OptimizePNGs: False (TaskId:7)
OutputPath: bin/Debug/ (TaskId:7)
ProjectDir: /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:7)
ResourcePrefix: Resources (TaskId:7)
SdkBinPath: /Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:7)
SdkPlatform: MacOSX (TaskId:7)
SdkVersion: 10.12 (TaskId:7)
Output Item(s): FileWrites= (TaskId:7)
Output Item(s): FileWrites= (TaskId:7)
Output Item(s): FileWrites= (TaskId:7)
Output Item(s): _PartialAppManifest= (TaskId:7)
Output Item(s): _BundleResourceWithLogicalName= (TaskId:7)
Done executing task "ACTool". (TaskId:7)
Done building target "_CoreCompileImageAssets" in project "ReadOnlyTestMacLib.csproj".: (TargetId:9)
Target "_CompileImageAssets: (TargetId:10)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CollectBundleResources" depends on it):
Done building target "_CompileImageAssets" in project "ReadOnlyTestMacLib.csproj".: (TargetId:10)
Target "_DetectAppManifest" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_CoreCompileInterfaceDefinitions: (TargetId:11)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CompileInterfaceDefinitions" depends on it):
Using "IBTool" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Tasks.dll".
Task "IBTool" (TaskId:8)
Task Parameter:IntermediateOutputPath=obj/Debug/ (TaskId:8)
Task Parameter:SdkPlatform=MacOSX (TaskId:8)
Task Parameter:ProjectDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:8)
Task Parameter:ResourcePrefix=Resources (TaskId:8)
Task Parameter:SdkDevPath=/Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:8)
Task Parameter:SdkBinPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:8)
Task Parameter:SdkUsrPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr (TaskId:8)
Task Parameter:SdkRoot=/Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk (TaskId:8)
Task Parameter:SdkVersion=10.12 (TaskId:8)
IBTool Task (TaskId:8)
AppManifest: (TaskId:8)
InterfaceDefinitions: (TaskId:8)
IntermediateOutputPath: obj/Debug/ (TaskId:8)
IsWatchApp: False (TaskId:8)
IsWatch2App: False (TaskId:8)
IsAppExtension: False (TaskId:8)
ProjectDir: /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:8)
ResourcePrefix: Resources (TaskId:8)
SdkBinPath: /Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:8)
SdkPlatform: MacOSX (TaskId:8)
SdkRoot: /Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk (TaskId:8)
SdkVersion: 10.12 (TaskId:8)
BundleResources Output: (TaskId:8)
OutputManifests Output: (TaskId:8)
Done executing task "IBTool". (TaskId:8)
Done building target "_CoreCompileInterfaceDefinitions" in project "ReadOnlyTestMacLib.csproj".: (TargetId:11)
Target "_CompileInterfaceDefinitions: (TargetId:12)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CollectBundleResources" depends on it):
Done building target "_CompileInterfaceDefinitions" in project "ReadOnlyTestMacLib.csproj".: (TargetId:12)
Target "_DetectAppManifest" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_CoreCompileSceneKitAssets: (TargetId:13)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CompileSceneKitAssets" depends on it):
Using "CompileSceneKitAssets" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Tasks.dll".
Task "CompileSceneKitAssets" (TaskId:9)
Task Parameter:IntermediateOutputPath=obj/Debug/ (TaskId:9)
Task Parameter:ProjectDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:9)
Task Parameter:ResourcePrefix=Resources (TaskId:9)
Task Parameter:SdkDevPath=/Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:9)
Task Parameter:SdkRoot=/Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk (TaskId:9)
Task Parameter:SdkVersion=10.12 (TaskId:9)
CompileSceneKitAssets Task (TaskId:9)
IntermediateOutputPath: obj/Debug/ (TaskId:9)
ProjectDir: /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:9)
ResourcePrefix: Resources (TaskId:9)
SceneKitAssets: (TaskId:9)
SdkDevPath: /Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:9)
SdkRoot: /Applications/Xcode 8.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk (TaskId:9)
SdkVersion: 10.12 (TaskId:9)
Done executing task "CompileSceneKitAssets". (TaskId:9)
Done building target "_CoreCompileSceneKitAssets" in project "ReadOnlyTestMacLib.csproj".: (TargetId:13)
Target "_CompileSceneKitAssets: (TargetId:14)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CollectBundleResources" depends on it):
Done building target "_CompileSceneKitAssets" in project "ReadOnlyTestMacLib.csproj".: (TargetId:14)
Target "_CompileColladaAssets" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectAppManifest" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_CoreCompileTextureAtlases: (TargetId:15)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CompileTextureAtlases" depends on it):
Using "TextureAtlas" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Tasks.dll".
Task "TextureAtlas" (TaskId:10)
Task Parameter:IntermediateOutputPath=obj/Debug/ (TaskId:10)
Task Parameter:ProjectDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:10)
Task Parameter:ResourcePrefix=Resources (TaskId:10)
Task Parameter:SdkDevPath=/Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:10)
Task Parameter:SdkBinPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:10)
Task Parameter:SdkUsrPath=/Applications/Xcode 8.2.1.app/Contents/Developer/usr (TaskId:10)
TextureAtlas Task (TaskId:10)
AtlasTextures: <null> (TaskId:10)
IntermediateOutputPath: obj/Debug/ (TaskId:10)
ProjectDir: /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:10)
ResourcePrefix: Resources (TaskId:10)
SdkBinPath: /Applications/Xcode 8.2.1.app/Contents/Developer/usr/bin (TaskId:10)
SdkDevPath: /Applications/Xcode 8.2.1.app/Contents/Developer (TaskId:10)
SdkUsrPath: /Applications/Xcode 8.2.1.app/Contents/Developer/usr (TaskId:10)
Done executing task "TextureAtlas". (TaskId:10)
Done building target "_CoreCompileTextureAtlases" in project "ReadOnlyTestMacLib.csproj".: (TargetId:15)
Target "_CompileTextureAtlases: (TargetId:16)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CollectBundleResources" depends on it):
Done building target "_CompileTextureAtlases" in project "ReadOnlyTestMacLib.csproj".: (TargetId:16)
Target "_CollectBundleResources: (TargetId:17)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Using "CollectBundleResources" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.MacDev.Tasks.dll".
Task "CollectBundleResources" (TaskId:11)
Task Parameter:ProjectDir=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:11)
Task Parameter:ResourcePrefix=Resources (TaskId:11)
CollectBundleResources Task (TaskId:11)
BundleResources: <null> (TaskId:11)
OptimizePropertyLists: False (TaskId:11)
OptimizePNGs: False (TaskId:11)
ProjectDir: /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:11)
ResourcePrefix: Resources (TaskId:11)
Done executing task "CollectBundleResources". (TaskId:11)
Done building target "_CollectBundleResources" in project "ReadOnlyTestMacLib.csproj".: (TargetId:17)
Target "_CollectBundleResources" skipped. Previously built successfully.
Target "_PackLibraryResources: (TargetId:18)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Using "PackLibraryResources" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.MacDev.Tasks.dll".
Task "PackLibraryResources" (TaskId:12)
Task Parameter:Prefix=xammac (TaskId:12)
PackLibraryResources Task (TaskId:12)
BundleResourcesWithLogicalNames: <null> (TaskId:12)
Prefix: xammac (TaskId:12)
Done executing task "PackLibraryResources". (TaskId:12)
Done building target "_PackLibraryResources" in project "ReadOnlyTestMacLib.csproj".: (TargetId:18)
Target "_UnpackLibraryResources" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "BeforeBuild: (TargetId:19)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Done building target "BeforeBuild" in project "ReadOnlyTestMacLib.csproj".: (TargetId:19)
Target "BuildOnlySettings" skipped. Previously built successfully.
Target "GetFrameworkPaths: (TargetId:20)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareForBuild" depends on it):
Added Item(s): _TargetFramework40DirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov4.0.30319
Added Item(s): _TargetFramework35DirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov3.5
Added Item(s): _TargetFramework30DirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov3.0
Added Item(s): _TargetFramework20DirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov2.0.50727
Added Item(s): _TargetedFrameworkDirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov4.0.30319
Added Item(s): _CombinedTargetFrameworkDirectoriesItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov4.0.30319
Set Property: TargetFrameworkDirectory=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/monov4.0.30319
Set Property: TargetFrameworkSDKDirectory=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
Added Item(s): _TargetFrameworkSDKDirectoryItem=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/
Done building target "GetFrameworkPaths" in project "ReadOnlyTestMacLib.csproj".: (TargetId:20)
Target "GetReferenceAssemblyPaths: (TargetId:21)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareForBuild" depends on it):
Set Property: TargetFrameworkDirectory=
Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetReferenceAssemblyPaths" (TaskId:13)
Task Parameter:TargetFrameworkMoniker=.NETFramework,Version=v4.5 (TaskId:13)
Output Property: _TargetFrameworkDirectories=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/ (TaskId:13)
Output Property: _FullFrameworkReferenceAssemblyPaths=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/ (TaskId:13)
Output Property: TargetFrameworkMonikerDisplayName=.NET Framework 4.5 (TaskId:13)
Done executing task "GetReferenceAssemblyPaths". (TaskId:13)
Set Property: TargetFrameworkDirectory=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/;;
Set Property: RemoveAssemblyFoldersIfNoTargetFramework=true
Added Item(s):
DesignTimeFacadeDirectoryRoots=
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/
Added Item(s): DesignTimeFacadeDirectories=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/
Set Property: TargetFrameworkDirectory=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/;;;/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/
Done building target "GetReferenceAssemblyPaths" in project "ReadOnlyTestMacLib.csproj".: (TargetId:21)
Target "FixTargetFrameworkDirectory: (TargetId:22)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.msbuild.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareForBuild" depends on it):
Removed Item(s): DesignTimeFacadeDirectories=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/
Added Item(s): DesignTimeFacadeDirectories=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Facades/
Set Property: TargetFrameworkDirectory=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5;/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Facades/
Done building target "FixTargetFrameworkDirectory" in project "ReadOnlyTestMacLib.csproj".: (TargetId:22)
Target "AssignLinkMetadata: (TargetId:23)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareForBuild" depends on it):
Task "AssignLinkMetadata" skipped, due to false condition; ('@(None)' != '' and '%(None.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Content)' != '' and '%(Content.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Page)' != '' and '%(Page.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(ApplicationDefinition)' != '' and '%(ApplicationDefinition.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(EmbeddedResource)' != '' and '%(EmbeddedResource.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj').
Done building target "AssignLinkMetadata" in project "ReadOnlyTestMacLib.csproj".: (TargetId:23)
Target "PrepareForBuild: (TargetId:24)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindAppConfigFile" (TaskId:14)
Task Parameter:TargetPath=ReadOnlyTestMacLib.dll.config (TaskId:14)
Output Item(s): AppConfigWithTargetPath= (TaskId:14)
Done executing task "FindAppConfigFile". (TaskId:14)
Using "MakeDir" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.MacDev.Tasks.dll".
Task "MakeDir" (TaskId:15)
Task Parameter:
Directories=
bin/Debug/
obj/Debug/ (TaskId:15)
MakeDir Task (TaskId:15)
Directories: (TaskId:15)
bin/Debug/ (TaskId:15)
obj/Debug/ (TaskId:15)
Creating directory "obj/Debug/". (TaskId:15)
Done executing task "MakeDir". (TaskId:15)
Done building target "PrepareForBuild" in project "ReadOnlyTestMacLib.csproj".: (TargetId:24)
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "BeforeResolveReferences: (TargetId:25)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Done building target "BeforeResolveReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:25)
Target "_SeparateAppExtensionReferences: (TargetId:26)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "AssignProjectConfiguration" depends on it):
Task "CreateItem" skipped, due to false condition; ('%(Identity)' != '' And '%(ProjectReference.IsAppExtension)' == 'true') was evaluated as ('' != '' And '' == 'true').
Done building target "_SeparateAppExtensionReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:26)
Target "AssignProjectConfiguration: (TargetId:27)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Set Property: OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration=true
Set Property: ShouldUnsetParentConfigurationAndPlatform=true
Set Property: AddSyntheticProjectReferencesForSolutionDependencies=true
Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignProjectConfiguration" (TaskId:16)
Task Parameter:CurrentProject=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj (TaskId:16)
Task Parameter:CurrentProjectConfiguration=Debug (TaskId:16)
Task Parameter:CurrentProjectPlatform=AnyCPU (TaskId:16)
Task Parameter:OutputType=Library (TaskId:16)
Task Parameter:ResolveConfigurationPlatformUsingMappings=False (TaskId:16)
Task Parameter:SolutionConfigurationContents=<SolutionConfiguration>
<ProjectConfiguration Project="{3A745526-7709-46D2-8978-C882D9F08656}" AbsolutePath="/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration> (TaskId:16)
Task Parameter:AddSyntheticProjectReferencesForSolutionDependencies=True (TaskId:16)
Task Parameter:OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration=True (TaskId:16)
Task Parameter:ShouldUnsetParentConfigurationAndPlatform=True (TaskId:16)
Done executing task "AssignProjectConfiguration". (TaskId:16)
Done building target "AssignProjectConfiguration" in project "ReadOnlyTestMacLib.csproj".: (TargetId:27)
Target "AssignProjectConfiguration" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence: (TargetId:28)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareProjectReferences" depends on it):
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!='').
Done building target "_SplitProjectReferencesByFileExistence" in project "ReadOnlyTestMacLib.csproj".: (TargetId:28)
Target "_GetProjectReferenceTargetFrameworkProperties: (TargetId:29)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareProjectReferences" depends on it):
Set Property: ReferringTargetFrameworkForProjectReferences=.NETFramework,Version=v4.5
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild" (TaskId:17)
Task Parameter:Targets=GetTargetFrameworkProperties (TaskId:17)
Task Parameter:BuildInParallel=True (TaskId:17)
Task Parameter:Properties=ReferringTargetFramework=.NETFramework,Version=v4.5 (TaskId:17)
Task Parameter:RemoveProperties=;TargetFramework;RuntimeIdentifier (TaskId:17)
Output Property: _ProjectReferenceTargetFrameworkProperties= (TaskId:17)
Done executing task "MSBuild". (TaskId:17)
Set Property: _ProjectReferenceTargetFrameworkProperties=
Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ReadOnlyTestMacLib.csproj".: (TargetId:29)
Target "PrepareProjectReferences: (TargetId:30)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveProjectReferences" depends on it):
Done building target "PrepareProjectReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:30)
Target "ResolveProjectReferences: (TargetId:31)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '15.0' != '10.0' and '' != '').
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' == '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '15.0' == '10.0' and '' != '').
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != '').
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != '').
Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != '').
Done building target "ResolveProjectReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:31)
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target "ResolveNativeReferences: (TargetId:32)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.Mono.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Done building target "ResolveNativeReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:32)
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetInstalledSDKLocations: (TargetId:33)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveSDKReferences" depends on it):
Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '' and '$(SupportWindows81SDKs)' == 'true' and '$(TargetPlatformIdentifierWindows81)' != '' and '$(TargetPlatformVersionWindows81)' != '') was evaluated as ('' != '' and '' == 'true' and '' != '' and '' != '').
Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '' and '$(SupportWindowsPhone81SDKs)' == 'true' and '$(TargetPlatformIdentifierWindowsPhone81)' != '' and '$(TargetPlatformVersionWindowsPhone81)' != '') was evaluated as ('' != '' and '' == 'true' and '' != '' and '' != '').
Done building target "GetInstalledSDKLocations" in project "ReadOnlyTestMacLib.csproj".: (TargetId:33)
Target "ResolveSDKReferences: (TargetId:34)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
Done building target "ResolveSDKReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:34)
Target "ResolveSDKReferences" skipped. Previously built successfully.
Target "ExpandSDKReferences: (TargetId:35)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
Done building target "ExpandSDKReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:35)
Target "ResolveNuGetPackageAssets" skipped, due to false condition; ('$(ResolveNuGetPackages)' == 'true' and exists('$(ProjectLockFile)')) was evaluated as ('true' == 'true' and exists('obj/project.assets.json')).
Target "ResolveAssemblyReferences: (TargetId:36)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Added Item(s):
_ReferenceInstalledAssemblyDirectory=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Facades/
Set Property: ResolveAssemblyReferencesStateFile=obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
Set Property: ResolveAssemblyReferencesSilent=false
Set Property: ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch=Warning
Removed Item(s): Reference=System.Core
Added Item(s):
Reference=
System.Core
Implicit=true
Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveAssemblyReference" (TaskId:18)
Task Parameter:
Assemblies=
System
Xamarin.Mac
System.Core
Implicit=true (TaskId:18)
Task Parameter:AssemblyFiles=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll (TaskId:18)
Task Parameter:
TargetFrameworkDirectories=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Facades/ (TaskId:18)
Task Parameter:
SearchPaths=
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{Registry:Software/Microsoft/.NETFramework,v4.5,AssemblyFoldersEx}
{AssemblyFolders}
{RawFileName}
bin/Debug/ (TaskId:18)
Task Parameter:
AllowedAssemblyExtensions=
.winmd
.dll
.exe (TaskId:18)
Task Parameter:
AllowedRelatedFileExtensions=
.pdb
.dll.mdb
.exe.mdb
.xml
.pri
.dll.config
.exe.config
.dll.mdb
.exe.mdb
.pdb (TaskId:18)
Task Parameter:TargetProcessorArchitecture=msil (TaskId:18)
Task Parameter:AutoUnify=True (TaskId:18)
Task Parameter:FindSatellites=True (TaskId:18)
Task Parameter:FindSerializationAssemblies=True (TaskId:18)
Task Parameter:FindRelatedFiles=True (TaskId:18)
Task Parameter:Silent=False (TaskId:18)
Task Parameter:TargetFrameworkVersion=v4.5 (TaskId:18)
Task Parameter:TargetFrameworkMoniker=.NETFramework,Version=v4.5 (TaskId:18)
Task Parameter:TargetFrameworkMonikerDisplayName=.NET Framework 4.5 (TaskId:18)
Task Parameter:TargetedRuntimeVersion=v4.0.30319 (TaskId:18)
Task Parameter:StateFile=obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache (TaskId:18)
Task Parameter:FullTargetFrameworkSubsetNames=Full (TaskId:18)
Task Parameter:
FullFrameworkFolders=
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/ (TaskId:18)
Task Parameter:WarnOrErrorOnTargetArchitectureMismatch=Warning (TaskId:18)
TargetFrameworkMoniker: (TaskId:18)
.NETFramework,Version=v4.5 (TaskId:18)
TargetFrameworkMonikerDisplayName: (TaskId:18)
.NET Framework 4.5 (TaskId:18)
TargetedRuntimeVersion: (TaskId:18)
v4.0.30319 (TaskId:18)
Assemblies: (TaskId:18)
System (TaskId:18)
Xamarin.Mac (TaskId:18)
System.Core (TaskId:18)
AssemblyFiles: (TaskId:18)
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll (TaskId:18)
CandidateAssemblyFiles: (TaskId:18)
TargetFrameworkDirectories: (TaskId:18)
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5,/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Facades/ (TaskId:18)
InstalledAssemblyTables: (TaskId:18)
IgnoreInstalledAssemblyTable: (TaskId:18)
False (TaskId:18)
SearchPaths: (TaskId:18)
{CandidateAssemblyFiles} (TaskId:18)
{HintPathFromItem} (TaskId:18)
{TargetFrameworkDirectory} (TaskId:18)
{Registry:Software/Microsoft/.NETFramework,v4.5,AssemblyFoldersEx} (TaskId:18)
{AssemblyFolders} (TaskId:18)
{RawFileName} (TaskId:18)
bin/Debug/ (TaskId:18)
AllowedAssemblyExtensions: (TaskId:18)
.winmd (TaskId:18)
.dll (TaskId:18)
.exe (TaskId:18)
AllowedRelatedFileExtensions: (TaskId:18)
.pdb (TaskId:18)
.dll.mdb (TaskId:18)
.exe.mdb (TaskId:18)
.xml (TaskId:18)
.pri (TaskId:18)
.dll.config (TaskId:18)
.exe.config (TaskId:18)
.dll.mdb (TaskId:18)
.exe.mdb (TaskId:18)
.pdb (TaskId:18)
AppConfigFile: (TaskId:18)
(TaskId:18)
AutoUnify: (TaskId:18)
True (TaskId:18)
CopyLocalDependenciesWhenParentReferenceInGac: (TaskId:18)
True (TaskId:18)
FindDependencies: (TaskId:18)
True (TaskId:18)
TargetProcessorArchitecture: (TaskId:18)
msil (TaskId:18)
StateFile: (TaskId:18)
obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache (TaskId:18)
InstalledAssemblySubsetTables: (TaskId:18)
IgnoreInstalledAssemblySubsetTable: (TaskId:18)
False (TaskId:18)
TargetFrameworkSubsets: (TaskId:18)
FullTargetFrameworkSubsetNames: (TaskId:18)
Full (TaskId:18)
ProfileName: (TaskId:18)
(TaskId:18)
FullFrameworkFolders: (TaskId:18)
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/xbuild-frameworks/.NETFramework/v4.5/ (TaskId:18)
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/ (TaskId:18)
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5-api/Facades/ (TaskId:18)
LatestTargetFrameworkDirectories: (TaskId:18)
ProfileTablesLocation: (TaskId:18)
Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". (TaskId:18)
Resolved file path is "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll". (TaskId:18)
Reference found at search path location "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll". (TaskId:18)
This reference is not "CopyLocal" because it's in a Frameworks directory. (TaskId:18)
The ImageRuntimeVersion for this reference is "". (TaskId:18)
Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". (TaskId:18)
Resolved file path is "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll". (TaskId:18)
Reference found at search path location "{TargetFrameworkDirectory}". (TaskId:18)
For SearchPath "{TargetFrameworkDirectory}". (TaskId:18)
Considered "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.winmd", but it didn't exist. (TaskId:18)
This reference is not "CopyLocal" because it's in a Frameworks directory. (TaskId:18)
The ImageRuntimeVersion for this reference is "". (TaskId:18)
Primary reference "Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065". (TaskId:18)
Resolved file path is "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll". (TaskId:18)
Reference found at search path location "{TargetFrameworkDirectory}". (TaskId:18)
For SearchPath "{TargetFrameworkDirectory}". (TaskId:18)
Considered "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.winmd", but it didn't exist. (TaskId:18)
This reference is not "CopyLocal" because it's in a Frameworks directory. (TaskId:18)
The ImageRuntimeVersion for this reference is "". (TaskId:18)
Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". (TaskId:18)
Resolved file path is "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll". (TaskId:18)
Reference found at search path location "{TargetFrameworkDirectory}". (TaskId:18)
For SearchPath "{TargetFrameworkDirectory}". (TaskId:18)
Considered "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.winmd", but it didn't exist. (TaskId:18)
This reference is not "CopyLocal" because it's in a Frameworks directory. (TaskId:18)
The ImageRuntimeVersion for this reference is "". (TaskId:18)
Output Item(s):
ReferencePath=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:18)
Output Item(s):
_ResolveAssemblyReferenceResolvedFiles=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:18)
Output Item(s): FileWrites=obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache (TaskId:18)
Output Property: DependsOnSystemRuntime=False (TaskId:18)
Done executing task "ResolveAssemblyReference". (TaskId:18)
Done building target "ResolveAssemblyReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:36)
Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and '' == 'true' and Exists('obj/Debug/ReadOnlyTestMacLib.csproj.ReadOnlyTestMacLib.dll.config')).
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "AfterResolveReferences: (TargetId:37)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Done building target "AfterResolveReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:37)
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "ImplicitlyExpandDesignTimeFacades: (TargetId:38)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.NETFramework.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResolveReferences" depends on it):
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
Done building target "ImplicitlyExpandDesignTimeFacades" in project "ReadOnlyTestMacLib.csproj".: (TargetId:38)
Target "ResolveReferences: (TargetId:39)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "ResolveReferences" in project "ReadOnlyTestMacLib.csproj".: (TargetId:39)
Target "ResolveNuGetPackageAssets" skipped, due to false condition; ('$(ResolveNuGetPackages)' == 'true' and exists('$(ProjectLockFile)')) was evaluated as ('true' == 'true' and exists('obj/project.assets.json')).
Target "AssignTargetPaths: (TargetId:40)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareResourceNames" depends on it):
Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignTargetPath" (TaskId:19)
Task Parameter:RootFolder=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:19)
Done executing task "AssignTargetPath". (TaskId:19)
Task "AssignTargetPath" (TaskId:20)
Task Parameter:RootFolder=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:20)
Done executing task "AssignTargetPath". (TaskId:20)
Task "AssignTargetPath" (TaskId:21)
Task Parameter:RootFolder=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:21)
Done executing task "AssignTargetPath". (TaskId:21)
Task "AssignTargetPath" (TaskId:22)
Task Parameter:RootFolder=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:22)
Done executing task "AssignTargetPath". (TaskId:22)
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and ''=='.manifest').
Done building target "AssignTargetPaths" in project "ReadOnlyTestMacLib.csproj".: (TargetId:40)
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "SplitResourcesByCulture: (TargetId:41)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareResourceNames" depends on it):
Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignCulture" (TaskId:23)
Done executing task "AssignCulture". (TaskId:23)
Done building target "SplitResourcesByCulture" in project "ReadOnlyTestMacLib.csproj".: (TargetId:41)
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
Target "CreateCustomManifestResourceNames: (TargetId:42)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareResourceNames" depends on it):
Done building target "CreateCustomManifestResourceNames" in project "ReadOnlyTestMacLib.csproj".: (TargetId:42)
Target "PrepareResourceNames: (TargetId:43)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareResources" depends on it):
Done building target "PrepareResourceNames" in project "ReadOnlyTestMacLib.csproj".: (TargetId:43)
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target "BeforeResGen: (TargetId:44)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResGen" depends on it):
Done building target "BeforeResGen" in project "ReadOnlyTestMacLib.csproj".: (TargetId:44)
Target "CoreResGen: (TargetId:45)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResGen" depends on it):
Set Property: GenerateResourceMSBuildArchitecture=CurrentArchitecture
Set Property: ResgenToolPath=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/
Set Property: GenerateResourceMSBuildRuntime=CurrentRuntime
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2').
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
Done building target "CoreResGen" in project "ReadOnlyTestMacLib.csproj".: (TargetId:45)
Target "AfterResGen: (TargetId:46)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "ResGen" depends on it):
Done building target "AfterResGen" in project "ReadOnlyTestMacLib.csproj".: (TargetId:46)
Target "ResGen: (TargetId:47)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareResources" depends on it):
Done building target "ResGen" in project "ReadOnlyTestMacLib.csproj".: (TargetId:47)
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target "PrepareResources: (TargetId:48)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "PrepareResources" in project "ReadOnlyTestMacLib.csproj".: (TargetId:48)
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped. Previously built successfully.
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target "_SetEmbeddedWin32ManifestProperties: (TargetId:49)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "SetWin32ManifestProperties" depends on it):
Set Property: EmbeddedWin32Manifest=
Set Property: Win32Manifest=
Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetFrameworkPath" (TaskId:24)
Output Property: _FrameworkVersion40Path=/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5 (TaskId:24)
Done executing task "GetFrameworkPath". (TaskId:24)
Done building target "_SetEmbeddedWin32ManifestProperties" in project "ReadOnlyTestMacLib.csproj".: (TargetId:49)
Target "SetWin32ManifestProperties: (TargetId:50)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Done building target "SetWin32ManifestProperties" in project "ReadOnlyTestMacLib.csproj".: (TargetId:50)
Target "_GenerateCompileInputs: (TargetId:51)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Done building target "_GenerateCompileInputs" in project "ReadOnlyTestMacLib.csproj".: (TargetId:51)
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "_SetTargetFrameworkMonikerAttribute: (TargetId:52)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it):
Set Property: TargetFrameworkMonikerAssemblyAttributeText=
// <autogenerated />
using System%3b
using System.Reflection%3b
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]
Done building target "_SetTargetFrameworkMonikerAttribute" in project "ReadOnlyTestMacLib.csproj".: (TargetId:52)
Target "GenerateTargetFrameworkMonikerAttribute: (TargetId:53)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "BeforeCompile" depends on it):
Building target "GenerateTargetFrameworkMonikerAttribute" completely.
Output file "/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs" does not exist.
Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteLinesToFile" (TaskId:25)
Task Parameter:File=/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs (TaskId:25)
Task Parameter:Lines=// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")] (TaskId:25)
Task Parameter:Overwrite=True (TaskId:25)
Done executing task "WriteLinesToFile". (TaskId:25)
Added Item(s): Compile=/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs
Done building target "GenerateTargetFrameworkMonikerAttribute" in project "ReadOnlyTestMacLib.csproj".: (TargetId:53)
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
Target "BeforeCompile: (TargetId:54)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Done building target "BeforeCompile" in project "ReadOnlyTestMacLib.csproj".: (TargetId:54)
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "_GenerateCompileDependencyCache: (TargetId:55)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Added Item(s): CustomAdditionalCompileInputs=obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
Added Item(s):
CoreCompileCache=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/Properties/AssemblyInfo.cs
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/MyClass.cs
/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs
Added Item(s):
CoreCompileCache=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Hash" (TaskId:26)
Task Parameter:
ItemsToHash=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/Properties/AssemblyInfo.cs
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/MyClass.cs
/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:26)
Output Property: CoreCompileDependencyHash=a5ecdac5a3e4f26311e034760c324132b0fa30a1 (TaskId:26)
Done executing task "Hash". (TaskId:26)
Task "WriteLinesToFile" (TaskId:27)
Task Parameter:Lines=a5ecdac5a3e4f26311e034760c324132b0fa30a1 (TaskId:27)
Task Parameter:File=obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache (TaskId:27)
Task Parameter:Overwrite=True (TaskId:27)
Task Parameter:WriteOnlyWhenDifferent=True (TaskId:27)
Done executing task "WriteLinesToFile". (TaskId:27)
Added Item(s): FileWrites=obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
Done building target "_GenerateCompileDependencyCache" in project "ReadOnlyTestMacLib.csproj".: (TargetId:55)
Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('' == 'true') and ('' != 'true') and (('true' == 'false') or ('true' == 'true'))).
Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != '').
Target "_RoslynPublicSignHack: (TargetId:56)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.Mono.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreCompile" depends on it):
Set Property: _UseRoslynPublicSignHack=true
Done building target "_RoslynPublicSignHack" in project "ReadOnlyTestMacLib.csproj".: (TargetId:56)
Target "CoreCompile: (TargetId:57)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Building target "CoreCompile" completely.
Output file "obj/Debug/ReadOnlyTestMacLib.dll" does not exist.
Set Property: NoWarn=;1701;1702
Set Property: UseSharedCompilation=true
Using "Csc" task from assembly "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
Task "Csc" (TaskId:28)
Task Parameter:DebugType=portable (TaskId:28)
Task Parameter:DefineConstants=__UNIFIED__;__MACOS__;DEBUG; (TaskId:28)
Task Parameter:DisabledWarnings=;1701;1702 (TaskId:28)
Task Parameter:EmitDebugInformation=True (TaskId:28)
Task Parameter:ErrorReport=prompt (TaskId:28)
Task Parameter:HighEntropyVA=True (TaskId:28)
Task Parameter:NoConfig=True (TaskId:28)
Task Parameter:NoStandardLib=True (TaskId:28)
Task Parameter:Optimize=False (TaskId:28)
Task Parameter:OutputAssembly=obj/Debug/ReadOnlyTestMacLib.dll (TaskId:28)
Task Parameter:Prefer32Bit=False (TaskId:28)
Task Parameter:
References=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:28)
Task Parameter:
Sources=
Properties/AssemblyInfo.cs
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/MyClass.cs
/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs (TaskId:28)
Task Parameter:SubsystemVersion=6.00 (TaskId:28)
Task Parameter:TargetType=Library (TaskId:28)
Task Parameter:UseHostCompilerIfAvailable=True (TaskId:28)
Task Parameter:UseSharedCompilation=True (TaskId:28)
Task Parameter:Utf8Output=True (TaskId:28)
Task Parameter:WarningLevel=4 (TaskId:28)
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/4.5/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:__UNIFIED__;__MACOS__;DEBUG /highentropyva+ /reference:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll /reference:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll /reference:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll /reference:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll /debug+ /debug:portable /optimize- /out:obj/Debug/ReadOnlyTestMacLib.dll /subsystemversion:6.00 /target:library /utf8output Properties/AssemblyInfo.cs /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestLib/MyClass.cs "/var/folders/tz/gtqlf9px5wndfxvq6slvnf0w0000gn/T/.NETFramework,Version=v4.5.AssemblyAttributes.cs" (TaskId:28)
Microsoft (R) Visual C# Compiler version 2.0.0.61404 (TaskId:28)
Copyright (C) Microsoft Corporation. All rights reserved. (TaskId:28)
(TaskId:28)
Output Item(s): CscCommandLineArgs= (TaskId:28)
Done executing task "Csc". (TaskId:28)
Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
Done building target "CoreCompile" in project "ReadOnlyTestMacLib.csproj".: (TargetId:57)
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target "AfterCompile: (TargetId:58)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Compile" depends on it):
Done building target "AfterCompile" in project "ReadOnlyTestMacLib.csproj".: (TargetId:58)
Target "Compile: (TargetId:59)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "Compile" in project "ReadOnlyTestMacLib.csproj".: (TargetId:59)
Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
('' == '')) and
Exists('obj/ReadOnlyTestMacLib.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_GenerateSatelliteAssemblyInputs: (TargetId:60)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CreateSatelliteAssemblies" depends on it):
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Done building target "_GenerateSatelliteAssemblyInputs" in project "ReadOnlyTestMacLib.csproj".: (TargetId:60)
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(MSBuildRuntimeType)' != 'Core') was evaluated as ('' != '' and 'Mono' != 'Core').
Target "CreateSatelliteAssemblies: (TargetId:61)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "CreateSatelliteAssemblies" in project "ReadOnlyTestMacLib.csproj".: (TargetId:61)
Target "GenerateManifests: (TargetId:62)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.Mono.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "GenerateManifests" in project "ReadOnlyTestMacLib.csproj".: (TargetId:62)
Target "GetTargetPath: (TargetId:63)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Added Item(s):
TargetPathWithTargetPlatformMoniker=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
TargetPlatformIdentifier=Windows
TargetPlatformMoniker=Windows,Version=7.0
Done building target "GetTargetPath" in project "ReadOnlyTestMacLib.csproj".: (TargetId:63)
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "_CopyFilesMarkedCopyLocal" skipped, due to false condition; ('@(ReferenceCopyLocalPaths)' != '') was evaluated as ('' != '').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
Target "GetCopyToOutputDirectoryItems: (TargetId:64)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it):
Set Property: _GCTODIKeepDuplicates=false
Set Property: _GCTODIKeepMetadata=CopyToOutputDirectory;TargetPath
Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
Task "AssignTargetPath" (TaskId:29)
Task Parameter:RootFolder=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:29)
Done executing task "AssignTargetPath". (TaskId:29)
Done building target "GetCopyToOutputDirectoryItems" in project "ReadOnlyTestMacLib.csproj".: (TargetId:64)
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target "_CopySourceItemsToOutputDirectory: (TargetId:65)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CopyFilesToOutputDirectory" depends on it):
Done building target "_CopySourceItemsToOutputDirectory" in project "ReadOnlyTestMacLib.csproj".: (TargetId:65)
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target "_CheckForCompileOutputs: (TargetId:66)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CopyFilesToOutputDirectory" depends on it):
Added Item(s): FileWrites=obj/Debug/ReadOnlyTestMacLib.dll
Set Property: _DocumentationFileProduced=false
Added Item(s): FileWrites=obj/Debug/ReadOnlyTestMacLib.pdb
Done building target "_CheckForCompileOutputs" in project "ReadOnlyTestMacLib.csproj".: (TargetId:66)
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "CopyFilesToOutputDirectory: (TargetId:67)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "PrepareForRun" depends on it):
Set Property: CreateHardLinksForCopyFilesToOutputDirectoryIfPossible=false
Set Property: CreateSymbolicLinksForCopyFilesToOutputDirectoryIfPossible=false
Set Property: CopyBuildOutputToOutputDirectory=true
Set Property: CopyOutputSymbolsToOutputDirectory=true
Using "Copy" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.MacDev.Tasks.dll".
Task "Copy" (TaskId:30)
Task Parameter:SourceFiles=obj/Debug/ReadOnlyTestMacLib.dll (TaskId:30)
Task Parameter:DestinationFolder=bin/Debug/ (TaskId:30)
Task Parameter:SkipUnchangedFiles=True (TaskId:30)
Task Parameter:OverwriteReadOnlyFiles=False (TaskId:30)
Task Parameter:UseHardlinksIfPossible=False (TaskId:30)
Task Parameter:UseSymboliclinksIfPossible=False (TaskId:30)
Copy Task (TaskId:30)
DestinationFiles: <null> (TaskId:30)
DestinationFolder: bin/Debug/ (TaskId:30)
OverwriteReadOnlyFiles: False (TaskId:30)
Retries: 10 (TaskId:30)
RetryDelayMilliseconds: 1000 (TaskId:30)
SkipUnchangedFiles: True (TaskId:30)
SourceFiles: (TaskId:30)
obj/Debug/ReadOnlyTestMacLib.dll (TaskId:30)
UseHardlinksIfPossible: False (TaskId:30)
Copying file from "obj/Debug/ReadOnlyTestMacLib.dll" to "bin/Debug/ReadOnlyTestMacLib.dll". (TaskId:30)
Output Item(s):
MainAssembly=
bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll (TaskId:30)
Output Item(s):
FileWrites=
bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll (TaskId:30)
Done executing task "Copy". (TaskId:30)
Task "Message" (TaskId:31)
Task Parameter:Importance=High (TaskId:31)
Task Parameter:Text=ReadOnlyTestMacLib -> /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll (TaskId:31)
ReadOnlyTestMacLib -> /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll (TaskId:31)
Done executing task "Message". (TaskId:31)
Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Task "Copy" (TaskId:32)
Task Parameter:SourceFiles=obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:32)
Task Parameter:DestinationFiles=bin/Debug/ReadOnlyTestMacLib.pdb (TaskId:32)
Task Parameter:SkipUnchangedFiles=True (TaskId:32)
Task Parameter:OverwriteReadOnlyFiles=False (TaskId:32)
Task Parameter:UseHardlinksIfPossible=False (TaskId:32)
Task Parameter:UseSymboliclinksIfPossible=False (TaskId:32)
Copy Task (TaskId:32)
DestinationFiles: (TaskId:32)
bin/Debug/ReadOnlyTestMacLib.pdb (TaskId:32)
DestinationFolder: (TaskId:32)
OverwriteReadOnlyFiles: False (TaskId:32)
Retries: 10 (TaskId:32)
RetryDelayMilliseconds: 1000 (TaskId:32)
SkipUnchangedFiles: True (TaskId:32)
SourceFiles: (TaskId:32)
obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:32)
UseHardlinksIfPossible: False (TaskId:32)
Copying file from "obj/Debug/ReadOnlyTestMacLib.pdb" to "bin/Debug/ReadOnlyTestMacLib.pdb". (TaskId:32)
Output Item(s):
FileWrites=
bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:32)
Done executing task "Copy". (TaskId:32)
Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ).
Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != '').
Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != '').
Done building target "CopyFilesToOutputDirectory" in project "ReadOnlyTestMacLib.csproj".: (TargetId:67)
Target "PrepareForRun: (TargetId:68)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Done building target "PrepareForRun" in project "ReadOnlyTestMacLib.csproj".: (TargetId:68)
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_CleanGetCurrentAndPriorFileWrites: (TargetId:69)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "IncrementalClean" depends on it):
Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ReadLinesFromFile" (TaskId:33)
Task Parameter:File=obj/Debug/ReadOnlyTestMacLib.csproj.FileListAbsolute.txt (TaskId:33)
Done executing task "ReadLinesFromFile". (TaskId:33)
Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ConvertToAbsolutePath" (TaskId:34)
Task Parameter:
Paths=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:34)
Output Item(s):
_ResolveAssemblyReferenceResolvedFilesAbsolute=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
CopyLocal=false
FrameworkFile=true
FusionName=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/mscorlib.dll
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.Core.dll
CopyLocal=false
FrameworkFile=true
FusionName=System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Implicit=true
OriginalItemSpec=System.Core
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/System.dll
CopyLocal=false
FrameworkFile=true
FusionName=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
OriginalItemSpec=System
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version=
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/4.5/Xamarin.Mac.dll
CopyLocal=false
FrameworkFile=true
FusionName=Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
OriginalItemSpec=Xamarin.Mac
ReferenceSourceTarget=ResolveAssemblyReference
ResolvedFrom={TargetFrameworkDirectory}
Version= (TaskId:34)
Done executing task "ConvertToAbsolutePath". (TaskId:34)
Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindUnderPath" (TaskId:35)
Task Parameter:Path=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib (TaskId:35)
Task Parameter:UpdateToAbsolutePaths=True (TaskId:35)
Comparison path is "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib". (TaskId:35)
Done executing task "FindUnderPath". (TaskId:35)
Task "FindUnderPath" (TaskId:36)
Task Parameter:Path=bin/Debug/ (TaskId:36)
Task Parameter:
Files=
obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
obj/Debug/ReadOnlyTestMacLib.dll
obj/Debug/ReadOnlyTestMacLib.pdb
bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:36)
Task Parameter:UpdateToAbsolutePaths=True (TaskId:36)
Comparison path is "bin/Debug/". (TaskId:36)
Output Item(s):
_CleanCurrentFileWritesInOutput=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:36)
Done executing task "FindUnderPath". (TaskId:36)
Task "FindUnderPath" (TaskId:37)
Task Parameter:Path=obj/Debug/ (TaskId:37)
Task Parameter:
Files=
obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
obj/Debug/ReadOnlyTestMacLib.dll
obj/Debug/ReadOnlyTestMacLib.pdb
bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:37)
Task Parameter:UpdateToAbsolutePaths=True (TaskId:37)
Comparison path is "obj/Debug/". (TaskId:37)
Output Item(s):
_CleanCurrentFileWritesInIntermediate=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:37)
Done executing task "FindUnderPath". (TaskId:37)
Added Item(s):
_CleanCurrentFileWritesWithNoReferences=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates" (TaskId:38)
Task Parameter:
Inputs=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:38)
Output Item(s):
_CleanCurrentFileWrites=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:38)
Done executing task "RemoveDuplicates". (TaskId:38)
Done building target "_CleanGetCurrentAndPriorFileWrites" in project "ReadOnlyTestMacLib.csproj".: (TargetId:69)
Target "IncrementalClean: (TargetId:70)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "CoreBuild" depends on it):
Task "FindUnderPath" (TaskId:39)
Task Parameter:Path=bin/Debug/ (TaskId:39)
Comparison path is "bin/Debug/". (TaskId:39)
Done executing task "FindUnderPath". (TaskId:39)
Task "FindUnderPath" (TaskId:40)
Task Parameter:Path=obj/Debug/ (TaskId:40)
Comparison path is "obj/Debug/". (TaskId:40)
Done executing task "FindUnderPath". (TaskId:40)
Using "Delete" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.MacDev.Tasks.dll".
Task "Delete" (TaskId:41)
Task Parameter:TreatErrorsAsWarnings=True (TaskId:41)
Delete Task (TaskId:41)
Files: (TaskId:41)
TreatErrorsAsWarnings: True (TaskId:41)
Done executing task "Delete". (TaskId:41)
Added Item(s):
_CleanRemainingFileWritesAfterIncrementalClean=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb
Task "RemoveDuplicates" (TaskId:42)
Task Parameter:
Inputs=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:42)
Output Item(s):
_CleanUniqueRemainingFileWritesAfterIncrementalClean=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:42)
Done executing task "RemoveDuplicates". (TaskId:42)
Task "WriteLinesToFile" (TaskId:43)
Task Parameter:File=obj/Debug/ReadOnlyTestMacLib.csproj.FileListAbsolute.txt (TaskId:43)
Task Parameter:
Lines=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.pdb
OriginalItemSpec=obj/Debug/ReadOnlyTestMacLib.pdb
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csprojResolveAssemblyReference.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.csproj.CoreCompileInputs.cache
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.dll
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/obj/Debug/ReadOnlyTestMacLib.pdb (TaskId:43)
Task Parameter:Overwrite=True (TaskId:43)
Done executing task "WriteLinesToFile". (TaskId:43)
Done building target "IncrementalClean" in project "ReadOnlyTestMacLib.csproj".: (TargetId:70)
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target "CoreBuild: (TargetId:71)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Done building target "CoreBuild" in project "ReadOnlyTestMacLib.csproj".: (TargetId:71)
Target "AfterBuild: (TargetId:72)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Done building target "AfterBuild" in project "ReadOnlyTestMacLib.csproj".: (TargetId:72)
Target "_GenerateBundleName: (TargetId:73)" in file "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (target "Build" depends on it):
Set Property: AppBundleDir=bin/Debug/ReadOnlyTestMacLib.app
Set Property: _AppBundlePath=bin/Debug/ReadOnlyTestMacLib.app/
Set Property: _AppResourcesPath=bin/Debug/ReadOnlyTestMacLib.app/Contents/Resources/
Done building target "_GenerateBundleName" in project "ReadOnlyTestMacLib.csproj".: (TargetId:73)
Target "_CreateAppBundle" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "Codesign" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true') was evaluated as ('False' == 'true').
Target "_CreateInstaller" skipped, due to false condition; ($(CreatePackage)) was evaluated as (false).
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "Build: (TargetId:74)" in file "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets" from project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (entry point):
Done building target "Build" in project "ReadOnlyTestMacLib.csproj".: (TargetId:74)
Done Building Project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj" (default targets).
Build: (TargetId:5)
Output Item(s):
CollectedBuildOutput=
/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/bin/Debug/ReadOnlyTestMacLib.dll
AdditionalProperties=Configuration=Debug; Platform=AnyCPU
Configuration=Debug
MSBuildSourceProjectFile=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
MSBuildSourceTargetName=Build
OriginalItemSpec=/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj
Platform=AnyCPU
SkipNonexistentProjects=False
ToolsVersion= (TaskId:3)
Done executing task "MSBuild". (TaskId:3)
Done building target "Build" in project "ReadOnlyTest.sln".: (TargetId:5)
Done Building Project "/Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln" (default targets).
Deferred Messages
Detailed Build Summary
======================
(TaskId:0)
============================== Build Hierarchy (IDs represent configurations) =====================================================
Id : Exclusive Time Total Time Path (Targets)
----------------------------------------------------------------------------------------------------------------------------------- (TaskId:0)
0 : 0.463s 8.379s /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln () (TaskId:0)
. 1 : 7.913s 7.913s /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj () (TaskId:0)
============================== Node Utilization (IDs represent configurations) ====================================================
Timestamp: 1 Duration Cumulative
----------------------------------------------------------------------------------------------------------------------------------- (TaskId:0)
636300856362407360: 0 0.443s 0.443s ######## (TaskId:0)
636300856366833840: 1 7.913s 8.356s ############################################################################################################################################################## (TaskId:0)
636300856445962980: 0 0.029s 8.385s (TaskId:0)
-----------------------------------------------------------------------------------------------------------------------------------
Utilization: 100.0 Average Utilization: 100.0 (TaskId:0)
Project Performance Summary:
6863 ms /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTestMacLib/ReadOnlyTestMacLib.csproj 1 calls
8295 ms /Users/rogersmsirfp3.0/Downloads/ReadOnlyTest/ReadOnlyTest.sln 1 calls
Target Performance Summary:
0 ms BeforeCompile 1 calls
0 ms BeforeResolveReferences 1 calls
0 ms BeforeResGen 1 calls
0 ms AfterResGen 1 calls
0 ms Compile 1 calls
0 ms BeforeBuild 1 calls
0 ms _CompileInterfaceDefinitions 1 calls
0 ms PrepareResourceNames 1 calls
0 ms CoreBuild 1 calls
0 ms _CompileImageAssets 1 calls
0 ms GenerateManifests 1 calls
0 ms AfterCompile 1 calls
0 ms AfterBuild 1 calls
0 ms ResolveNativeReferences 1 calls
0 ms PrepareResources 1 calls
0 ms ValidateProjects 1 calls
0 ms CreateCustomManifestResourceNames 1 calls
0 ms _CopySourceItemsToOutputDirectory 1 calls
0 ms _CompileSceneKitAssets 1 calls
0 ms _CompileTextureAtlases 1 calls
0 ms CreateSatelliteAssemblies 1 calls
0 ms PrepareForRun 1 calls
0 ms ResolveReferences 1 calls
0 ms SetWin32ManifestProperties 1 calls
0 ms PrepareProjectReferences 1 calls
0 ms AfterResolveReferences 1 calls
0 ms ResGen 1 calls
0 ms BuildOnlySettings 1 calls
0 ms ValidateToolsVersions 1 calls
0 ms _RoslynPublicSignHack 1 calls
0 ms ExpandSDKReferences 1 calls
0 ms ResolveSDKReferences 1 calls
0 ms _SeparateAppExtensionReferences 1 calls
0 ms _SetTargetFrameworkMonikerAttribute 1 calls
0 ms _SplitProjectReferencesByFileExistence 1 calls
1 ms GetTargetPath 1 calls
1 ms _GenerateBundleName 1 calls
1 ms GetInstalledSDKLocations 1 calls
1 ms _CheckForCompileOutputs 1 calls
1 ms ImplicitlyExpandDesignTimeFacades 1 calls
1 ms _GenerateSatelliteAssemblyInputs 1 calls
1 ms _GenerateCompileInputs 1 calls
2 ms GetCopyToOutputDirectoryItems 1 calls
2 ms ResolveProjectReferences 1 calls
2 ms _PackLibraryResources 1 calls
4 ms SplitResourcesByCulture 1 calls
4 ms FixTargetFrameworkDirectory 1 calls
4 ms AssignTargetPaths 1 calls
4 ms _GetProjectReferenceTargetFrameworkProperties 1 calls
4 ms CoreResGen 1 calls
4 ms AssignLinkMetadata 1 calls
6 ms _CoreCompileTextureAtlases 1 calls
7 ms _CoreCompileSceneKitAssets 1 calls
7 ms _GenerateCompileDependencyCache 1 calls
7 ms _CoreCompileInterfaceDefinitions 1 calls
8 ms _SetEmbeddedWin32ManifestProperties 1 calls
10 ms GetFrameworkPaths 1 calls
10 ms AssignProjectConfiguration 1 calls
11 ms _CheckForInvalidConfigurationAndPlatform 1 calls
12 ms IncrementalClean 1 calls
14 ms _CollectBundleResources 1 calls
21 ms _CleanGetCurrentAndPriorFileWrites 1 calls
25 ms GetReferenceAssemblyPaths 1 calls
32 ms PrepareForBuild 1 calls
34 ms GenerateTargetFrameworkMonikerAttribute 1 calls
57 ms _CoreCompileImageAssets 1 calls
66 ms CopyFilesToOutputDirectory 1 calls
190 ms ValidateSolutionConfiguration 1 calls
273 ms _DetectSdkLocations 1 calls
586 ms ResolveAssemblyReferences 1 calls
5562 ms CoreCompile 1 calls
8054 ms Build 2 calls
Task Performance Summary:
2 ms ReadLinesFromFile 1 calls
2 ms PackLibraryResources 1 calls
2 ms AssignCulture 1 calls
2 ms FindAppConfigFile 1 calls
3 ms RemoveDuplicates 2 calls
3 ms Hash 1 calls
3 ms AssignTargetPath 5 calls
3 ms ConvertToAbsolutePath 1 calls
4 ms CollectBundleResources 1 calls
5 ms Delete 1 calls
5 ms GetReferenceAssemblyPaths 1 calls
6 ms TextureAtlas 1 calls
6 ms CompileSceneKitAssets 1 calls
6 ms WriteLinesToFile 3 calls
7 ms IBTool 1 calls
7 ms GetFrameworkPath 1 calls
9 ms AssignProjectConfiguration 1 calls
11 ms FindUnderPath 5 calls
26 ms Message 4 calls
29 ms MakeDir 1 calls
57 ms ACTool 1 calls
62 ms Copy 2 calls
186 ms DetectSdkLocations 1 calls
584 ms ResolveAssemblyReference 1 calls
5558 ms Csc 1 calls
8041 ms MSBuild 2 calls
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:09.43
Rogerss-MacBook-Pro:ReadOnlyTest rogersmsirfp3.0$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment