Copy local of references being ignored

In the attached example I have copy local set to true for Newtonsoft. I make Classlibrary a reference in NuGetConsole by dragging it.

Classlibrary is shown as copy local and building will copy it into the Debug folder. Newtonsoft is shown as a reference and copy local is set to true. Its also grayed out.

Unfortunately Newtonsoft isnt being copied so as a result the console app wont run because it hasnt been copied.

NuGetConsoleApplication.zip (1.0 MB)

Thanks,
John

Will this be looked into ?

only 24 hours in most days.

reproduced, will investigate.

Freaky. when it gets to the code that adds the copy local stuff from the project reference, there already is a reference to Newtonsoft.Json.dll. except I cannot say why (a) it’s there (it shouldn’t) or (b) even though it’s there, it doesn’t make it into the compile or the final output. I’ll need to dig deeper in the morning, but I should be able to fix tis for Friday.

Fixed. stupidest of errors — it checked the referenced target if it already had a ref, not the one it was processing the reference for :stuck_out_tongue_winking_eye:

D:             Generated Files for target Echoes:
D:               ClassLibrary.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-448876D4413D583FB977742F2FB847008BEAE2EF/Debug/Echoes/ClassLibrary.dll)
D:               ClassLibrary.dll.mdb (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-448876D4413D583FB977742F2FB847008BEAE2EF/Debug/Echoes/ClassLibrary.dll.mdb)
D:               Elements.dll (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll)
D:               Elements.dll.mdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll.mdb)
D:               Elements.pdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.pdb)
D:               Newtonsoft.Json.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll)
D:               NuGetConsoleApplication.exe (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/NuGetConsoleApplication-00DB4A0FDE7D56EF476C8B98BB8132B8DA32E7C7/Debug/Echoes/NuGetConsoleApplication.exe)
D:               NuGetConsoleApplication.exe.mdb (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/NuGetConsoleApplication-00DB4A0FDE7D56EF476C8B98BB8132B8DA32E7C7/Debug/Echoes/NuGetConsoleApplication.exe.mdb)
               Final Output:
                 ClassLibrary.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/ClassLibrary.dll)
                 ClassLibrary.dll.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/ClassLibrary.dll.mdb)
                 Elements.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.dll)
                 Elements.dll.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.dll.mdb)
                 Elements.pdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.pdb)
                 Newtonsoft.Json.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Newtonsoft.Json.dll)
                 NuGetConsoleApplication.exe (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/NuGetConsoleApplication.exe)
                 NuGetConsoleApplication.exe.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/NuGetConsoleApplication.exe.mdb)
I:             FINALOUTPUT /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/NuGetConsoleApplication-00DB4A0FDE7D56EF476C8B98BB8132B8DA32E7C7/Debug/FinalOutput.xml
1 Like

This often appears on the 24th hour of the day :smile:

1 Like

Should this be fixed ?

Im still not seeing the references of referenced projects in the Debug folder. Also references in referenced project dont appear until I reload the solution.

ConsoleApplication13.zip (1.1 MB)

Im not able to debug the console app because newtonsoft isnt being copied.

hmm this should be fixed. note i only addressed the build issue, nothing ide side. the project you sent originally now does copy the json .dll to the exe, for me. i’ll reviee your new test case later today.

Hm, ok, so NuGetConsoleApplication gives me this, which looks correct. this was what I fixed too days ago:

               Final Output:
                 ClassLibrary.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/ClassLibrary.dll)
                 ClassLibrary.dll.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/ClassLibrary.dll.mdb)
                 Elements.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.dll)
                 Elements.dll.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.dll.mdb)
                 Elements.pdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Elements.pdb)
                 Newtonsoft.Json.dll (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/Newtonsoft.Json.dll)
                 NuGetConsoleApplication.exe (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/NuGetConsoleApplication.exe)
                 NuGetConsoleApplication.exe.mdb (/Users/mh/Downloads/NuGetConsoleApplication/bin/Debug/NuGetConsoleApplication.exe.mdb)

ConsoleApplication13 also gives me:

               Final Output:
                 ClassLibrary.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ClassLibrary.dll)
                 ClassLibrary.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ClassLibrary.dll.mdb)
                 ConsoleApplication13.exe (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe)
                 ConsoleApplication13.exe.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe.mdb)
                 Elements.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.dll)
                 Elements.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.dll.mdb)
                 Elements.pdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.pdb)
                 Newtonsoft.Json.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Newtonsoft.Json.dll)
I:             FINALOUTPUT /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/FinalOutput.xml

what am I missing? Newtonsoft.Json.dll is there, though it’s not referenced directly.

The IDE even shows it as part of the ClassLibrary reference:

I get this

             ClassLibrary.dll (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/ClassLibrary.dll)
             ClassLibrary.dll.mdb (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/ClassLibrary.dll.mdb)
             ConsoleApplication13.exe (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe)
             ConsoleApplication13.exe.mdb (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe.mdb)
             Elements.dll (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/Elements.dll)
             Elements.dll.mdb (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/Elements.dll.mdb)
             Elements.pdb (/Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/bin/Debug/Elements.pdb)

Can you elaborate what you mean by this? this works for me: Screen Recording 2018-05-19... — as soon as I drag over the reference, the nested nodes show and I see CC for Newtonsoft*

Hmm. with .2287? Sure you don’t maybe have an older external compiler active, or something like that?

Ok, but what about the compiler. check the top of the build log.

/Applications/Fire.app/Contents/Resources/Mono/bin/mono /Applications/Fire.app/Contents/Resources/EBuild.exe “–setting:Elements:ToffeeSDKFolder=/Applications/Fire.app/Contents/Resources/Toffee SDKs” “–setting:Elements:GothamXmlFolder=/Applications/Fire.app/Contents/Resources/Gotham XMLs” “–setting:Elements:ReferencePathsXMLFolder=/Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial” --setting:Elements:IslandLddExePath=/Applications/Fire.app/Contents/Resources/lld --setting:Elements:ToffeeHelperExePath=/Applications/Fire.app/Contents/Resources/ToffeeHelper /Users/JohnMoshakis/Documents/develop/Echoes/ConsoleApplication13/ConsoleApplication13.sln --logger:fire --configuration:Debug --debug --statistics --verbosity:diagnostic --xml:/var/folders/42/j8j5j6pd0s51c9_zq3hv_9wr0000gn/T/ConsoleApplication13.fire.xml --build
RemObjects EBuild. An open source build engine for Elements and beyond.
Copyright RemObjects Software 2016-2018. All Rights Reserved. Created by marc hoffman.
Version 10.0.0.2287 (develop) built on talax, 20180518-125135. Commit d8f49b9.

Build order:

    1. ClassLibrary
    1. ConsoleApplication13

-> Task RemObjects.EBuild.BuildSolution started.
-> Project ClassLibrary started.

Hmm, freaky.

Can you do a Clean, then a Build, and send me the full build log, “Diagnostic” level?

here’s mine:

