Skip to content

Instantly share code, notes, and snippets.

@adamsitnik
Created February 28, 2017 09:32
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 adamsitnik/cd45f641abeb79f14d9828aef12bcd2a to your computer and use it in GitHub Desktop.
Save adamsitnik/cd45f641abeb79f14d9828aef12bcd2a to your computer and use it in GitHub Desktop.
dotnet build .\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj -c Release -v detailed
Microsoft (R) Build Engine version 15.2.2.21747
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 2/28/2017 10:31:00 AM.
1>Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" on node 1 (Build target(s)).
1>Building with tools version "15.0".
Project file contains ToolsVersion="". 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.
1>Target "_SetBuildInnerTarget" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CrossTargeting.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1>Done building target "_SetBuildInnerTarget" in project "BenchmarkDotNet.Core.csproj".
1>Target "DispatchToInnerBuilds" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CrossTargeting.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild"
Global Properties:
TargetFramework=net45
0>Overriding target "GetFrameworkPaths" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.NETFramework.CurrentVersion.targets".
Overriding target "GetTargetFrameworkProperties" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetTargetFrameworkProperties" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.Common.targets".
Overriding target "Publish" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Publish.targets".
Overriding target "GetCopyToPublishDirectoryItems" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Publish.targets".
Overriding target "ImplicitlyExpandDesignTimeFacades" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.NETFramework.CurrentVersion.targets" with target "ImplicitlyExpandDesignTimeFacades" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets".
The target "CollectPackageReferences" listed in a BeforeTargets attribute at "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets (96,60)" does not exist in the project, and will be ignored.
1>Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (1) is building "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (1:2) on node 1 (Build target(s)).
1:2>Building with tools version "15.0".
Project file contains ToolsVersion="". 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.
1:2>Target "_CheckForUnsupportedTargetFramework" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Task "NETSdkError" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
1:2>Done building target "_CheckForUnsupportedTargetFramework" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_CheckRuntimeIdentifier" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.RuntimeIdentifierInference.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Task "NetSdkError" skipped, due to false condition; ('$(RuntimeIdentifier)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(OutputType)' == 'Exe') was evaluated as ('' == '' and '.NETFramework' == '.NETFramework' and 'Library' == 'Exe').
1:2>Done building target "_CheckRuntimeIdentifier" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CheckForImplicitPackageReferenceOverrides" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Using "CheckForImplicitPackageReferenceOverrides" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "CheckForImplicitPackageReferenceOverrides"
Done executing task "CheckForImplicitPackageReferenceOverrides".
1:2>Done building target "CheckForImplicitPackageReferenceOverrides" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CheckForDuplicateItems" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Using "CheckForDuplicateItems" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
1:2>Done building target "CheckForDuplicateItems" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_CheckForInvalidConfigurationAndPlatform" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "BeforeBuild" depends on it):
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"
Configuration=Release
Done executing task "Message".
Task "Message"
Platform=AnyCPU
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\net45\' != '' and !HasTrailingSlash('bin\Release\net45\')).
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\Release\net45\' != '' and !HasTrailingSlash('obj\Release\net45\')).
1:2>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "BeforeBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:2>Done building target "BeforeBuild" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "BuildOnlySettings" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "BuildOnlySettings" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "GetFrameworkPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.NETFramework.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForBuild" depends on it):
1:2>Done building target "GetFrameworkPaths" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "GetReferenceAssemblyPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForBuild" depends on it):
Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetReferenceAssemblyPaths"
Done executing task "GetReferenceAssemblyPaths".
1:2>Done building target "GetReferenceAssemblyPaths" in project "BenchmarkDotNet.Core.csproj".
Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
1:2>Target "PrepareForBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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"
Done executing task "FindAppConfigFile".
Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MakeDir"
Creating directory "bin\Release\net45\".
Creating directory "obj\Release\net45\".
Done executing task "MakeDir".
1:2>Done building target "PrepareForBuild" in project "BenchmarkDotNet.Core.csproj".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
1:2>Target "BeforeResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
1:2>Done building target "BeforeResolveReferences" in project "BenchmarkDotNet.Core.csproj".
Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
1:2>Target "RunResolvePackageDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeActiveTFMFileDependencies" depends on it):
Using "ResolvePackageDependencies" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "ResolvePackageDependencies"
Done executing task "ResolvePackageDependencies".
1:2>Done building target "RunResolvePackageDependencies" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_ComputeActiveTFMFileDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeLockFileReferences" depends on it):
1:2>Done building target "_ComputeActiveTFMFileDependencies" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_ComputeLockFileReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileReferences" depends on it):
1:2>Done building target "_ComputeLockFileReferences" in project "BenchmarkDotNet.Core.csproj".
Target "_ComputeActiveTFMFileDependencies" skipped. Previously built successfully.
1:2>Target "_ComputeLockFileFrameworks" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileReferences" depends on it):
1:2>Done building target "_ComputeLockFileFrameworks" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveLockFileReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:2>Done building target "ResolveLockFileReferences" in project "BenchmarkDotNet.Core.csproj".
Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1:2>Target "_ComputeLockFileAnalyzers" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileAnalyzers" depends on it):
1:2>Done building target "_ComputeLockFileAnalyzers" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveLockFileAnalyzers" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:2>Done building target "ResolveLockFileAnalyzers" in project "BenchmarkDotNet.Core.csproj".
Target "_ComputeActiveTFMFileDependencies" skipped. Previously built successfully.
Target "_ComputeActiveTFMFileDependencies" skipped. Previously built successfully.
1:2>Target "RunProduceContentAssets" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeLockFileCopyLocal" depends on it):
Using "ProduceContentAssets" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "ProduceContentAssets"
Done executing task "ProduceContentAssets".
Task "CreateItem" skipped, due to false condition; ('@(_ProcessedContentItems)' != '') was evaluated as ('' != '').
1:2>Done building target "RunProduceContentAssets" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_ComputeLockFileCopyLocal" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileCopyLocalProjectDeps" depends on it):
1:2>Done building target "_ComputeLockFileCopyLocal" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveLockFileCopyLocalProjectDeps" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:2>Done building target "ResolveLockFileCopyLocalProjectDeps" in project "BenchmarkDotNet.Core.csproj".
Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1:2>Target "_ComputeActiveTFMPackageDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeTransitiveProjectReferences" depends on it):
1:2>Done building target "_ComputeActiveTFMPackageDependencies" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_ComputeTransitiveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "IncludeTransitiveProjectReferences" depends on it):
1:2>Done building target "_ComputeTransitiveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "IncludeTransitiveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:2>Done building target "IncludeTransitiveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolvePackageDependenciesForBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "AssignProjectConfiguration" depends on it):
1:2>Done building target "ResolvePackageDependenciesForBuild" in project "BenchmarkDotNet.Core.csproj".
Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
1:2>Target "_SplitProjectReferencesByFileExistence" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareProjectReferences" depends on it):
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!='').
1:2>Done building target "_SplitProjectReferencesByFileExistence" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_GetProjectReferenceTargetFrameworkProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareProjectReferences" depends on it):
Task "MSBuild"
Done executing task "MSBuild".
1:2>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "PrepareProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveProjectReferences" depends on it):
1:2>Done building target "PrepareProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 '10.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 '10.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 '' != '').
1:2>Done building target "ResolveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
1:2>Target "GetInstalledSDKLocations" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 '' != '').
1:2>Done building target "GetInstalledSDKLocations" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveSDKReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
1:2>Done building target "ResolveSDKReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveSDKReferences" skipped. Previously built successfully.
1:2>Target "ExpandSDKReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
1:2>Done building target "ExpandSDKReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1:2>Target "ResolveAssemblyReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveAssemblyReference"
TargetFrameworkMoniker:
.NETFramework,Version=v4.5
TargetFrameworkMonikerDisplayName:
.NET Framework 4.5
TargetedRuntimeVersion:
v
Assemblies:
System.Management
System.Xml
System
Microsoft.CSharp
System
System.Data
System.Drawing
System.Xml
System.Runtime.Serialization
System.Xml.Linq
System.Numerics
System.IO.Compression.FileSystem
C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll
Private = 'false'
System.Core
AssemblyFiles:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll
CandidateAssemblyFiles:
TargetFrameworkDirectories:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\
InstalledAssemblyTables:
IgnoreInstalledAssemblyTable:
False
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{RawFileName}
AllowedAssemblyExtensions:
.winmd
.dll
.exe
AllowedRelatedFileExtensions:
.pdb
.xml
.pri
.dll.config
.exe.config
AppConfigFile:
AutoUnify:
True
CopyLocalDependenciesWhenParentReferenceInGac:
True
FindDependencies:
True
TargetProcessorArchitecture:
msil
StateFile:
obj\Release\net45\BenchmarkDotNet.Core.csprojResolveAssemblyReference.cache
InstalledAssemblySubsetTables:
IgnoreInstalledAssemblySubsetTable:
False
TargetFrameworkSubsets:
FullTargetFrameworkSubsetNames:
Full
ProfileName:
FullFrameworkFolders:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\
LatestTargetFrameworkDirectories:
ProfileTablesLocation:
Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll".
Reference found at search path location "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll".
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Management.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Management.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.Serialization.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.Serialization.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Numerics.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Numerics.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.IO.Compression.FileSystem.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Dependency "System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81".
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Runtime.winmd", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Runtime.dll", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Runtime.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.winmd", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.dll", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.exe", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.winmd", but it didn't exist.
Required by "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Dependency "System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81".
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.winmd", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.dll", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Threading.Tasks.winmd", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Threading.Tasks.dll", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Threading.Tasks.exe", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.winmd", but it didn't exist.
Required by "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Dependency "System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81".
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.winmd", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.dll", but it didn't exist.
Considered "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Collections.winmd", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Collections.dll", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Collections.exe", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.winmd", but it didn't exist.
Required by "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Done executing task "ResolveAssemblyReference".
1:2>Done building target "ResolveAssemblyReferences" in project "BenchmarkDotNet.Core.csproj".
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\Release\net45\BenchmarkDotNet.Core.csproj.BenchmarkDotNet.Core.dll.config')).
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1:2>Target "AfterResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
1:2>Done building target "AfterResolveReferences" in project "BenchmarkDotNet.Core.csproj".
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1:2>Target "ImplicitlyExpandDesignTimeFacades" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{RawFileName}' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message"
Including C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.Concurrent.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.Annotations.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.EventBasedAsync.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Contracts.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Debug.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Tools.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Tracing.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Dynamic.Runtime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Globalization.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.IO.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Expressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Queryable.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.NetworkInformation.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.Requests.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ObjectModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.ILGeneration.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.Lightweight.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Resources.ResourceManager.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.InteropServices.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.InteropServices.WindowsRuntime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Numerics.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Json.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Xml.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Security.Principal.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Duplex.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Http.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.NetTcp.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Security.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.Encoding.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.Encoding.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.RegularExpressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.ReaderWriter.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.XDocument.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.XmlSerializer.dll
Done executing task "Message".
1:2>Done building target "ImplicitlyExpandDesignTimeFacades" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "ResolveReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1:2>Target "AssignTargetPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.txt'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.json'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.R'=='.manifest').
1:2>Done building target "AssignTargetPaths" in project "BenchmarkDotNet.Core.csproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
1:2>Target "SplitResourcesByCulture" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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"
Culture of "" was assigned to file "Templates\BenchmarkProgram.txt".
Culture of "" was assigned to file "Templates\CsProj.txt".
Done executing task "AssignCulture".
Task "AssignCulture"
Culture of "" was assigned to file "Templates\BenchmarkProject.json".
Done executing task "AssignCulture".
Task "AssignCulture"
Culture of "" was assigned to file "Templates\BuildPlots.R".
Done executing task "AssignCulture".
1:2>Done building target "SplitResourcesByCulture" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CreateManifestResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.CSharp.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResourceNames" depends on it):
Using "CreateCSharpManifestResourceName" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "CreateCSharpManifestResourceName"
Root namespace is 'BenchmarkDotNet'.
Resource file 'Templates\BenchmarkProgram.txt' doesn't depend on any other file.
Resource file 'Templates\BenchmarkProgram.txt' gets manifest resource name 'BenchmarkDotNet.Templates.BenchmarkProgram.txt'.
Resource file 'Templates\CsProj.txt' doesn't depend on any other file.
Resource file 'Templates\CsProj.txt' gets manifest resource name 'BenchmarkDotNet.Templates.CsProj.txt'.
Resource file 'Templates\BenchmarkProject.json' doesn't depend on any other file.
Resource file 'Templates\BenchmarkProject.json' gets manifest resource name 'BenchmarkDotNet.Templates.BenchmarkProject.json'.
Resource file 'Templates\BuildPlots.R' doesn't depend on any other file.
Resource file 'Templates\BuildPlots.R' gets manifest resource name 'BenchmarkDotNet.Templates.BuildPlots.R'.
Done executing task "CreateCSharpManifestResourceName".
Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'false' == 'true' and 'Non-Resx' == 'Non-Resx').
1:2>Done building target "CreateManifestResourceNames" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CreateCustomManifestResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResourceNames" depends on it):
1:2>Done building target "CreateCustomManifestResourceNames" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "PrepareResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResources" depends on it):
1:2>Done building target "PrepareResourceNames" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
1:2>Target "BeforeResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
1:2>Done building target "BeforeResGen" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CoreResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('Non-Resx' == '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 ('Non-Resx' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
1:2>Done building target "CoreResGen" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "AfterResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
1:2>Done building target "AfterResGen" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResources" depends on it):
1:2>Done building target "ResGen" in project "BenchmarkDotNet.Core.csproj".
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
1:2>Target "PrepareResources" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "PrepareResources" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "ResolveKeySource" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
Using "ResolveKeySource" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveKeySource"
Done executing task "ResolveKeySource".
1:2>Done building target "ResolveKeySource" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped. Previously built successfully.
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
1:2>Target "_SetEmbeddedWin32ManifestProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "SetWin32ManifestProperties" depends on it):
Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
1:2>Done building target "_SetEmbeddedWin32ManifestProperties" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "SetWin32ManifestProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:2>Done building target "SetWin32ManifestProperties" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "_GenerateCompileInputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 ('Templates\BenchmarkProgram.txt;Templates\CsProj.txt;Templates\BenchmarkProject.json;Templates\BuildPlots.R'!='' and 'true'=='').
1:2>Done building target "_GenerateCompileInputs" in project "BenchmarkDotNet.Core.csproj".
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1:2>Target "_SetTargetFrameworkMonikerAttribute" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.CSharp.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it):
1:2>Done building target "_SetTargetFrameworkMonikerAttribute" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "GenerateTargetFrameworkMonikerAttribute" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "BeforeCompile" depends on it):
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Input files: C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.targets
Output files: C:\Users\adsi\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs
1:2>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
1:2>Target "BeforeCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:2>Done building target "BeforeCompile" in project "BenchmarkDotNet.Core.csproj".
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.
1:2>Target "_GenerateCompileDependencyCache" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Hash"
Done executing task "Hash".
Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
1:2>Done building target "_GenerateCompileDependencyCache" in project "BenchmarkDotNet.Core.csproj".
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 "PrepareForBuild" skipped. Previously built successfully.
1:2>Target "GetAssemblyVersion" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateAssemblyInfo" depends on it):
Task "GetAssemblyVersion" skipped, due to false condition; ('$(AssemblyVersion)' == '') was evaluated as ('0.10.2.0' == '').
1:2>Done building target "GetAssemblyVersion" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CoreGenerateAssemblyInfo" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateAssemblyInfo" depends on it):
Building target "CoreGenerateAssemblyInfo" completely.
Output file "obj\Release\net45\BenchmarkDotNet.Core.AssemblyInfo.cs" does not exist.
Using "WriteCodeFragment" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteCodeFragment"
Emitted specified code into "obj\Release\net45\BenchmarkDotNet.Core.AssemblyInfo.cs".
Done executing task "WriteCodeFragment".
1:2>Done building target "CoreGenerateAssemblyInfo" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "GenerateAssemblyInfo" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreCompile" depends on it):
1:2>Done building target "GenerateAssemblyInfo" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "CoreCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Roslyn\Microsoft.CSharp.Core.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
Building target "CoreCompile" completely.
Output file "obj\Release\net45\BenchmarkDotNet.Core.xml" does not exist.
Using "Csc" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll".
Task "Csc"
C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Roslyn\RunCsc.cmd /noconfig /unsafe- /nowarn:1701,1702,1705,1591,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:obj\Release\net45\BenchmarkDotNet.Core.xml /define:TRACE;CLASSIC;RELEASE;NET45 /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Management.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.Serialization.dll" /reference:C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\System.Xml.XmlSerializer.dll" /debug:portable /filealign:512 /keyfile:..\..\build\strongNameKey.snk /nologo /optimize+ /out:obj\Release\net45\BenchmarkDotNet.Core.dll /subsystemversion:6.00 /resource:Templates\BenchmarkProgram.txt,BenchmarkDotNet.Templates.BenchmarkProgram.txt /resource:Templates\CsProj.txt,BenchmarkDotNet.Templates.CsProj.txt /resource:Templates\BenchmarkProject.json,BenchmarkDotNet.Templates.BenchmarkProject.json /resource:Templates\BuildPlots.R,BenchmarkDotNet.Templates.BuildPlots.R /target:library /warnaserror- /utf8output /deterministic+ /analyzer:C:\Users\adsi\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\Users\adsi\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Analysers\AnalyserBase.cs Analysers\CompositeAnalyser.cs Analysers\Conclusion.cs Analysers\ConclusionHelper.cs Analysers\ConclusionKind.cs Analysers\EnvironmentAnalyser.cs Analysers\IAnalyser.cs Analysers\MinIterationTimeAnalyser.cs Analysers\OutliersAnalyser.cs Attributes\BenchmarkAttribute.cs Attributes\CleanupAttribute.cs Attributes\Columns\AllStatisticsColumnAttribute.cs Attributes\Columns\ColumnConfigBaseAttribute.cs Attributes\Columns\KurtosisColumnAttribute.cs Attributes\Columns\MaxColumnAttribute.cs Attributes\Columns\MeanColumnAttribute.cs Attributes\Columns\MedianColumnAttribute.cs Attributes\Columns\MinColumnAttribute.cs Attributes\Columns\NamespaceColumnAttribute.cs Attributes\Columns\Q1ColumnAttribute.cs Attributes\Columns\Q3ColumnAttribute.cs Attributes\Columns\RankColumnAttribute.cs Attributes\Columns\SkewnessColumnAttribute.cs Attributes\Columns\StdDevColumnAttribute.cs Attributes\Columns\StdErrorColumnAttribute.cs Attributes\Columns\WelchTTestPValueColumnAttribute.cs Attributes\ConfigAttribute.cs Attributes\Exporters\AsciiDocExporterAttribute.cs Attributes\Exporters\CsvExporterAttribute.cs Attributes\Exporters\CsvMeasurementsExporterAttribute.cs Attributes\Exporters\ExporterConfigBaseAttribute.cs Attributes\Exporters\HtmlExporterAttribute.cs Attributes\Exporters\JsonExporterAttribute.cs Attributes\Exporters\MarkdownExporterAttribute.cs Attributes\Exporters\PlainExporterAttribute.cs Attributes\Exporters\RPlotExporterAttribute.cs Attributes\Jobs\ClrJobAttribute.cs Attributes\Jobs\CoreJobAttribute.cs Attributes\Jobs\DryJobAttribute.cs Attributes\Jobs\JobConfigbaseAttribute.cs Attributes\Jobs\LegacyJitX64JobAttribute.cs Attributes\Jobs\LegacyJitX86JobAttribute.cs Attributes\Jobs\LongRunJobAttribute.cs Attributes\Jobs\MediumRunJobAttribute.cs Attributes\Jobs\MonoJobAttribute.cs Attributes\Jobs\RyuJitX64JobAttribute.cs Attributes\Jobs\ShortRunJobAttribute.cs Attributes\Jobs\SimpleJobAttribute.cs Attributes\Jobs\VeryLongRunJobAttribute.cs Attributes\KeepBenchmarkFilesAttribute.cs Attributes\MemoryDiagnoserAttribute.cs Attributes\OrderProviderAttribute.cs Attributes\ParamsAttribute.cs Attributes\SetupAttribute.cs Characteristics\Characteristic.cs Characteristics\CharacteristicHelper.cs Characteristics\CharacteristicObject.cs "Characteristics\CharacteristicObject`1.cs" Characteristics\CharacteristicPresenter.cs Characteristics\CharacteristicSet.cs Characteristics\CharacteristicSetPresenter.cs "Characteristics\Characteristic`1.cs" Characteristics\CompositeResolver.cs Characteristics\IResolver.cs Characteristics\Resolver.cs Code\CodeGenerator.cs Code\DeclarationsProvider.cs Columns\BaselineScaledColumn.cs Columns\ColumnCategory.cs Columns\ColumnExtensions.cs Columns\CompositeColumnProvider.cs Columns\DefaultColumnProvider.cs Columns\EmptyColumnProvider.cs Columns\IColumn.cs Columns\IColumnProvider.cs Columns\JobCharacteristicColumn.cs Columns\ParamColumn.cs Columns\RankColumn.cs Columns\SimpleColumnProvider.cs Columns\StatisticColumn.cs Columns\TagColumn.cs Columns\TargetMethodColumn.cs Configs\ConfigExtensions.cs Configs\ConfigParser.cs Configs\ConfigUnionRule.cs Configs\DefaultConfig.cs Configs\IConfig.cs Configs\IConfigSource.cs Configs\ManualConfig.cs Diagnosers\CompositeDiagnoser.cs Diagnosers\IDiagnoser.cs Diagnosers\MemoryDiagnoser.cs Engines\Consumer.cs Engines\Engine.cs Engines\EngineFactory.cs Engines\EngineParameters.cs Engines\EnginePilotStage.cs Engines\EngineResolver.cs Engines\EngineStage.cs Engines\EngineTargetStage.cs Engines\EngineWarmupStage.cs Engines\GcStats.cs Engines\IEngine.cs Engines\IEngineFactory.cs Engines\IterationData.cs Engines\IterationMode.cs Engines\IterationModeExtensions.cs Engines\MeasurementsPool.cs Engines\RunResults.cs Engines\RunStrategy.cs Engines\RunStrategyExtensions.cs Environments\BenchmarkEnvironmentInfo.cs Environments\EnvResolver.cs Environments\GcResolver.cs Environments\HostEnvironmentInfo.cs Environments\InfrastructureResolver.cs Environments\Jit.cs Environments\Platform.cs Environments\Runtime.cs Exporters\AsciiDocExporter.cs Exporters\CompositeExporter.cs Exporters\Csv\CsvExporter.cs Exporters\Csv\CsvHelper.cs Exporters\Csv\CsvMeasurementsExporter.cs Exporters\Csv\CsvSeparator.cs Exporters\Csv\CsvSeparatorExtensions.cs Exporters\DefaultExporters.cs Exporters\ExporterBase.cs Exporters\HtmlExporter.cs Exporters\IExporter.cs Exporters\IExporterDependencies.cs Exporters\Json\JsonExporter.cs Exporters\Json\JsonExporterBase.cs Exporters\Json\SimpleJson.cs Exporters\MarkdownExporter.cs Exporters\PlainExporter.cs Exporters\RPlotExporter.cs Extensions\AssemblyExtensions.cs Extensions\CommonExtensions.cs Extensions\ConfigurationExtensions.cs Extensions\ProcessExtensions.cs Extensions\ReflectionExtensions.cs Extensions\ReportExtensions.cs Extensions\StatisticsExtensions.cs Extensions\StringAndTextExtensions.cs Helpers\CodeAnnotations.cs Helpers\ExternalToolsHelper.cs Helpers\FolderNameHelper.cs Helpers\ProcessHelper.cs Helpers\ResourceHelper.cs Helpers\SourceCodeHelper.cs Horology\Chronometer.cs Horology\ClockExtensions.cs Horology\ClockSpan.cs Horology\DateTimeClock.cs Horology\Frequency.cs Horology\FrequencyUnit.cs Horology\HardwareTimerKind.cs Horology\IClock.cs Horology\StartedClock.cs Horology\StopwatchClock.cs Horology\TimeInterval.cs Horology\TimeSpanExtensions.cs Horology\TimeUnit.cs Horology\WindowsClock.cs Jobs\AccuracyMode.cs Jobs\EnvMode.cs Jobs\GcMode.cs Jobs\GcModeExtensions.cs Jobs\InfrastructureMode.cs Jobs\Job.cs Jobs\JobComparer.cs Jobs\JobExtensions.cs Jobs\JobIdGenerator.cs "Jobs\JobMode`1.cs" Jobs\RunMode.cs Loggers\AccumulationLogger.cs Loggers\CompositeLogger.cs Loggers\ConsoleLogger.cs Loggers\ILogger.cs Loggers\LoggerExtensions.cs Loggers\LoggerWithPrefix.cs Loggers\LogKind.cs Loggers\StreamLogger.cs Loggers\SynchronousProcessOutputLoggerWithDiagnoser.cs Mathematics\ConfidenceInterval.cs Mathematics\MathHelper.cs Mathematics\MeasurementsStatistics.cs Mathematics\NumeralSystem.cs Mathematics\NumeralSystemExtensions.cs Mathematics\PercentileValues.cs Mathematics\RankHelper.cs Mathematics\Statistics.cs Mathematics\WelchTTest.cs Order\DefaultOrderProvider.cs Order\IOrderProvider.cs Order\MethodOrderPolicy.cs Order\SummaryOrderPolicy.cs Parameters\ParameterComparer.cs Parameters\ParameterDefinition.cs Parameters\ParameterDefinitions.cs Parameters\ParameterInstance.cs Parameters\ParameterInstances.cs Portability\RuntimeInformation.cs Portability\StreamWriter.cs Portability\StringExtensions.cs Properties\AssemblyInfo.cs Properties\BenchmarkDotNetInfo.cs Reports\BenchmarkReport.cs Reports\BenchmarkReportExtensions.cs Reports\Measurement.cs Reports\MeasurementExtensions.cs Reports\Summary.cs Reports\SummaryExtensions.cs Reports\SummaryTable.cs Reports\SummaryTableExtensions.cs Running\AsyncMethodInvoker.cs Running\Benchmark.cs Running\BenchmarkConverter.cs Running\BenchmarkRunnerCore.cs Running\ClassicBenchmarkConverter.cs Running\Target.cs Running\TargetComparer.cs Running\TypeParser.cs Toolchains\AppConfigGenerator.cs Toolchains\ArtifactsPaths.cs Toolchains\ConsoleHandler.cs Toolchains\CsProj\CsProjBuilder.cs Toolchains\CsProj\CsProjCoreToolchain.cs Toolchains\CsProj\CsProjGenerator.cs Toolchains\CsProj\CsProjNet46Toolchain.cs Toolchains\DotNetCli\DotNetCliBuilder.cs Toolchains\DotNetCli\DotNetCliCommandExecutor.cs Toolchains\DotNetCli\DotNetCliExecutor.cs Toolchains\DotNetCli\DotNetCliGenerator.cs Toolchains\DotNetCli\NetCoreAppSettings.cs Toolchains\Executor.cs Toolchains\GeneratorBase.cs Toolchains\IBuilder.cs Toolchains\IExecutor.cs Toolchains\IGenerator.cs Toolchains\IToolchain.cs Toolchains\ProjectJson\ProjectJsonBuilder.cs Toolchains\ProjectJson\ProjectJsonCoreToolchain.cs Toolchains\ProjectJson\ProjectJsonGenerator.cs Toolchains\ProjectJson\ProjectJsonNet46Toolchain.cs Toolchains\Results\BuildResult.cs Toolchains\Results\ExecuteResult.cs Toolchains\Results\GenerateResult.cs Toolchains\Toolchain.cs Validators\BaselineValidator.cs Validators\CompositeValidator.cs Validators\ExecutionValidator.cs Validators\IValidator.cs Validators\JitOptimizationsValidator.cs Validators\UnrollFactorValidator.cs Validators\ValidationError.cs Validators\ValidationParameters.cs "C:\Users\adsi\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Release\net45\BenchmarkDotNet.Core.AssemblyInfo.cs
Done executing task "Csc".
Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
1:2>Done building target "CoreCompile" in project "BenchmarkDotNet.Core.csproj".
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1:2>Target "AfterCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:2>Done building target "AfterCompile" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "Compile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "Compile" in project "BenchmarkDotNet.Core.csproj".
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\BenchmarkDotNet.Core.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:2>Target "_GenerateSatelliteAssemblyInputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 ''=='').
1:2>Done building target "_GenerateSatelliteAssemblyInputs" in project "BenchmarkDotNet.Core.csproj".
Target "CreateManifestResourceNames" skipped. Previously built successfully.
1:2>Target "ComputeIntermediateSatelliteAssemblies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CreateSatelliteAssemblies" depends on it):
1:2>Done building target "ComputeIntermediateSatelliteAssemblies" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(MSBuildRuntimeType)' != 'Core') was evaluated as ('' != '' and 'Core' != 'Core').
Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ).
1:2>Target "CreateSatelliteAssemblies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "CreateSatelliteAssemblies" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true').
1:2>Target "GetTargetPath" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "GetTargetPath" in project "BenchmarkDotNet.Core.csproj".
Target "ComputeIntermediateSatelliteAssemblies" skipped. Previously built successfully.
1:2>Target "_CopyFilesMarkedCopyLocal" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CopyFilesToOutputDirectory" depends on it):
Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Copy"
Copying file from "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" to "bin\Release\net45\System.Threading.Tasks.Extensions.dll".
Done executing task "Copy".
1:2>Done building target "_CopyFilesMarkedCopyLocal" in project "BenchmarkDotNet.Core.csproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
1:2>Target "GetCopyToOutputDirectoryItems" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it):
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"
Done executing task "AssignTargetPath".
1:2>Done building target "GetCopyToOutputDirectoryItems" in project "BenchmarkDotNet.Core.csproj".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
1:2>Target "_CopySourceItemsToOutputDirectory" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1:2>Done building target "_CopySourceItemsToOutputDirectory" in project "BenchmarkDotNet.Core.csproj".
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 "GenerateBuildDependencyFile" skipped, due to false condition; ( '$(GenerateDependencyFile)' == 'true') was evaluated as ( '' == 'true').
Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1:2>Target "_CheckForCompileOutputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1:2>Done building target "_CheckForCompileOutputs" in project "BenchmarkDotNet.Core.csproj".
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:2>Target "CopyFilesToOutputDirectory" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForRun" depends on it):
Task "Copy"
Copying file from "obj\Release\net45\BenchmarkDotNet.Core.dll" to "bin\Release\net45\BenchmarkDotNet.Core.dll".
Done executing task "Copy".
Task "Message"
BenchmarkDotNet.Core -> C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\bin\Release\net45\BenchmarkDotNet.Core.dll
Done executing task "Message".
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"
Copying file from "obj\Release\net45\BenchmarkDotNet.Core.pdb" to "bin\Release\net45\BenchmarkDotNet.Core.pdb".
Done executing task "Copy".
Task "Copy"
Copying file from "obj\Release\net45\BenchmarkDotNet.Core.xml" to "bin\Release\net45\BenchmarkDotNet.Core.xml".
Done executing task "Copy".
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 '' != '').
1:2>Done building target "CopyFilesToOutputDirectory" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "PrepareForRun" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:2>Done building target "PrepareForRun" in project "BenchmarkDotNet.Core.csproj".
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 ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:2>Target "_CleanGetCurrentAndPriorFileWrites" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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"
Done executing task "ReadLinesFromFile".
Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindUnderPath"
Comparison path is "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin\Release\net45\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Release\net45\".
Done executing task "FindUnderPath".
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
1:2>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "IncrementalClean" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
Task "FindUnderPath"
Comparison path is "bin\Release\net45\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Release\net45\".
Done executing task "FindUnderPath".
Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
1:2>Done building target "IncrementalClean" in project "BenchmarkDotNet.Core.csproj".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target "GenerateBuildDependencyFile" skipped, due to false condition; ( '$(GenerateDependencyFile)' == 'true') was evaluated as ( '' == 'true').
Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1:2>Target "CoreBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:2>Done building target "CoreBuild" in project "BenchmarkDotNet.Core.csproj".
1:2>Target "AfterBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:2>Done building target "AfterBuild" in project "BenchmarkDotNet.Core.csproj".
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
1:2>Target "Build" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (entry point):
1:2>Done building target "Build" in project "BenchmarkDotNet.Core.csproj".
Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true') was evaluated as ('false' == 'true').
1:2>Done Building Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (Build target(s)).
1>Done executing task "MSBuild".
Task "MSBuild"
Global Properties:
TargetFramework=netcoreapp1.1
0>Overriding target "GetTargetFrameworkProperties" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetTargetFrameworkProperties" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.Common.targets".
Overriding target "GetReferenceAssemblyPaths" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "GetFrameworkPaths" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "Publish" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Publish.targets".
Overriding target "GetCopyToPublishDirectoryItems" in project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Publish.targets".
The target "CollectPackageReferences" listed in a BeforeTargets attribute at "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets (96,60)" does not exist in the project, and will be ignored.
1>Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (1) is building "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (1:3) on node 1 (Build target(s)).
1:3>Building with tools version "15.0".
Project file contains ToolsVersion="". 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.
1:3>Target "_CheckForUnsupportedTargetFramework" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Task "NETSdkError" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
1:3>Done building target "_CheckForUnsupportedTargetFramework" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_CheckRuntimeIdentifier" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.RuntimeIdentifierInference.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Task "NetSdkError" skipped, due to false condition; ('$(RuntimeIdentifier)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(OutputType)' == 'Exe') was evaluated as ('' == '' and '.NETCoreApp' == '.NETFramework' and 'Library' == 'Exe').
1:3>Done building target "_CheckRuntimeIdentifier" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CheckForImplicitPackageReferenceOverrides" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Using "CheckForImplicitPackageReferenceOverrides" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "CheckForImplicitPackageReferenceOverrides"
Done executing task "CheckForImplicitPackageReferenceOverrides".
1:3>Done building target "CheckForImplicitPackageReferenceOverrides" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CheckForDuplicateItems" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.DefaultItems.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
Using "CheckForDuplicateItems" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
1:3>Done building target "CheckForDuplicateItems" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_CheckForInvalidConfigurationAndPlatform" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "BeforeBuild" depends on it):
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' ).
Task "Message"
Configuration=Release
Done executing task "Message".
Task "Message"
Platform=AnyCPU
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\netcoreapp1.1\' != '' and !HasTrailingSlash('bin\Release\netcoreapp1.1\')).
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\Release\netcoreapp1.1\' != '' and !HasTrailingSlash('obj\Release\netcoreapp1.1\')).
1:3>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "BeforeBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:3>Done building target "BeforeBuild" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "BuildOnlySettings" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "BuildOnlySettings" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "GetFrameworkPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForBuild" depends on it):
1:3>Done building target "GetFrameworkPaths" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "GetReferenceAssemblyPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForBuild" depends on it):
1:3>Done building target "GetReferenceAssemblyPaths" in project "BenchmarkDotNet.Core.csproj".
Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
1:3>Target "PrepareForBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
Task "FindAppConfigFile"
Done executing task "FindAppConfigFile".
Task "MakeDir"
Creating directory "bin\Release\netcoreapp1.1\".
Creating directory "obj\Release\netcoreapp1.1\".
Done executing task "MakeDir".
1:3>Done building target "PrepareForBuild" in project "BenchmarkDotNet.Core.csproj".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
1:3>Target "BeforeResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
1:3>Done building target "BeforeResolveReferences" in project "BenchmarkDotNet.Core.csproj".
Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
1:3>Target "RunResolvePackageDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeActiveTFMFileDependencies" depends on it):
Using "ResolvePackageDependencies" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "ResolvePackageDependencies"
Done executing task "ResolvePackageDependencies".
1:3>Done building target "RunResolvePackageDependencies" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_ComputeActiveTFMFileDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeLockFileReferences" depends on it):
1:3>Done building target "_ComputeActiveTFMFileDependencies" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_ComputeLockFileReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileReferences" depends on it):
1:3>Done building target "_ComputeLockFileReferences" in project "BenchmarkDotNet.Core.csproj".
Target "_ComputeActiveTFMFileDependencies" skipped. Previously built successfully.
1:3>Target "_ComputeLockFileFrameworks" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileReferences" depends on it):
1:3>Done building target "_ComputeLockFileFrameworks" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveLockFileReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:3>Done building target "ResolveLockFileReferences" in project "BenchmarkDotNet.Core.csproj".
Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1:3>Target "_ComputeLockFileAnalyzers" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveLockFileAnalyzers" depends on it):
1:3>Done building target "_ComputeLockFileAnalyzers" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveLockFileAnalyzers" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:3>Done building target "ResolveLockFileAnalyzers" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveLockFileCopyLocalProjectDeps" skipped, due to false condition; ('$(CopyLocalLockFileAssemblies)' == 'true') was evaluated as ('false' == 'true').
Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1:3>Target "_ComputeActiveTFMPackageDependencies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_ComputeTransitiveProjectReferences" depends on it):
1:3>Done building target "_ComputeActiveTFMPackageDependencies" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_ComputeTransitiveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "IncludeTransitiveProjectReferences" depends on it):
1:3>Done building target "_ComputeTransitiveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "IncludeTransitiveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
1:3>Done building target "IncludeTransitiveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolvePackageDependenciesForBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "AssignProjectConfiguration" depends on it):
1:3>Done building target "ResolvePackageDependenciesForBuild" in project "BenchmarkDotNet.Core.csproj".
Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
1:3>Target "_SplitProjectReferencesByFileExistence" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareProjectReferences" depends on it):
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!='').
1:3>Done building target "_SplitProjectReferencesByFileExistence" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_GetProjectReferenceTargetFrameworkProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareProjectReferences" depends on it):
Task "MSBuild"
Done executing task "MSBuild".
1:3>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "PrepareProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveProjectReferences" depends on it):
1:3>Done building target "PrepareProjectReferences" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveProjectReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 '10.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 '10.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 '' != '').
1:3>Done building target "ResolveProjectReferences" in project "BenchmarkDotNet.Core.csproj".
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
1:3>Target "GetInstalledSDKLocations" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 '' != '').
1:3>Done building target "GetInstalledSDKLocations" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveSDKReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
1:3>Done building target "ResolveSDKReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveSDKReferences" skipped. Previously built successfully.
1:3>Target "ExpandSDKReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveAssemblyReferences" depends on it):
Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
1:3>Done building target "ExpandSDKReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1:3>Target "ResolveAssemblyReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
Task "ResolveAssemblyReference"
TargetFrameworkMoniker:
.NETCoreApp,Version=v1.1
TargetFrameworkMonikerDisplayName:
TargetedRuntimeVersion:
Assemblies:
C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll
Private = 'false'
C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll
Private = 'false'
AssemblyFiles:
CandidateAssemblyFiles:
C:\Users\adsi\.nuget\packages\microsoft.diasymreader.native\1.4.0\build\\..\runtimes\win\native\Microsoft.DiaSymReader.Native.x86.dll
C:\Users\adsi\.nuget\packages\microsoft.diasymreader.native\1.4.0\build\\..\runtimes\win\native\Microsoft.DiaSymReader.Native.amd64.dll
TargetFrameworkDirectories:
InstalledAssemblyTables:
IgnoreInstalledAssemblyTable:
False
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{RawFileName}
AllowedAssemblyExtensions:
.winmd
.dll
.exe
AllowedRelatedFileExtensions:
.pdb
.xml
.pri
.dll.config
.exe.config
AppConfigFile:
AutoUnify:
True
CopyLocalDependenciesWhenParentReferenceInGac:
True
FindDependencies:
True
TargetProcessorArchitecture:
msil
StateFile:
obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.csprojResolveAssemblyReference.cache
InstalledAssemblySubsetTables:
IgnoreInstalledAssemblySubsetTable:
False
TargetFrameworkSubsets:
FullTargetFrameworkSubsetNames:
Full
ProfileName:
FullFrameworkFolders:
LatestTargetFrameworkDirectories:
ProfileTablesLocation:
Primary reference "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60".
Resolved file path is "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "Microsoft.Win32.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.AppContext, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Collections, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Collections.Concurrent, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "1.2.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.ComponentModel.Annotations, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Diagnostics.Debug, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Diagnostics.Process, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Diagnostics.Tracing, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Dynamic.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Globalization, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Globalization.Calendars, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Globalization.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.IO, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.10.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.IO.Compression, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.IO.Compression.ZipFile, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.IO.FileSystem.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.IO.FileSystem.Watcher, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.IO.MemoryMappedFiles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.IO.UnmanagedMemoryStream, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Linq, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Linq.Expressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.10.0" in "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.NameResolution, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.Requests, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.Sockets, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Net.WebHeaderCollection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Numerics.Vectors, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.ObjectModel, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Reflection, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Reflection.DispatchProxy, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Reflection.Metadata, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Reflection.TypeExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Resources.Reader, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Runtime.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.10.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Runtime.Handles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.20.0" in "C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Runtime.Serialization.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Security.Cryptography.Algorithms, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.1.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Security.Cryptography.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Text.Encoding, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Text.Encoding.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Text.RegularExpressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Threading, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Tasks.Dataflow, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.ThreadPool, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.10.0" in "C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll" because AutoUnify is 'true'.
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Xml.XDocument, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Xml.XmlDocument, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Unified primary reference "System.Xml.XPath, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Using this version instead of original version "4.0.0.0" in "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll" because AutoUnify is 'true'.
Resolved file path is "C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Primary reference "System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll".
Reference found at search path location "{RawFileName}".
Found related file "C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.xml".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "v4.0.30319 ".
Done executing task "ResolveAssemblyReference".
1:3>Done building target "ResolveAssemblyReferences" in project "BenchmarkDotNet.Core.csproj".
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\Release\netcoreapp1.1\BenchmarkDotNet.Core.csproj.BenchmarkDotNet.Core.dll.config')).
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1:3>Target "AfterResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResolveReferences" depends on it):
1:3>Done building target "AfterResolveReferences" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveReferences" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "ResolveReferences" in project "BenchmarkDotNet.Core.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1:3>Target "AssignTargetPaths" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResourceNames" depends on it):
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.txt'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.json'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.R'=='.manifest').
1:3>Done building target "AssignTargetPaths" in project "BenchmarkDotNet.Core.csproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
1:3>Target "SplitResourcesByCulture" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 (''!='').
Task "AssignCulture"
Culture of "" was assigned to file "Templates\BenchmarkProgram.txt".
Culture of "" was assigned to file "Templates\CsProj.txt".
Done executing task "AssignCulture".
Task "AssignCulture"
Culture of "" was assigned to file "Templates\BenchmarkProject.json".
Done executing task "AssignCulture".
Task "AssignCulture"
Culture of "" was assigned to file "Templates\BuildPlots.R".
Done executing task "AssignCulture".
1:3>Done building target "SplitResourcesByCulture" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CreateManifestResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.CSharp.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResourceNames" depends on it):
Task "CreateCSharpManifestResourceName"
Root namespace is 'BenchmarkDotNet'.
Resource file 'Templates\BenchmarkProgram.txt' doesn't depend on any other file.
Resource file 'Templates\BenchmarkProgram.txt' gets manifest resource name 'BenchmarkDotNet.Templates.BenchmarkProgram.txt'.
Resource file 'Templates\CsProj.txt' doesn't depend on any other file.
Resource file 'Templates\CsProj.txt' gets manifest resource name 'BenchmarkDotNet.Templates.CsProj.txt'.
Resource file 'Templates\BenchmarkProject.json' doesn't depend on any other file.
Resource file 'Templates\BenchmarkProject.json' gets manifest resource name 'BenchmarkDotNet.Templates.BenchmarkProject.json'.
Resource file 'Templates\BuildPlots.R' doesn't depend on any other file.
Resource file 'Templates\BuildPlots.R' gets manifest resource name 'BenchmarkDotNet.Templates.BuildPlots.R'.
Done executing task "CreateCSharpManifestResourceName".
Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'false' == 'true' and 'Non-Resx' == 'Non-Resx').
1:3>Done building target "CreateManifestResourceNames" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CreateCustomManifestResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResourceNames" depends on it):
1:3>Done building target "CreateCustomManifestResourceNames" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "PrepareResourceNames" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResources" depends on it):
1:3>Done building target "PrepareResourceNames" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
1:3>Target "BeforeResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
1:3>Done building target "BeforeResGen" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CoreResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('Non-Resx' == '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 ('Non-Resx' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
1:3>Done building target "CoreResGen" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "AfterResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "ResGen" depends on it):
1:3>Done building target "AfterResGen" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResGen" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareResources" depends on it):
1:3>Done building target "ResGen" in project "BenchmarkDotNet.Core.csproj".
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
1:3>Target "PrepareResources" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "PrepareResources" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "ResolveKeySource" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
Task "ResolveKeySource"
Done executing task "ResolveKeySource".
1:3>Done building target "ResolveKeySource" in project "BenchmarkDotNet.Core.csproj".
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped. Previously built successfully.
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
1:3>Target "_SetEmbeddedWin32ManifestProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "SetWin32ManifestProperties" depends on it):
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
1:3>Done building target "_SetEmbeddedWin32ManifestProperties" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "SetWin32ManifestProperties" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:3>Done building target "SetWin32ManifestProperties" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_GenerateCompileInputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 ('Templates\BenchmarkProgram.txt;Templates\CsProj.txt;Templates\BenchmarkProject.json;Templates\BuildPlots.R'!='' and 'true'=='').
1:3>Done building target "_GenerateCompileInputs" in project "BenchmarkDotNet.Core.csproj".
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1:3>Target "_SetTargetFrameworkMonikerAttribute" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.CSharp.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it):
1:3>Done building target "_SetTargetFrameworkMonikerAttribute" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "GenerateTargetFrameworkMonikerAttribute" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "BeforeCompile" depends on it):
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Input files: C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.targets
Output files: C:\Users\adsi\AppData\Local\Temp\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs
1:3>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
1:3>Target "BeforeCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:3>Done building target "BeforeCompile" in project "BenchmarkDotNet.Core.csproj".
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.
1:3>Target "_GenerateCompileDependencyCache" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
Task "Hash"
Done executing task "Hash".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
1:3>Done building target "_GenerateCompileDependencyCache" in project "BenchmarkDotNet.Core.csproj".
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 "PrepareForBuild" skipped. Previously built successfully.
1:3>Target "GetAssemblyVersion" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateAssemblyInfo" depends on it):
Task "GetAssemblyVersion" skipped, due to false condition; ('$(AssemblyVersion)' == '') was evaluated as ('0.10.2.0' == '').
1:3>Done building target "GetAssemblyVersion" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CoreGenerateAssemblyInfo" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateAssemblyInfo" depends on it):
Building target "CoreGenerateAssemblyInfo" completely.
Output file "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.AssemblyInfo.cs" does not exist.
Task "WriteCodeFragment"
Emitted specified code into "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.AssemblyInfo.cs".
Done executing task "WriteCodeFragment".
1:3>Done building target "CoreGenerateAssemblyInfo" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "GenerateAssemblyInfo" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.GenerateAssemblyInfo.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreCompile" depends on it):
1:3>Done building target "GenerateAssemblyInfo" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "CoreCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Roslyn\Microsoft.CSharp.Core.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
Building target "CoreCompile" completely.
Output file "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.xml" does not exist.
Task "Csc"
C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Roslyn\RunCsc.cmd /noconfig /unsafe- /nowarn:1701,1702,1705,1591 /nostdlib+ /errorreport:prompt /warn:4 /doc:obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.xml /define:TRACE;CORE;RELEASE;NETCOREAPP1_1 /reference:C:\Users\adsi\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\Users\adsi\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll /reference:C:\Users\adsi\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\Users\adsi\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\Users\adsi\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\Users\adsi\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\Users\adsi\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\Users\adsi\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\Users\adsi\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\Users\adsi\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\Users\adsi\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\Users\adsi\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\Users\adsi\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\Users\adsi\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\Users\adsi\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\Users\adsi\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\Users\adsi\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\Users\adsi\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\Users\adsi\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\Users\adsi\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\Users\adsi\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\Users\adsi\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\Users\adsi\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\Users\adsi\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\Users\adsi\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\Users\adsi\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\Users\adsi\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\Users\adsi\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\Users\adsi\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\Users\adsi\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\Users\adsi\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\Users\adsi\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\Users\adsi\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\Users\adsi\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\Users\adsi\.nuget\packages\system.net.security\4.3.0\ref\netstandard1.3\System.Net.Security.dll /reference:C:\Users\adsi\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\Users\adsi\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\Users\adsi\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\Users\adsi\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\Users\adsi\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\Users\adsi\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\Users\adsi\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\Users\adsi\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\Users\adsi\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\Users\adsi\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\Users\adsi\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\Users\adsi\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\Users\adsi\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\Users\adsi\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\Users\adsi\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\Users\adsi\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\Users\adsi\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\Users\adsi\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\Users\adsi\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /reference:C:\Users\adsi\.nuget\packages\system.xml.xpath\4.3.0\ref\netstandard1.3\System.Xml.XPath.dll /reference:C:\Users\adsi\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll /debug:portable /filealign:512 /keyfile:..\..\build\strongNameKey.snk /nologo /optimize+ /out:obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.dll /resource:Templates\BenchmarkProgram.txt,BenchmarkDotNet.Templates.BenchmarkProgram.txt /resource:Templates\CsProj.txt,BenchmarkDotNet.Templates.CsProj.txt /resource:Templates\BenchmarkProject.json,BenchmarkDotNet.Templates.BenchmarkProject.json /resource:Templates\BuildPlots.R,BenchmarkDotNet.Templates.BuildPlots.R /target:library /warnaserror- /utf8output /deterministic+ /analyzer:C:\Users\adsi\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\Users\adsi\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Analysers\AnalyserBase.cs Analysers\CompositeAnalyser.cs Analysers\Conclusion.cs Analysers\ConclusionHelper.cs Analysers\ConclusionKind.cs Analysers\EnvironmentAnalyser.cs Analysers\IAnalyser.cs Analysers\MinIterationTimeAnalyser.cs Analysers\OutliersAnalyser.cs Attributes\BenchmarkAttribute.cs Attributes\CleanupAttribute.cs Attributes\Columns\AllStatisticsColumnAttribute.cs Attributes\Columns\ColumnConfigBaseAttribute.cs Attributes\Columns\KurtosisColumnAttribute.cs Attributes\Columns\MaxColumnAttribute.cs Attributes\Columns\MeanColumnAttribute.cs Attributes\Columns\MedianColumnAttribute.cs Attributes\Columns\MinColumnAttribute.cs Attributes\Columns\NamespaceColumnAttribute.cs Attributes\Columns\Q1ColumnAttribute.cs Attributes\Columns\Q3ColumnAttribute.cs Attributes\Columns\RankColumnAttribute.cs Attributes\Columns\SkewnessColumnAttribute.cs Attributes\Columns\StdDevColumnAttribute.cs Attributes\Columns\StdErrorColumnAttribute.cs Attributes\Columns\WelchTTestPValueColumnAttribute.cs Attributes\ConfigAttribute.cs Attributes\Exporters\AsciiDocExporterAttribute.cs Attributes\Exporters\CsvExporterAttribute.cs Attributes\Exporters\CsvMeasurementsExporterAttribute.cs Attributes\Exporters\ExporterConfigBaseAttribute.cs Attributes\Exporters\HtmlExporterAttribute.cs Attributes\Exporters\JsonExporterAttribute.cs Attributes\Exporters\MarkdownExporterAttribute.cs Attributes\Exporters\PlainExporterAttribute.cs Attributes\Exporters\RPlotExporterAttribute.cs Attributes\Jobs\ClrJobAttribute.cs Attributes\Jobs\CoreJobAttribute.cs Attributes\Jobs\DryJobAttribute.cs Attributes\Jobs\JobConfigbaseAttribute.cs Attributes\Jobs\LegacyJitX64JobAttribute.cs Attributes\Jobs\LegacyJitX86JobAttribute.cs Attributes\Jobs\LongRunJobAttribute.cs Attributes\Jobs\MediumRunJobAttribute.cs Attributes\Jobs\MonoJobAttribute.cs Attributes\Jobs\RyuJitX64JobAttribute.cs Attributes\Jobs\ShortRunJobAttribute.cs Attributes\Jobs\SimpleJobAttribute.cs Attributes\Jobs\VeryLongRunJobAttribute.cs Attributes\KeepBenchmarkFilesAttribute.cs Attributes\MemoryDiagnoserAttribute.cs Attributes\OrderProviderAttribute.cs Attributes\ParamsAttribute.cs Attributes\SetupAttribute.cs Characteristics\Characteristic.cs Characteristics\CharacteristicHelper.cs Characteristics\CharacteristicObject.cs "Characteristics\CharacteristicObject`1.cs" Characteristics\CharacteristicPresenter.cs Characteristics\CharacteristicSet.cs Characteristics\CharacteristicSetPresenter.cs "Characteristics\Characteristic`1.cs" Characteristics\CompositeResolver.cs Characteristics\IResolver.cs Characteristics\Resolver.cs Code\CodeGenerator.cs Code\DeclarationsProvider.cs Columns\BaselineScaledColumn.cs Columns\ColumnCategory.cs Columns\ColumnExtensions.cs Columns\CompositeColumnProvider.cs Columns\DefaultColumnProvider.cs Columns\EmptyColumnProvider.cs Columns\IColumn.cs Columns\IColumnProvider.cs Columns\JobCharacteristicColumn.cs Columns\ParamColumn.cs Columns\RankColumn.cs Columns\SimpleColumnProvider.cs Columns\StatisticColumn.cs Columns\TagColumn.cs Columns\TargetMethodColumn.cs Configs\ConfigExtensions.cs Configs\ConfigParser.cs Configs\ConfigUnionRule.cs Configs\DefaultConfig.cs Configs\IConfig.cs Configs\IConfigSource.cs Configs\ManualConfig.cs Diagnosers\CompositeDiagnoser.cs Diagnosers\IDiagnoser.cs Diagnosers\MemoryDiagnoser.cs Engines\Consumer.cs Engines\Engine.cs Engines\EngineFactory.cs Engines\EngineParameters.cs Engines\EnginePilotStage.cs Engines\EngineResolver.cs Engines\EngineStage.cs Engines\EngineTargetStage.cs Engines\EngineWarmupStage.cs Engines\GcStats.cs Engines\IEngine.cs Engines\IEngineFactory.cs Engines\IterationData.cs Engines\IterationMode.cs Engines\IterationModeExtensions.cs Engines\MeasurementsPool.cs Engines\RunResults.cs Engines\RunStrategy.cs Engines\RunStrategyExtensions.cs Environments\BenchmarkEnvironmentInfo.cs Environments\EnvResolver.cs Environments\GcResolver.cs Environments\HostEnvironmentInfo.cs Environments\InfrastructureResolver.cs Environments\Jit.cs Environments\Platform.cs Environments\Runtime.cs Exporters\AsciiDocExporter.cs Exporters\CompositeExporter.cs Exporters\Csv\CsvExporter.cs Exporters\Csv\CsvHelper.cs Exporters\Csv\CsvMeasurementsExporter.cs Exporters\Csv\CsvSeparator.cs Exporters\Csv\CsvSeparatorExtensions.cs Exporters\DefaultExporters.cs Exporters\ExporterBase.cs Exporters\HtmlExporter.cs Exporters\IExporter.cs Exporters\IExporterDependencies.cs Exporters\Json\JsonExporter.cs Exporters\Json\JsonExporterBase.cs Exporters\Json\SimpleJson.cs Exporters\MarkdownExporter.cs Exporters\PlainExporter.cs Exporters\RPlotExporter.cs Extensions\AssemblyExtensions.cs Extensions\CommonExtensions.cs Extensions\ConfigurationExtensions.cs Extensions\ProcessExtensions.cs Extensions\ReflectionExtensions.cs Extensions\ReportExtensions.cs Extensions\StatisticsExtensions.cs Extensions\StringAndTextExtensions.cs Helpers\CodeAnnotations.cs Helpers\ExternalToolsHelper.cs Helpers\FolderNameHelper.cs Helpers\ProcessHelper.cs Helpers\ResourceHelper.cs Helpers\SourceCodeHelper.cs Horology\Chronometer.cs Horology\ClockExtensions.cs Horology\ClockSpan.cs Horology\DateTimeClock.cs Horology\Frequency.cs Horology\FrequencyUnit.cs Horology\HardwareTimerKind.cs Horology\IClock.cs Horology\StartedClock.cs Horology\StopwatchClock.cs Horology\TimeInterval.cs Horology\TimeSpanExtensions.cs Horology\TimeUnit.cs Horology\WindowsClock.cs Jobs\AccuracyMode.cs Jobs\EnvMode.cs Jobs\GcMode.cs Jobs\GcModeExtensions.cs Jobs\InfrastructureMode.cs Jobs\Job.cs Jobs\JobComparer.cs Jobs\JobExtensions.cs Jobs\JobIdGenerator.cs "Jobs\JobMode`1.cs" Jobs\RunMode.cs Loggers\AccumulationLogger.cs Loggers\CompositeLogger.cs Loggers\ConsoleLogger.cs Loggers\ILogger.cs Loggers\LoggerExtensions.cs Loggers\LoggerWithPrefix.cs Loggers\LogKind.cs Loggers\StreamLogger.cs Loggers\SynchronousProcessOutputLoggerWithDiagnoser.cs Mathematics\ConfidenceInterval.cs Mathematics\MathHelper.cs Mathematics\MeasurementsStatistics.cs Mathematics\NumeralSystem.cs Mathematics\NumeralSystemExtensions.cs Mathematics\PercentileValues.cs Mathematics\RankHelper.cs Mathematics\Statistics.cs Mathematics\WelchTTest.cs Order\DefaultOrderProvider.cs Order\IOrderProvider.cs Order\MethodOrderPolicy.cs Order\SummaryOrderPolicy.cs Parameters\ParameterComparer.cs Parameters\ParameterDefinition.cs Parameters\ParameterDefinitions.cs Parameters\ParameterInstance.cs Parameters\ParameterInstances.cs Portability\RuntimeInformation.cs Portability\StreamWriter.cs Portability\StringExtensions.cs Properties\AssemblyInfo.cs Properties\BenchmarkDotNetInfo.cs Reports\BenchmarkReport.cs Reports\BenchmarkReportExtensions.cs Reports\Measurement.cs Reports\MeasurementExtensions.cs Reports\Summary.cs Reports\SummaryExtensions.cs Reports\SummaryTable.cs Reports\SummaryTableExtensions.cs Running\AsyncMethodInvoker.cs Running\Benchmark.cs Running\BenchmarkConverter.cs Running\BenchmarkRunnerCore.cs Running\ClassicBenchmarkConverter.cs Running\Target.cs Running\TargetComparer.cs Running\TypeParser.cs Toolchains\AppConfigGenerator.cs Toolchains\ArtifactsPaths.cs Toolchains\ConsoleHandler.cs Toolchains\CsProj\CsProjBuilder.cs Toolchains\CsProj\CsProjCoreToolchain.cs Toolchains\CsProj\CsProjGenerator.cs Toolchains\CsProj\CsProjNet46Toolchain.cs Toolchains\DotNetCli\DotNetCliBuilder.cs Toolchains\DotNetCli\DotNetCliCommandExecutor.cs Toolchains\DotNetCli\DotNetCliExecutor.cs Toolchains\DotNetCli\DotNetCliGenerator.cs Toolchains\DotNetCli\NetCoreAppSettings.cs Toolchains\Executor.cs Toolchains\GeneratorBase.cs Toolchains\IBuilder.cs Toolchains\IExecutor.cs Toolchains\IGenerator.cs Toolchains\IToolchain.cs Toolchains\ProjectJson\ProjectJsonBuilder.cs Toolchains\ProjectJson\ProjectJsonCoreToolchain.cs Toolchains\ProjectJson\ProjectJsonGenerator.cs Toolchains\ProjectJson\ProjectJsonNet46Toolchain.cs Toolchains\Results\BuildResult.cs Toolchains\Results\ExecuteResult.cs Toolchains\Results\GenerateResult.cs Toolchains\Toolchain.cs Validators\BaselineValidator.cs Validators\CompositeValidator.cs Validators\ExecutionValidator.cs Validators\IValidator.cs Validators\JitOptimizationsValidator.cs Validators\UnrollFactorValidator.cs Validators\ValidationError.cs Validators\ValidationParameters.cs "C:\Users\adsi\AppData\Local\Temp\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.AssemblyInfo.cs
Done executing task "Csc".
Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
1:3>Done building target "CoreCompile" in project "BenchmarkDotNet.Core.csproj".
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1:3>Target "AfterCompile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Compile" depends on it):
1:3>Done building target "AfterCompile" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "Compile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "Compile" in project "BenchmarkDotNet.Core.csproj".
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\BenchmarkDotNet.Core.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:3>Target "_GenerateSatelliteAssemblyInputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.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 ''=='').
1:3>Done building target "_GenerateSatelliteAssemblyInputs" in project "BenchmarkDotNet.Core.csproj".
Target "CreateManifestResourceNames" skipped. Previously built successfully.
1:3>Target "ComputeIntermediateSatelliteAssemblies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CreateSatelliteAssemblies" depends on it):
1:3>Done building target "ComputeIntermediateSatelliteAssemblies" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(MSBuildRuntimeType)' != 'Core') was evaluated as ('' != '' and 'Core' != 'Core').
Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ).
1:3>Target "CreateSatelliteAssemblies" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "CreateSatelliteAssemblies" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true').
1:3>Target "GetTargetPath" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "GetTargetPath" in project "BenchmarkDotNet.Core.csproj".
Target "ComputeIntermediateSatelliteAssemblies" skipped. Previously built successfully.
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.
1:3>Target "GetCopyToOutputDirectoryItems" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it):
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"
Done executing task "AssignTargetPath".
1:3>Done building target "GetCopyToOutputDirectoryItems" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "_CopyOutOfDateSourceItemsToOutputDirectory" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it):
Building target "_CopyOutOfDateSourceItemsToOutputDirectory" completely.
Output file "bin\Release\netcoreapp1.1\Microsoft.DiaSymReader.Native.x86.dll" does not exist.
Output file "bin\Release\netcoreapp1.1\Microsoft.DiaSymReader.Native.amd64.dll" does not exist.
Task "Copy"
Copying file from "C:\Users\adsi\.nuget\packages\microsoft.diasymreader.native\1.4.0\runtimes\win\native\Microsoft.DiaSymReader.Native.x86.dll" to "bin\Release\netcoreapp1.1\Microsoft.DiaSymReader.Native.x86.dll".
Copying file from "C:\Users\adsi\.nuget\packages\microsoft.diasymreader.native\1.4.0\runtimes\win\native\Microsoft.DiaSymReader.Native.amd64.dll" to "bin\Release\netcoreapp1.1\Microsoft.DiaSymReader.Native.amd64.dll".
Done executing task "Copy".
1:3>Done building target "_CopyOutOfDateSourceItemsToOutputDirectory" in project "BenchmarkDotNet.Core.csproj".
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
1:3>Target "_CopySourceItemsToOutputDirectory" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1:3>Done building target "_CopySourceItemsToOutputDirectory" in project "BenchmarkDotNet.Core.csproj".
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' ).
1:3>Target "_DefaultMicrosoftNETPlatformLibrary" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "GenerateBuildDependencyFile" depends on it):
1:3>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "BenchmarkDotNet.Core.csproj".
Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
1:3>Target "GenerateBuildDependencyFile" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "_CheckForCompileOutputs" depends on it):
Building target "GenerateBuildDependencyFile" completely.
Output file "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\bin\Release\netcoreapp1.1\BenchmarkDotNet.Core.deps.json" does not exist.
Using "GenerateDepsFile" task from assembly "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Sdks\Microsoft.NET.Sdk\build\..\tools\netcoreapp1.0/Microsoft.NET.Build.Tasks.dll".
Task "GenerateDepsFile"
Done executing task "GenerateDepsFile".
1:3>Done building target "GenerateBuildDependencyFile" in project "BenchmarkDotNet.Core.csproj".
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1:3>Target "_CheckForCompileOutputs" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1:3>Done building target "_CheckForCompileOutputs" in project "BenchmarkDotNet.Core.csproj".
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:3>Target "CopyFilesToOutputDirectory" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "PrepareForRun" depends on it):
Task "Copy"
Copying file from "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.dll" to "bin\Release\netcoreapp1.1\BenchmarkDotNet.Core.dll".
Done executing task "Copy".
Task "Message"
BenchmarkDotNet.Core -> C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\bin\Release\netcoreapp1.1\BenchmarkDotNet.Core.dll
Done executing task "Message".
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"
Copying file from "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.pdb" to "bin\Release\netcoreapp1.1\BenchmarkDotNet.Core.pdb".
Done executing task "Copy".
Task "Copy"
Copying file from "obj\Release\netcoreapp1.1\BenchmarkDotNet.Core.xml" to "bin\Release\netcoreapp1.1\BenchmarkDotNet.Core.xml".
Done executing task "Copy".
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 '' != '').
1:3>Done building target "CopyFilesToOutputDirectory" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "PrepareForRun" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
1:3>Done building target "PrepareForRun" in project "BenchmarkDotNet.Core.csproj".
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 ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
1:3>Target "_CleanGetCurrentAndPriorFileWrites" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "IncrementalClean" depends on it):
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Task "FindUnderPath"
Comparison path is "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin\Release\netcoreapp1.1\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Release\netcoreapp1.1\".
Done executing task "FindUnderPath".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
1:3>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "IncrementalClean" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "CoreBuild" depends on it):
Task "FindUnderPath"
Comparison path is "bin\Release\netcoreapp1.1\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Release\netcoreapp1.1\".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
1:3>Done building target "IncrementalClean" in project "BenchmarkDotNet.Core.csproj".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target "GenerateBuildDependencyFile" skipped. Previously built successfully.
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1:3>Target "CoreBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:3>Done building target "CoreBuild" in project "BenchmarkDotNet.Core.csproj".
1:3>Target "AfterBuild" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (target "Build" depends on it):
1:3>Done building target "AfterBuild" in project "BenchmarkDotNet.Core.csproj".
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
1:3>Target "Build" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CurrentVersion.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (entry point):
1:3>Done building target "Build" in project "BenchmarkDotNet.Core.csproj".
Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true') was evaluated as ('false' == 'true').
1:3>Done Building Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (Build target(s)).
1>Done executing task "MSBuild".
1>Done building target "DispatchToInnerBuilds" in project "BenchmarkDotNet.Core.csproj".
1>Target "Build" in file "C:\Program Files\dotnet\sdk\2.0.0-alpha-004853\Microsoft.Common.CrossTargeting.targets" from project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (entry point):
1>Done building target "Build" in project "BenchmarkDotNet.Core.csproj".
Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true') was evaluated as ('false' == 'true').
1>Done Building Project "C:\Projects\BenchmarkDotNet\src\BenchmarkDotNet.Core\BenchmarkDotNet.Core.csproj" (Build target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment