Console Application (.NET Framework)
msbuild.exe /nologo /m:1 /v:m /clp:Summary;PerformanceSummary "Project.csproj" /t:Rebuild
| Scenario | Inclusive (ms) | Inclusive (%) |
|---|---|---|
| Evaluation | 293 | 33% |
| Targets | 452 | 52% |
| Build started 1/9/2017 5:11:58 PM. | |
| Environment at start of build: | |
| ALLUSERSPROFILE = C:\ProgramData | |
| APPDATA = C:\Users\davkean\AppData\Roaming | |
| BatchFile = build | |
| BinariesDirectory = E:\project-system2\bin\Debug\ | |
| BuildConfiguration = Debug | |
| CommonProgramFiles = C:\Program Files (x86)\Common Files | |
| CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files | |
| CommonProgramW6432 = C:\Program Files\Common Files |
| using BenchmarkDotNet.Attributes; | |
| using BenchmarkDotNet.Attributes.Jobs; | |
| using BenchmarkDotNet.Configs; | |
| using BenchmarkDotNet.Jobs; | |
| using Microsoft.VisualStudio.ProjectSystem; | |
| using PathHelpers; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; |
| using BenchmarkDotNet.Attributes; | |
| using BenchmarkDotNet.Attributes.Jobs; | |
| using BenchmarkDotNet.Configs; | |
| using BenchmarkDotNet.Jobs; | |
| using Microsoft.VisualStudio.ProjectSystem; | |
| using PathHelpers; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; |
| using BenchmarkDotNet.Attributes; | |
| using BenchmarkDotNet.Attributes.Jobs; | |
| using BenchmarkDotNet.Configs; | |
| using BenchmarkDotNet.Jobs; | |
| using Microsoft.VisualStudio.ProjectSystem; | |
| using PathHelpers; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; |
Console Application (.NET Framework)
msbuild.exe /nologo /m:1 /v:m /clp:Summary;PerformanceSummary "Project.csproj" /t:Rebuild
| Scenario | Inclusive (ms) | Inclusive (%) |
|---|---|---|
| Evaluation | 293 | 33% |
| Targets | 452 | 52% |
| <?xml version="1.0" encoding="IBM437"?> | |
| <!-- | |
| ============================================================================================================================================ | |
| E:\vspreviewcrash\dotnet\lib\Http\HttpFree.fsproj | |
| ============================================================================================================================================ | |
| --> | |
| <Project> | |
| <!-- | |
| ============================================================================================================================================ | |
| <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"> |
| <?xml version="1.0" encoding="IBM437"?> | |
| <!-- | |
| ============================================================================================================================================ | |
| C:\Users\davkean\Source\Repos\ClassLibrary45\ClassLibrary45\ClassLibrary45.fsproj | |
| ============================================================================================================================================ | |
| --> | |
| <Project DefaultTargets="Build"> | |
| <!-- | |
| ============================================================================================================================================ | |
| <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"> |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Globalization; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text.RegularExpressions; | |
| using System.Threading.Tasks; | |
| using Xunit.Sdk; |
| <!-- | |
| ============================================================================================================================================ | |
| C:\Users\davkean\Source\Repos\ClassLibrary45\ClassLibrary1\ClassLibrary1.fsproj | |
| ============================================================================================================================================ | |
| --> | |
| <Project DefaultTargets="Build"> | |
| <!-- | |
| ============================================================================================================================================ | |
| <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"> | |
| This import was added implicitly because the Project element's Sdk attribute specified "Microsoft.NET.Sdk". |