/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono /Users/mh/Code/Elements/Bin/EBuild.exe /Users/mh/Downloads/ConsoleApplication13/ConsoleApplication13.sln --logger:fire --configuration:Debug --debug --statistics --verbosity:diagnostic --xml:/var/folders/wl/n_01zc255cv_1b994z_kdf9c0000gn/T/ConsoleApplication13.fire.xml --build --setting:TreatFixableErrorsAsWarnings=True
RemObjects EBuild. An open source build engine for Elements and beyond.
Copyright RemObjects Software 2016-2018. All Rights Reserved. Created by marc hoffman.
Version 10.0.0.2287 (develop) built on talax, 20180518-125135. Commit d8f49b9.

   Build order:
   - 0. ClassLibrary
   - 1. ConsoleApplication13
   
   -> Task RemObjects.EBuild.BuildSolution started.
      -> Project ClassLibrary started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for ClassLibrary.
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for ClassLibrary, Echoes.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for ClassLibrary, Echoes, took 0.0008s (0.0012s).
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for ClassLibrary, Echoes.
               Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines
               Mapping AssemblyName=ClassLibrary to BinaryName
               Mapping CpuType=anycpu to Architecture
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for ClassLibrary, Echoes, took 0.0062s (0.0063s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for ClassLibrary.
               Preparing target 'Echoes' (platform 'Echoes').
D:             Target-specific Settings, before prepare
D:               - <Architecture = anycpu [Target: Echoes]>
D:               - <BinaryName = ClassLibrary [Target: Echoes]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Echoes]>
D:               - <Mode = Echoes [Target: Echoes]>
D:               - <SubMode = .NET [Target: Echoes]>
               -> Task RemObjects.EBuild.Elements.ElementsPreflightEchoes started for ClassLibrary.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightEchoes finished for ClassLibrary, took 0.0044s (0.0046s).
               -> Task RemObjects.EBuild.Elements.ElementsPrepareEchoesPlatform started for ClassLibrary, Echoes.
               <- Task RemObjects.EBuild.Elements.ElementsPrepareEchoesPlatform finished for ClassLibrary, Echoes, took 0.0052s (0.0102s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = anycpu [Target: Echoes]>
D:               - <BinaryName = ClassLibrary [Target: Echoes]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Echoes]>
D:               - <IDE:TargetInfo = .NET4.6.2 (compatible with netstandard2.0) [Target: Echoes]>
D:               - <Mode = Echoes [Target: Echoes]>
D:               - <NETStandardVersion = 2.0 [Target: Echoes]>
D:               - <NuGetCacheFolder = /Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet [Target: Echoes]>
D:               - <NuGetPlatformName = net [Target: Echoes]>
D:               - <NuGetPlatformVersion = 4.6.2 [Target: Echoes]>
D:               - <SubMode = .NET [Target: Echoes]>
D:               - <TargetFrameworkName = .NET [Target: Echoes]>
D:               - <TargetFrameworkNameLong = .NET,Version=v4.6.2 [Target: Echoes]>
D:               - <TargetFrameworkVersion = 4.6.2 [Target: Echoes]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for ClassLibrary, took 0.0202s (0.0310s).
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for ClassLibrary.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for ClassLibrary.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for ClassLibrary, took 0.0015s (0.0017s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for ClassLibrary.
               -> Target Echoes started.
                  -> Task RemObjects.EBuild.Elements.ElementsProcessNuGetReferences started for ClassLibrary, Echoes.
D:                   Package Newtonsoft.Json found in local cache.
D:                   Expanding Package Newtonsoft.Json:10.0.2.
D:                   Local Folder /Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45.
                     Adding .dll reference Newtonsoft.Json.dll.
                  <- Task RemObjects.EBuild.Elements.ElementsProcessNuGetReferences finished for ClassLibrary, Echoes, took 0.0411s (0.0418s).
                  -> Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget started for ClassLibrary, Echoes.
                     Reference 'mscorlib' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/mscorlib.dll' for target 'Echoes'.
                     Reference 'System' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.dll' for target 'Echoes'.
                     Reference 'System.Data' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.dll' for target 'Echoes'.
                     Reference 'System.Xml' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.dll' for target 'Echoes'.
                     Reference 'System.Core' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Core.dll' for target 'Echoes'.
                     Reference 'System.Xml.Linq' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.Linq.dll' for target 'Echoes'.
                     Reference 'System.Data.DataSetExtensions' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.DataSetExtensions.dll' for target 'Echoes'.
                     Reference 'Elements' was resolved to '/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll' via XML for target 'Echoes'.
                     Reference 'Newtonsoft.Json' already was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll' for target 'Echoes'.
                  <- Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget finished for ClassLibrary, Echoes, took 0.0344s (0.0767s).
               <- Target Echoes finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for ClassLibrary, took 0.0963s (0.0992s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for ClassLibrary.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for ClassLibrary, took 0.0023s (0.0025s).
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for ClassLibrary.
            -- Task RemObjects.EBuild.Elements.ElementsResolveReferences skipped for ClassLibrary.
            -- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles skipped for ClassLibrary.
            -> Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes started for ClassLibrary, Echoes.
               -> Task RemObjects.EBuild.Elements.ElementsResolveEmbeddedResourceFiles started for ClassLibrary.
               <- Task RemObjects.EBuild.Elements.ElementsResolveEmbeddedResourceFiles finished for ClassLibrary, took 0.0003s (0.0005s).
               -> Task ProcessResources started for ClassLibrary, Echoes.
                  Processing Resource 'Properties\Resources.resx' to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/res/Properties\Resources.resources'.
               <- Task ProcessResources finished for ClassLibrary, Echoes, took 0.0489s (0.0509s).
               -> Task RemObjects.EBuild.Elements.ElementsResolveXamlFiles started for ClassLibrary.
               <- Task RemObjects.EBuild.Elements.ElementsResolveXamlFiles finished for ClassLibrary, took 0.0001s (0.0005s).
            <- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes finished for ClassLibrary, Echoes, took 0.0000s (0.0532s).
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee skipped for ClassLibrary, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for ClassLibrary, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for ClassLibrary, Echoes.
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for ClassLibrary.
D:             Loading compiler from '/Users/mh/Code/Elements/Bin/RemObjects.Elements.dll'
               Compiling target 'Echoes'
               -> Target Echoes started compiling.
                  Starting compile for ClassLibrary Echoes 
                  RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
                  Version 10.0.0.2287 (develop) built on talax, 20180518-125135. Commit d8f49b9.
                  Copyright 2003-2018 RemObjects Software, LLC. All rights reserved.
                  
                  Source file: /Users/mh/Downloads/ConsoleApplication13/ClassLibrary/Class1.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/ClassLibrary/Properties/AssemblyInfo.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/ClassLibrary/Properties/Resources.Designer.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/ClassLibrary/Properties/Settings.Designer.pas
                  Resource file: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/res/Properties\Resources.resources
                  Reference: /Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/mscorlib.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Core.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.DataSetExtensions.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.Linq.dll
                  Reference: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll
                  Reference: /Users/mh/Code/Elements/Bin/RemObjects.Elements.Cirrus.dll
                  -> Phase Resolving Bodies started.
                  <- Phase Resolving Bodies finished, took 0.3577s.
                  -> Phase Checking Members started.
                  <- Phase Checking Members finished, took 0.0331s.
                  -> Phase Generating Helper Types started.
                  <- Phase Generating Helper Types finished, took 0.0505s.
                  -> Phase Inlining code started.
                  <- Phase Inlining code finished, took 0.0115s.
                  -> Phase Pre-Simplifying Code started.
                  <- Phase Pre-Simplifying Code finished, took 0.0001s.
                  -> Phase Simplifying Code started.
                  <- Phase Simplifying Code finished, took 0.0378s.
                  -> Phase Flow Analysis started.
                  <- Phase Flow Analysis finished, took 0.0199s.
                  -> Phase Generating Output started.
                  <- Phase Generating Output finished, took 0.2639s.
               <- Target Echoes finished compiling.
D:             CompilerOutput for Echoes
D:               - <CompilerOutput: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll [Target: Echoes]>
D:               - <CompilerOutput: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll.mdb [Target: Echoes]>
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for ClassLibrary, took 1.2425s (1.4308s).
            -- Task RemObjects.EBuild.Elements.ElementsCompile skipped for ClassLibrary.
            -> Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes started for ClassLibrary, Echoes.
               -- Task RemObjects.EBuild.Elements.ElementsGenerateDepsFile skipped for ClassLibrary, Echoes.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes finished for ClassLibrary, Echoes, took 0.0000s (0.0009s).
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee skipped for ClassLibrary, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for ClassLibrary, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for ClassLibrary, Echoes.
            -> Task RemObjects.EBuild.Elements.ElementsLink started for ClassLibrary.
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for ClassLibrary, took 0.0009s (1.4351s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for ClassLibrary.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputEchoes started for ClassLibrary, Echoes.
D:                CopyLocal References for target <Target: Echoes Mode: Echoes, SubMode: .NET>:
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputEchoes finished for ClassLibrary, Echoes, took 0.0031s (0.0034s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for ClassLibrary, took 0.0042s (1.4396s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for ClassLibrary.
D:             Copying to /Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug
D:             Generated Files for target Echoes:
D:               ClassLibrary.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll)
D:               ClassLibrary.dll.mdb (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll.mdb)
D:               Elements.dll (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll)
D:               Elements.dll.mdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll.mdb)
D:               Elements.pdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.pdb)
D:               Newtonsoft.Json.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll)
               Final Output:
                 ClassLibrary.dll (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/ClassLibrary.dll)
                 ClassLibrary.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/ClassLibrary.dll.mdb)
                 Elements.dll (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/Elements.dll)
                 Elements.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/Elements.dll.mdb)
                 Elements.pdb (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/Elements.pdb)
                 Newtonsoft.Json.dll (/Users/mh/Downloads/ConsoleApplication13/ClassLibrary/bin/Debug/Newtonsoft.Json.dll)
               Final Output for Referencing:
                 ClassLibrary (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll)
                 Elements (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll)
                 Newtonsoft.Json (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for ClassLibrary, took 0.0156s (1.4555s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for ClassLibrary, took 0.0000s (1.4560s).
      <- Project ClassLibrary finished, took 1.4564s.
      Project 'ClassLibrary' built successfully.
      -> Project ConsoleApplication13 started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for ConsoleApplication13.
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for ConsoleApplication13, Echoes.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for ConsoleApplication13, Echoes, took 0.0000s (0.0000s).
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for ConsoleApplication13, Echoes.
               Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines
               Mapping AssemblyName=ConsoleApplication13 to BinaryName
               Mapping CpuType=anycpu to Architecture
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for ConsoleApplication13, Echoes, took 0.0002s (0.0003s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for ConsoleApplication13.
               Preparing target 'Echoes' (platform 'Echoes').
D:             Target-specific Settings, before prepare
D:               - <Architecture = anycpu [Target: Echoes]>
D:               - <BinaryName = ConsoleApplication13 [Target: Echoes]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Echoes]>
D:               - <Mode = Echoes [Target: Echoes]>
D:               - <OutputType = Executable [Target: Echoes]>
D:               - <SubMode = .NET [Target: Echoes]>
               -> Task RemObjects.EBuild.Elements.ElementsPreflightEchoes started for ConsoleApplication13.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightEchoes finished for ConsoleApplication13, took 0.0000s (0.0001s).
               -> Task RemObjects.EBuild.Elements.ElementsPrepareEchoesPlatform started for ConsoleApplication13, Echoes.
               <- Task RemObjects.EBuild.Elements.ElementsPrepareEchoesPlatform finished for ConsoleApplication13, Echoes, took 0.0001s (0.0003s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = anycpu [Target: Echoes]>
D:               - <BinaryName = ConsoleApplication13 [Target: Echoes]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Echoes]>
D:               - <IDE:TargetInfo = .NET4.6.2 (compatible with netstandard2.0) [Target: Echoes]>
D:               - <Mode = Echoes [Target: Echoes]>
D:               - <NETStandardVersion = 2.0 [Target: Echoes]>
D:               - <NuGetCacheFolder = /Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet [Target: Echoes]>
D:               - <NuGetPlatformName = net [Target: Echoes]>
D:               - <NuGetPlatformVersion = 4.6.2 [Target: Echoes]>
D:               - <OutputType = Executable [Target: Echoes]>
D:               - <SubMode = .NET [Target: Echoes]>
D:               - <TargetFrameworkName = .NET [Target: Echoes]>
D:               - <TargetFrameworkNameLong = .NET,Version=v4.6.2 [Target: Echoes]>
D:               - <TargetFrameworkVersion = 4.6.2 [Target: Echoes]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for ConsoleApplication13, took 0.0007s (0.0011s).
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for ConsoleApplication13.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for ConsoleApplication13.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for ConsoleApplication13, took 0.0001s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for ConsoleApplication13.
               -> Target Echoes started.
                  -> Task RemObjects.EBuild.Elements.ElementsProcessNuGetReferences started for ConsoleApplication13, Echoes.
                  <- Task RemObjects.EBuild.Elements.ElementsProcessNuGetReferences finished for ConsoleApplication13, Echoes, took 0.0000s (0.0000s).
                  -> Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget started for ConsoleApplication13, Echoes.
                     Reference 'mscorlib' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/mscorlib.dll' for target 'Echoes'.
                     Reference 'System' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.dll' for target 'Echoes'.
                     Reference 'System.Data' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.dll' for target 'Echoes'.
                     Reference 'System.Xml' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.dll' for target 'Echoes'.
                     Reference 'System.Core' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Core.dll' for target 'Echoes'.
                     Reference 'System.Xml.Linq' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.Linq.dll' for target 'Echoes'.
                     Reference 'System.Data.DataSetExtensions' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.DataSetExtensions.dll' for target 'Echoes'.
                     Reference 'Elements' was resolved to '/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll' via XML for target 'Echoes'.
D:                   Project Reference 'ClassLibrary' will resolve using target 'Echoes'.
                     Project Reference 'ClassLibrary' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll' via target 'Echoes'.
                     Project Reference 'ClassLibrary' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll' via target 'Echoes'.
                  <- Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget finished for ConsoleApplication13, Echoes, took 0.0171s (0.0172s).
               <- Target Echoes finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for ConsoleApplication13, took 0.0187s (0.0190s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for ConsoleApplication13.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for ConsoleApplication13, took 0.0005s (0.0006s).
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for ConsoleApplication13.
            -- Task RemObjects.EBuild.Elements.ElementsResolveReferences skipped for ConsoleApplication13.
            -- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles skipped for ConsoleApplication13.
            -> Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes started for ConsoleApplication13, Echoes.
               -> Task RemObjects.EBuild.Elements.ElementsResolveEmbeddedResourceFiles started for ConsoleApplication13.
               <- Task RemObjects.EBuild.Elements.ElementsResolveEmbeddedResourceFiles finished for ConsoleApplication13, took 0.0002s (0.0002s).
               -> Task ProcessResources started for ConsoleApplication13, Echoes.
                  Processing Resource 'Properties\Resources.resx' to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/res/Properties\Resources.resources'.
               <- Task ProcessResources finished for ConsoleApplication13, Echoes, took 0.0056s (0.0060s).
               -> Task RemObjects.EBuild.Elements.ElementsResolveXamlFiles started for ConsoleApplication13.
               <- Task RemObjects.EBuild.Elements.ElementsResolveXamlFiles finished for ConsoleApplication13, took 0.0001s (0.0001s).
            <- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes finished for ConsoleApplication13, Echoes, took 0.0000s (0.0064s).
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee skipped for ConsoleApplication13, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for ConsoleApplication13, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for ConsoleApplication13, Echoes.
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for ConsoleApplication13.
               Compiling target 'Echoes'
               -> Target Echoes started compiling.
                  Starting compile for ConsoleApplication13 Echoes 
                  RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
                  Version 10.0.0.2287 (develop) built on talax, 20180518-125135. Commit d8f49b9.
                  Copyright 2003-2018 RemObjects Software, LLC. All rights reserved.
                  
                  Source file: /Users/mh/Downloads/ConsoleApplication13/Program.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/Properties/AssemblyInfo.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/Properties/Resources.Designer.pas
                  Source file: /Users/mh/Downloads/ConsoleApplication13/Properties/Settings.Designer.pas
                  Resource file: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/res/Properties\Resources.resources
                  Reference: /Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/mscorlib.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Core.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.DataSetExtensions.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.dll
                  Reference: /Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.Linq.dll
                  Reference: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll
                  Reference: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll
                  Reference: /Users/mh/Code/Elements/Bin/RemObjects.Elements.Cirrus.dll
                  -> Phase Resolving Bodies started.
                  <- Phase Resolving Bodies finished, took 0.0432s.
                  -> Phase Checking Members started.
                  <- Phase Checking Members finished, took 0.0006s.
                  -> Phase Generating Helper Types started.
                  <- Phase Generating Helper Types finished, took 0.0019s.
                  -> Phase Inlining code started.
                  <- Phase Inlining code finished, took 0.0485s.
                  -> Phase Pre-Simplifying Code started.
                  <- Phase Pre-Simplifying Code finished, took 0.0000s.
                  -> Phase Simplifying Code started.
                  <- Phase Simplifying Code finished, took 0.0008s.
                  -> Phase Flow Analysis started.
                  <- Phase Flow Analysis finished, took 0.0011s.
                  -> Phase Generating Output started.
                  <- Phase Generating Output finished, took 0.0072s.
               <- Target Echoes finished compiling.
D:             CompilerOutput for Echoes
D:               - <CompilerOutput: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/ConsoleApplication13.exe [Target: Echoes]>
D:               - <CompilerOutput: /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/ConsoleApplication13.exe.mdb [Target: Echoes]>
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for ConsoleApplication13, took 0.1588s (0.1863s).
            -- Task RemObjects.EBuild.Elements.ElementsCompile skipped for ConsoleApplication13.
            -> Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes started for ConsoleApplication13, Echoes.
               -- Task RemObjects.EBuild.Elements.ElementsGenerateDepsFile skipped for ConsoleApplication13, Echoes.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes finished for ConsoleApplication13, Echoes, took 0.0000s (0.0002s).
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee skipped for ConsoleApplication13, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for ConsoleApplication13, Echoes.
            -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for ConsoleApplication13, Echoes.
            -> Task RemObjects.EBuild.Elements.ElementsLink started for ConsoleApplication13.
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for ConsoleApplication13, took 0.0001s (0.1869s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for ConsoleApplication13.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputEchoes started for ConsoleApplication13, Echoes.
D:                CopyLocal References for target <Target: Echoes Mode: Echoes, SubMode: .NET>:
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputEchoes finished for ConsoleApplication13, Echoes, took 0.0010s (0.0011s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for ConsoleApplication13, took 0.0013s (0.1882s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for ConsoleApplication13.
D:             Copying to /Users/mh/Downloads/ConsoleApplication13/bin/Debug
D:             Generated Files for target Echoes:
D:               ClassLibrary.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll)
D:               ClassLibrary.dll.mdb (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll.mdb)
D:               ConsoleApplication13.exe (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/ConsoleApplication13.exe)
D:               ConsoleApplication13.exe.mdb (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ConsoleApplication13-606B0B4CE8FB71EDCECEE3E7D5C5927DE90862C5/Debug/Echoes/ConsoleApplication13.exe.mdb)
D:               Elements.dll (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll)
D:               Elements.dll.mdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll.mdb)
D:               Elements.pdb (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.pdb)
D:               Newtonsoft.Json.dll (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll)
               Final Output:
                 ClassLibrary.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ClassLibrary.dll)
                 ClassLibrary.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ClassLibrary.dll.mdb)
                 ConsoleApplication13.exe (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe)
                 ConsoleApplication13.exe.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/ConsoleApplication13.exe.mdb)
                 Elements.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.dll)
                 Elements.dll.mdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.dll.mdb)
                 Elements.pdb (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Elements.pdb)
                 Newtonsoft.Json.dll (/Users/mh/Downloads/ConsoleApplication13/bin/Debug/Newtonsoft.Json.dll)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for ConsoleApplication13, took 0.0101s (0.1987s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for ConsoleApplication13, took 0.0000s (0.1988s).
      <- Project ConsoleApplication13 finished, took 0.1988s.
      Project 'ConsoleApplication13' built successfully.
      Solution 'RemObjects.EBuild.BuildSolution' built successfully.
   <- Task RemObjects.EBuild.BuildSolution finished for ConsoleApplication13, took 1.6801s (1.6815s).

     net time    gross time   task
-------------  ------------   -------------------------------
       0.000s        1.654s   ElementsBuildProject (2x)
       0.000s        0.001s   ElementsPostCompileEchoes (2x)
       0.000s        0.059s   ElementsPreCompileEchoes (2x)
       0.000s        0.000s   ElementsResolveXamlFiles (2x)
       0.000s        0.000s   ElementsResolveEmbeddedResourceFiles (2x)
       0.000s        0.002s   ElementsSanityCheck (2x)
       0.000s        1.622s   ElementsLink (2x)
       0.001s        0.001s   ElementsCheckForTargetlessReferences (2x)
       0.002s        0.003s   ElementsResolveSourceFiles (2x)
       0.004s        0.004s   ElementsDetermineFinalOutputEchoes (2x)
       0.004s        0.004s   ElementsPreflightEchoes (2x)
       0.005s        0.010s   ElementsPrepareEchoesPlatform (2x)
       0.005s        1.628s   ElementsDetermineFinalOutput (2x)
       0.006s        0.006s   ElementsApplyLegacySettings (2x)
       0.020s        0.032s   ElementsPreparePlatforms (2x)
       0.025s        1.654s   ElementsCopyFinalOutput (2x)
       0.041s        0.041s   ElementsProcessNuGetReferences (2x)
       0.051s        0.094s   ElementsResolveEchoesReferencesForTarget (2x)
       0.054s        0.056s   ElementsEchoesProcessResources (2x)
       0.115s        0.118s   ElementsResolveReferences (2x)
       1.401s        1.620s   ElementsCompile (2x)
       1.680s        1.681s   BuildSolution 

key part is the last item in this part:

                  -> Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget started for ConsoleApplication13, Echoes.
                     Reference 'mscorlib' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/mscorlib.dll' for target 'Echoes'.
                     Reference 'System' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.dll' for target 'Echoes'.
                     Reference 'System.Data' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.dll' for target 'Echoes'.
                     Reference 'System.Xml' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.dll' for target 'Echoes'.
                     Reference 'System.Core' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Core.dll' for target 'Echoes'.
                     Reference 'System.Xml.Linq' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Xml.Linq.dll' for target 'Echoes'.
                     Reference 'System.Data.DataSetExtensions' was resolved to '/Users/mh/Code/Fire Support/_NETFramework/v4.6.2/System.Data.DataSetExtensions.dll' for target 'Echoes'.
                     Reference 'Elements' was resolved to '/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll' via XML for target 'Echoes'.
D:                   Project Reference 'ClassLibrary' will resolve using target 'Echoes'.
                     Project Reference 'ClassLibrary' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll' via target 'Echoes'.
                     Project Reference 'ClassLibrary' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll' via target 'Echoes'.
                  <- Task RemObjects.EBuild.Elements.ElementsResolveEchoesReferencesForTarget finished for ConsoleApplication13, Echoes, took 0.0171s (0.0172s).

and this further up:

               Final Output for Referencing:
                 ClassLibrary (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/ClassLibrary-EC179E1EA0AA7DB1DFD82C34E7ADB01A8F2CF24A/Debug/Echoes/ClassLibrary.dll)
                 Elements (/Users/mh/Code/Elements/Bin/References/Echoes/Elements.dll)
                 Newtonsoft.Json (/Users/mh/Library/Application Support/RemObjects Software/EBuild/Packages/NuGet/Newtonsoft.Json-11.0.2/lib/net45/Newtonsoft.Json.dll)

I need to do the clean and that’s fixed it. Sorry about that.

1 Like

curious, but I’ll take it as victory :slight_smile:

IDE side everything is fine now too?