Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Strawberry Perl requirement? #5297

Closed
deeprobin opened this issue Sep 12, 2021 · 12 comments
Closed

Build: Strawberry Perl requirement? #5297

deeprobin opened this issue Sep 12, 2021 · 12 comments
Labels
Bug Product bug (most likely) Infrastructure Investigate Requires further investigation by the WPF team.

Comments

@deeprobin
Copy link
Contributor

.NET Core Version:

.NET runtimes installed:
  Microsoft.AspNetCore.All 2.1.24 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.1.24 [C:\PROGRA~1\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.24 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.1.24 [C:\PROGRA~1\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 3.1.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 3.1.11 [C:\PROGRA~1\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 5.0.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 5.0.2 [C:\PROGRA~1\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 6.0.0-preview.7.21378.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 6.0.0-preview.7.21378.6 [C:\PROGRA~1\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.1.24 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.24 [C:\PROGRA~1\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 3.1.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 3.1.11 [C:\PROGRA~1\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.2 [C:\PROGRA~1\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 6.0.0-preview.7.21377.19 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 6.0.0-preview.7.21377.19 [C:\PROGRA~1\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 3.1.11 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 3.1.11 [C:\PROGRA~1\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 5.0.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 5.0.2 [C:\PROGRA~1\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 6.0.0-preview.7.21378.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 6.0.0-preview.7.21378.9 [C:\PROGRA~1\dotnet\shared\Microsoft.WindowsDesktop.App]

Problem description:

Is there any documentation for building the first time WPF? Why is StrawberryPerl needed?

Actual behavior:
Build fails:


E:\dotnet\wpf>build.cmd
Processing E:\dotnet\wpf\global.json
strawberry-perl was not found in C:\Users\robin\.netcoreeng\native\bin\strawberry-perl\5.28.1.1-1\.
net-framework-48-ref-assemblies was not found in C:\Users\robin\.netcoreeng\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
dotnet-api-docs_net5.0 was not found in C:\Users\robin\.netcoreeng\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
bei Exec-Process, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 89
bei MSBuild-Core, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 789
bei InitializeToolset, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 661
bei Build, E:\dotnet\wpf\eng\common\Build.ps1: Zeile 91
bei <ScriptBlock>, E:\dotnet\wpf\eng\common\Build.ps1: Zeile 153
bei <ScriptBlock>, <Keine Datei>: Zeile 1
Ausnahme beim Aufrufen von "Start" mit 0 Argument(en):  "Das System kann die angegebene Datei nicht finden"

E:\dotnet\wpf>

Expected behavior:
Build successful

Minimal repro:
build.cmd

@lindexi
Copy link
Member

lindexi commented Sep 12, 2021

@deeprobin See #4909

The Perl is used to generate some code, such as RowDefinition

@deeprobin
Copy link
Contributor Author

@lindexi Oh thank you. Unfortunately I suspect it has something to do with this Native tools bootstrap failed that the build is not running.
Does anyone have any ideas on how to get this to work?

@ThomasGoulet73
Copy link
Contributor

ThomasGoulet73 commented Sep 13, 2021

Hey @deeprobin,

build.cmd is supposed to download these for you using the versions here. In your case I don't know why they are not downloading.

You could try the steps:

  • Try running the command using an admin command prompt, maybe it's unable to create C:\Users\robin\.netcoreeng.
  • Check if C:\Users\robin\.netcoreeng exists, if it exists, delete it and retry the build.
  • If it still fails, try running build.cmd -verbosity diag and post the output here.

Thank you

@deeprobin
Copy link
Contributor Author

Hey @ThomasGoulet73,

* Try running the command using an admin command prompt, maybe it's unable to create `C:\Users\robin\.netcoreeng`.

build.cmd successfully created this folder

* Check if `C:\Users\robin\.netcoreeng` exists, if it exists, delete it and retry the build.

I have tried with unfortunately the same result

* If it still fails, try running `build.cmd -verbosity diag` and post the output here.
E:\dotnet\wpf>build.cmd -verbosity diag
Processing E:\dotnet\wpf\global.json
strawberry-perl was not found in C:\Users\robin\.netcoreeng\native\bin\strawberry-perl\5.28.1.1-1\.
net-framework-48-ref-assemblies was not found in C:\Users\robin\.netcoreeng\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
dotnet-api-docs_net5.0 was not found in C:\Users\robin\.netcoreeng\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
bei Exec-Process, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 89
bei MSBuild-Core, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 789
bei InitializeToolset, E:\dotnet\wpf\eng\common\tools.ps1: Zeile 661
bei Build, E:\dotnet\wpf\eng\common\Build.ps1: Zeile 91
bei <ScriptBlock>, E:\dotnet\wpf\eng\common\Build.ps1: Zeile 153
bei <ScriptBlock>, <Keine Datei>: Zeile 1
Ausnahme beim Aufrufen von "Start" mit 0 Argument(en):  "Das System kann die angegebene Datei nicht finden"

E:\dotnet\wpf>

@lindexi
Copy link
Member

lindexi commented Sep 14, 2021

@deeprobin How about use GitHub action to build it?

--> Adding .github\workflows\dotnetcore.yml file to your private WPF repo. Add the code to dotnetcore.yml file:

name: .NET Core

on: [push]

jobs:
  build:

    runs-on: windows-latest

    steps:
    - uses: actions/checkout@v1
    - name: Install Nuget
      uses: nuget/setup-nuget@v1
      with:
        nuget-version: '5.x'
      
    - name: Build
      run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86

See: dotnet-campus#1

@singhashish-wpf singhashish-wpf added Investigate Requires further investigation by the WPF team. Infrastructure and removed Untriaged Requires WPF team triage labels Sep 14, 2021
@singhashish-wpf singhashish-wpf added this to the Future milestone Sep 14, 2021
@ryalanms ryalanms added the Bug Product bug (most likely) label Sep 15, 2021
@ryalanms ryalanms modified the milestones: Future, .NET 6.0 Servicing Sep 15, 2021
@deeprobin
Copy link
Contributor Author

deeprobin commented Sep 19, 2021

Hey @ThomasGoulet73

I tried it again and now I get a other error:


E:\dotnet\wpf>build.cmd
Processing E:\dotnet\wpf\global.json
strawberry-perl was not found in C:\Users\robin\.netcoreeng\native\bin\strawberry-perl\5.28.1.1-1\.
net-framework-48-ref-assemblies was not found in C:\Users\robin\.netcoreeng\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
dotnet-api-docs_net5.0 was not found in C:\Users\robin\.netcoreeng\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl:E:\dotnet\wpf\artifacts\log\Debug\x86\ToolsetRestore.binlog /clp:Summary /clp:ErrorsOnly;NoSummary /m /nr:True /p:ContinuousIntegrationBuild=False /p:TreatWarningsAsErrors=true /p:__ToolsetLocationOutputFile=E:\dotnet\wpf\artifacts\toolset\7.0.0-beta.21457.3.txt /t:__WriteToolsetLocation /v:minimal /warnaserror E:\dotnet\wpf\artifacts\toolset\restore.proj
Detecting WPF Git hooks...
Installing WPF Git pre-commit hook...
Processing E:\dotnet\wpf\eng\..\global.json
File 'C:\Users\robin\.netcoreeng\native\temp\strawberry-perl-5.28.1.1-1-win64-x64.zip' already exists, skipping downloadstrawberry-perl was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\strawberry-perl\5.28.1.1-1\.
File 'C:\Users\robin\.netcoreeng\native\temp\net-framework-48-ref-assemblies-0.0.0.1-win64-x64.zip' already exists, skipping download
net-framework-48-ref-assemblies was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
File 'C:\Users\robin\.netcoreeng\native\temp\dotnet-api-docs_net5.0-0.0.0.3-win64-x64.zip' already exists, skipping download
dotnet-api-docs_net5.0 was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl:E:\dotnet\wpf\artifacts\log\Debug\x86\Build.binlog /clp:Summary /m /nowarn:D9035 /nr:True /p:ContinuousIntegrationBuild=False /p:TreatWarningsAsErrors=true /p:Platform=x86 /p:Configuration=Debug /p:RepoRoot=E:\dotnet\wpf\ /p:Restore=True /p:DeployDeps=False /p:Build=True /p:Rebuild=False /p:Deploy=False /p:Test=False /p:Pack=False /p:IntegrationTest=False /p:PerformanceTest=False /p:Sign=False /p:Publish=False /v:minimal /warnaserror C:\Users\robin\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21457.3\tools\Build.proj
  Wiederherzustellende Projekte werden ermittelt...
  "C:\Users\robin\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21457.3\tools\Tools.proj" wiederhergestellt (i
  n 9,55 sec).
GET https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.

dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Runtime/2.1.7/dotnet-runtime-2.1.7-win-x86.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Runtime/2.1.7/dotnet-runtime-2.1.7-win-x86.zip
dotnet-install: Adding to current process PATH: "E:\dotnet\wpf\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.

dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.0-rc.1.21406.5/dotnet-runtime-6.0.0-rc.1.21406.5-win-x86.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.0-rc.1.21406.5/dotnet-runtime-6.0.0-rc.1.21406.5-win-x86.zip
dotnet-install: Adding to current process PATH: "E:\dotnet\wpf\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
  Wiederherzustellende Projekte werden ermittelt...
  Das Projekt "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\bilinearspan\bilinearspan.vcxproj" wird übersp
  rungen, da es nicht gefunden wurde.
  Das Projekt "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\bilinearspan\bilinearspan.vcxproj" wird übersp
  rungen, da es nicht gefunden wurde.
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Input.Manipulations\ref\System.Windows.Input.Manipulations
  -ref.csproj" wiederhergestellt (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Presentation\System.Windows.Presentation.csproj" wiederher
  gestellt (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationTypes\UIAutomationTypes.csproj" wiederhergestell
  t (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Xaml\ref\System.Xaml-ref.csproj" wiederhergestellt (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsBase\ref\WindowsBase-ref.csproj" wiederhergestellt (in 6,67 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemXml\PresentationFramework-SystemXm
  l.csproj" wiederhergestellt (in 6,66 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Input.Manipulations\System.Windows.Input.Manipulations.csp
  roj" wiederhergestellt (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Presentation\ref\System.Windows.Presentation-ref.csproj" w
  iederhergestellt (in 6,65 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Controls.Ribbon\System.Windows.Controls.Ribbon.csproj" wie
  derhergestellt (in 6,66 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemXmlLinq\PresentationFramework-Syst
  emXmlLinq.csproj" wiederhergestellt (in 6,66 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemDrawing\PresentationFramework-Syst
  emDrawing.csproj" wiederhergestellt (in 6,64 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PenImc\tablib\TabLib.vcxproj" wiederhergestellt (in 6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\PresentationNative\PresentationNative.vcxproj" wiederhergestellt (in 1
  6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\VCRuntime\VCRuntime.vcxproj" wiederhergestellt (in 18 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PenImc\dll\PenImc.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\meta\meta.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\resources\resources.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\hw\hw.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\glyph\glyph.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\ref\PresentationFramework-ref.csproj" wiederhergest
  ellt (in 44 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Platform\Platform.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Compiler\Compiler.vcxproj" wiederhergestellt (in 6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\geometry\Geometry.vcxproj" wiederhergestellt (in 6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemData\PresentationFramework-SystemD
  ata.csproj" wiederhergestellt (in 58 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\PresentationCore.csproj" wiederhergestellt (in 55 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemCore\PresentationFramework-SystemC
  ore.csproj" wiederhergestellt (in 57 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Collector\Collector.vcxproj" wiederhergestellt (in 8 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.csproj" wiederhergestellt (in
   73 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\ref\PresentationCore-ref.csproj" wiederhergestellt (in 5
  6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\control\util\util.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\av\av.vcxproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\common\common.vcxproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\api\api.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\dll\wpfgfx.vcxproj" wiederhergestellt (in 40 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClientSideProviders\ref\UIAutomationClientSidePr
  oviders-ref.csproj" wiederhergestellt (in 32 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero\PresentationFramework.Aero.csproj" wied
  erhergestellt (in 56 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.AeroLite\PresentationFramework.AeroLite.cspr
  oj" wiederhergestellt (in 59 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\D3DCompiler\D3DCompiler.vcxproj" wiederhergestellt (in 14 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Classic\PresentationFramework.Classic.csproj
  " wiederhergestellt (in 91 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClientSideProviders\UIAutomationClientSideProvid
  ers.csproj" wiederhergestellt (in 73 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero\ref\PresentationFramework.Aero-ref.cspr
  oj" wiederhergestellt (in 96 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\System.Printing\System.Printing-PresentationFramework-api-cycl
  e.csproj" wiederhergestellt (in 24 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Royale\ref\PresentationFramework.Royale-ref.
  csproj" wiederhergestellt (in 64 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero2\ref\PresentationFramework.Aero2-ref.cs
  proj" wiederhergestellt (in 94 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Royale\PresentationFramework.Royale.csproj"
  wiederhergestellt (in 50 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.AeroLite\ref\PresentationFramework.AeroLite-
  ref.csproj" wiederhergestellt (in 100 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero2\PresentationFramework.Aero2.csproj" wi
  ederhergestellt (in 93 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\util\UtilLib\UtilLib.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\util\DllUtil\DllUtil.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\debug\DebugLib\DebugLib.vcxproj" wiederhergestellt (in 9 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\targets\targets.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\uce\uce.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-System.Printing-im
  pl-cycle.csproj" wiederhergestellt (in 21 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\swlib\sw.vcxproj" wiederhergestellt (in 5 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Shared\OSVersionHelper\OSVersionHelper.vcxproj" wiederhergestellt (in 4 m
  s).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationUI\PresentationUI-PresentationFramework-impl-cycle
  .csproj" wiederhergestellt (in 39 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\ReachFramework\ReachFramework-PresentationFramework-api-cycle.
  csproj" wiederhergestellt (in 50 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-System.Printing-ap
  i-cycle.csproj" wiederhergestellt (in 44 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\ReachFramework\ReachFramework-System.Printing-api-cycle.csproj
  " wiederhergestellt (in 62 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Printing\ref\System.Printing-ref.csproj" wiederhergestellt (in 35
  ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\ReachFramework\ReachFramework.csproj" wiederhergestellt (in 41 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationProvider\ref\UIAutomationProvider-ref.csproj" wi
  ederhergestellt (in 19 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationTypes\ref\UIAutomationTypes-ref.csproj" wiederhe
  rgestellt (in 44 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\ReachFramework\ref\ReachFramework-ref.csproj" wiederhergestellt (in 66 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Controls.Ribbon\ref\System.Windows.Controls.Ribbon-ref.csp
  roj" wiederhergestellt (in 74 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationProvider\UIAutomationProvider.csproj" wiederherg
  estellt (in 50 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Luna\ref\PresentationFramework.Luna-ref.cspr
  oj" wiederhergestellt (in 37 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\UIAutomationClient.csproj" wiederhergeste
  llt (in 49 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-PresentationUI-api
  -cycle.csproj" wiederhergestellt (in 19 ms).
  "E:\dotnet\wpf\packaging\Microsoft.NET.Sdk.WindowsDesktop\Microsoft.NET.Sdk.WindowsDesktop.ArchNeutral.csproj" wieder
  hergestellt (in 24 ms).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Wpf.GitHub\Microsoft.DotNet.Wpf.GitHub.csproj" wiederhergestellt (in 13 ms)
  .
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\ref\PresentationUI-ref.csproj" wiederhergestellt (in 102 m
  s).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Wpf.GitHub\Microsoft.DotNet.Wpf.GitHub.ArchNeutral.csproj" wiederhergestell
  t (in 17 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Classic\ref\PresentationFramework.Classic-re
  f.csproj" wiederhergestellt (in 52 ms).
  "E:\dotnet\wpf\packaging\Microsoft.Dotnet.Wpf.ProjectTemplates\Microsoft.DotNet.Wpf.ProjectTemplates.ArchNeutral.cspr
  oj" wiederhergestellt (in 26 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\scanop\scanop.vcxproj" wiederhergestellt (in 10 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\shared\shared.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\effects\effects.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-ReachFramework-imp
  l-cycle.csproj" wiederhergestellt (in 43 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\DynamicCall\DynamicCall.vcxproj" wiederhergestellt (in 5 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\PixelShader\PixelShader.vcxproj" wiederhergestellt (in
  11 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Luna\PresentationFramework.Luna.csproj" wied
  erhergestellt (in 87 ms).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Arcade.Wpf.Sdk\Microsoft.DotNet.Arcade.Wpf.Sdk.ArchNeutral.csproj" wiederhe
  rgestellt (in 43 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsBase\WindowsBase.csproj" wiederhergestellt (in 53 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\ref\UIAutomationClient-ref.csproj" wieder
  hergestellt (in 59 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsFormsIntegration\WindowsFormsIntegration.csproj" wiederhergestellt
   (in 76 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsFormsIntegration\ref\WindowsFormsIntegration-ref.csproj" wiederher
  gestellt (in 73 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Xaml\System.Xaml.csproj" wiederhergestellt (in 7,59 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationBuildTasks\PresentationBuildTasks.csproj" wiederhergestellt (
  in 2,16 sec).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj" wiederhergestellt (in 2,19 sec).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\DirectWriteForwarder\Debug\net6.0\CppCliSupport\CppClrSupport_DirectWriteForwarder.cspro
  j" wiederhergestellt (in 794 ms).
  Microsoft.DotNet.Arcade.Wpf.Sdk.ArchNeutral ->
  Microsoft.DotNet.Wpf.GitHub.ArchNeutral ->
  Microsoft.NET.Sdk.WindowsDesktop.ArchNeutral ->
  Microsoft.DotNet.Wpf.ProjectTemplates.ArchNeutral ->
  Microsoft.DotNet.Wpf.GitHub ->
  PresentationFramework-PresentationUI-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-PresentationUI-ap
  i-cycle\Debug\net6.0\PresentationFramework.dll
  ReachFramework-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-PresentationFramework-ap
  i-cycle\Debug\net6.0\ReachFramework.dll
  ReachFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-System.Printing-api-cycle\Debu
  g\net6.0\ReachFramework.dll
  System.Printing-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\System.Printing-PresentationFramework-
  api-cycle\Debug\net6.0\System.Printing.dll
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\System.Printing\Debug\net6.0\CppCliSupport\CppClrSupport_System.Printing.csproj" wiederh
  ergestellt (in 562 ms).
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\api\Win32\Debug\CppSupport\CppSupport_api.csproj" wiederhergestellt (in 3,87 sec).
  "E:\dotnet\wpf\artifacts\obj\wpfgfx\Win32\Debug\CppSupport\CppSupport_wpfgfx.csproj" wiederhergestellt (in 2,69 sec).
  "E:\dotnet\wpf\artifacts\obj\av\Win32\Debug\CppSupport\CppSupport_av.csproj" wiederhergestellt (in 3,89 sec).
  "E:\dotnet\wpf\artifacts\obj\PenImc\Win32\Debug\CppSupport\CppSupport_PenImc.csproj" wiederhergestellt (in 3,91 sec).
  "E:\dotnet\wpf\artifacts\obj\TabLib\Win32\Debug\CppSupport\CppSupport_TabLib.csproj" wiederhergestellt (in 3,87 sec).
  "E:\dotnet\wpf\artifacts\obj\D3DCompiler\Win32\Debug\CppSupport\CppSupport_D3DCompiler.csproj" wiederhergestellt (in
  3,96 sec).
  "E:\dotnet\wpf\artifacts\obj\DynamicCall\Win32\Debug\CppSupport\CppSupport_DynamicCall.csproj" wiederhergestellt (in
  1,78 sec).
  "E:\dotnet\wpf\artifacts\obj\VCRuntime\Win32\Debug\CppSupport\CppSupport_VCRuntime.csproj" wiederhergestellt (in 4,09
   sec).
  "E:\dotnet\wpf\artifacts\obj\common\Win32\Debug\CppSupport\CppSupport_common.csproj" wiederhergestellt (in 4,05 sec).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\Compiler\Win32\Debug\CppSupport\CppSupport_Compiler.csproj" wiederhergestellt (in 86 ms)
  .
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cpp
  precomp.cpp
  SidUtils.cpp
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cpp
  precomp.cpp
  DelayCall.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\Collector\Win32\Debug\CppSupport\CppSupport_Collector.csproj" wiederhergestellt (in 155
  ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\util\Win32\Debug\CppSupport\CppSupport_util.csproj" wiederhergestellt (in 99 ms).
  "E:\dotnet\wpf\artifacts\obj\resources\Win32\Debug\CppSupport\CppSupport_resources.csproj" wiederhergestellt (in 95 m
  s).
  precomp.cpp
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cpp
  precomp.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Assemble.cpp
  "E:\dotnet\wpf\artifacts\obj\Geometry\Win32\Debug\CppSupport\CppSupport_Geometry.csproj" wiederhergestellt (in 76 ms)
  .
  Bubbler.cpp
  DependencyGraph.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Branch.cpp
  precomp.cpp
  C_f32x1.cpp
  Dump.cpp
  C_f32x4.cpp
  FlowControl.cpp
  C_LazyVar.cpp
  FlushMemory.cpp
  "E:\dotnet\wpf\artifacts\obj\DllUtil\Win32\Debug\CppSupport\CppSupport_DllUtil.csproj" wiederhergestellt (in 94 ms).
  Locator.cpp
  C_s16x8.cpp
  Mapper.cpp
  C_s32x4.cpp
  C_u128x1.cpp
  C_u16x4.cpp
  Operator.cpp
  C_u16x8.cpp
  OperatorFlags.cpp
  C_u32.cpp
  OperatorOpcodes.cpp
  program.cpp
  C_u32x2.cpp
  Shuffle.cpp
  C_u32x4.cpp
  C_u64.cpp
  "E:\dotnet\wpf\artifacts\obj\Platform\Win32\Debug\CppSupport\CppSupport_Platform.csproj" wiederhergestellt (in 81 ms)
  .
  ShuffleRegs.cpp
  C_u64x1.cpp
  Code wird generiert...
  C_u64x2.cpp
  C_u8x16.cpp
  C_u8x8.cpp
  jitteraccess.cpp
  MmValue.cpp
  PVOID.cpp
  Code wird generiert...
  Kompilieren...
  P_f32x4.cpp
  XmmValue.cpp
  Code wird generiert...
  precomp.cpp
  TabLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\TabLib\Win32\Debug\TabLib.lib
  DynamicCall.vcxproj -> E:\dotnet\wpf\artifacts\bin\DynamicCall\Win32\Debug\DynamicCall.lib
  Compiler.vcxproj -> E:\dotnet\wpf\artifacts\bin\Compiler\Win32\Debug\FXJITCompiler.lib
  Collector.vcxproj -> E:\dotnet\wpf\artifacts\bin\Collector\Win32\Debug\FXJITCollector.lib
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cxx
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\meta\Win32\Debug\CppSupport\CppSupport_meta.csproj" wiederhergestellt (in 64 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\glyph\Win32\Debug\CppSupport\CppSupport_glyph.csproj" wiederhergestellt (in 96 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\shared\Win32\Debug\CppSupport\CppSupport_shared.csproj" wiederhergestellt (in 93 ms).
  "E:\dotnet\wpf\artifacts\obj\UtilLib\Win32\Debug\CppSupport\CppSupport_UtilLib.csproj" wiederhergestellt (in 107 ms).
  Wiederherzustellende Projekte werden ermittelt...
  control.cpp
  precomp.cpp
  precomp.cpp
  precomp.cpp
  dllmain.cxx
  dllmainimpl.cxx
  data.cxx
  Code wird generiert...
  Platform.cpp
  AssertDllInUse.cpp
  utils.cpp
  BaseMatrix.cpp
  util.vcxproj -> E:\dotnet\wpf\artifacts\bin\util\Win32\Debug\gcutil.lib
  cpen.cpp
  DllUtil.vcxproj -> E:\dotnet\wpf\artifacts\bin\DllUtil\Win32\Debug\DllUtil.lib
  FigureBase.cpp
  BufferDispenser.cpp
  D3DLoader.cpp
  figure.cpp
  "E:\dotnet\wpf\artifacts\obj\sw\Win32\Debug\CppSupport\CppSupport_sw.csproj" wiederhergestellt (in 40 ms).
  Platform.vcxproj -> E:\dotnet\wpf\artifacts\bin\Platform\Win32\Debug\FXJITPlatform.lib
  DWMInterop.cpp
  FillTessellator.cpp
  Gamma.cpp
  Wiederherzustellende Projekte werden ermittelt...
  shapeBase.cpp
  System.Windows.Input.Manipulations-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations-ref\Debug\ne
  t6.0\System.Windows.Input.Manipulations.dll
  shape.cpp
  Display.cpp
  precomp.cpp
  "E:\dotnet\wpf\artifacts\obj\OSVersionHelper\Win32\Debug\CppSupport\CppSupport_OSVersionHelper.csproj" wiederhergeste
  llt (in 49 ms).
  pch.cxx
  System.Xaml-ref -> E:\dotnet\wpf\artifacts\bin\System.Xaml-ref\Debug\net6.0\System.Xaml.dll
  strokefigure.cpp
  osversionhelper.cpp
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net472\PresentationBuildTasks.dll
  engine.cpp
  GradientTexture.cpp
  matrix.cpp
  bezier.cpp
  watsonreportinghelper.cpp
  matrix3x2.cpp
  Scanner.cpp
  MatrixStack.cpp
  Code wird generiert...
  Tessellate.cpp
  OSVersionHelper.vcxproj -> E:\dotnet\wpf\artifacts\bin\OSVersionHelper\Win32\Debug\OSVersionHelper.lib
  assert.cxx
  "E:\dotnet\wpf\artifacts\obj\scanop\Win32\Debug\CppSupport\CppSupport_scanop.csproj" wiederhergestellt (in 41 ms).
  memutils.cxx
  misc.cxx
  precomp.cpp
  memblock.cpp
  strutil.cxx
  api_base.cpp
  api_basebrushes.cpp
  instrumentation.cxx
  api_brush.cpp
  list.cxx
  MILMatrix.cpp
  api_codecfactory.cpp
  milav.cpp
  lazymem.cpp
  hirestimer.cxx
  Boolean.cpp
  api_factory.cpp
  affinetransform3d.cpp
  RectUtils.cpp
  avtrace.cpp
  ResourcePool.cpp
  mediabuffer.cpp
  ambientlight.cpp
  api_mesh3d.cpp
  GuidelineCollection.cpp
  api_renderstate.cpp
  dxvamanagerwrapper.cpp
  registry.cxx
  axisanglerotation3d.cpp
  WmpClientSite.cpp
  System.Windows.Input.Manipulations -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations\Debug\net6.0\Sys
  tem.Windows.Input.Manipulations.dll
  assertentry.cpp
  api_shader.cpp
  debugbreak.cpp
  Wmp11ClientSite.cpp
  FigureTask.cpp
  rtutils.cpp
  bitmapres.cpp
  WmpPlayer.cpp
  Code wird generiert...
  BitmapCacheBrush.cpp
  utils.cpp
  api_utils.cpp
  AnimationPath.cpp
  WmpStateEngine.cpp
  Code wird generiert...
  BitmapCacheMode.cpp
  api_lights.cpp
  EvrPresenter.cpp
  Area.cpp
  api_lightdata.cpp
  BlurEffect.cpp
  ExactArithmetic.cpp
  WmpEventHandler.cpp
  LineSegmentIntersection.cpp
  exports.cpp
  StateThread.cpp
  "E:\dotnet\wpf\artifacts\obj\uce\Win32\Debug\CppSupport\CppSupport_uce.csproj" wiederhergestellt (in 55 ms).
  dynarrayimpl.cpp
  fakepp.cpp
  avloader.cpp
  globals.cpp
  Code wird generiert...
  CompactShapes.cpp
  brush.cpp
  util.cpp
  UtilLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\UtilLib\Win32\Debug\wpfutil.lib
  precomp.cpp
  MediaEventProxy.cpp
  BrushIntermediateCache.cpp
  BezierD.cpp
  Kompilieren...
  WatermarkStack.cpp
  EvrFilterWrapper.cpp
  milcoredllentry.cpp
  BezierFlattener.cpp
  BrushIntermediateRealizer.cpp
  MILDC.cpp
  SampleQueue.cpp
  "E:\dotnet\wpf\artifacts\obj\DebugLib\Win32\Debug\CppSupport\CppSupport_DebugLib.csproj" wiederhergestellt (in 54 ms)
  .
  milboxf.cpp
  Code wird generiert...
  engine.cpp
  BrushRealizer.cpp
  PlayerState.cpp
  d3dutils.cpp
  etwtrace.cpp
  DummyPlayer.cpp
  Code wird generiert...
  debuglib.cxx
  gammaluts.cpp
  3dutils.cpp
  brushtypeutils.cpp
  CacheMode.cpp
  memreader.cpp
  camera.cpp
  mem.cpp
  milcom.cpp
  combinedgeometry.cpp
  memblockreader.cpp
  milrectf_wh.cpp
  memwriter.cpp
  milrect.cpp
  currentvalue.cpp
  slistutil.cpp
  pixelformatutils.cpp
  Kompilieren...
  d3dimage.cpp
  dump.cpp
  Kompilieren...
  StripClipper.cpp
  WmpStateEngineProxy.cpp
  hwmediabuffer.cpp
  swmediabuffer.cpp
  OSCompat.cpp
  dashStyle.cpp
  activate.cpp
  AxisAlignedStripClipper.cpp
  eventproxy.cpp
  SampleScheduler.cpp
  glyphruncore.cpp
  MediaInstance.cpp
  CompositionNotifier.cpp
  processorfeatures.cpp
  ClockWrapper.cpp
  DeviceAlignedIntermediateRealizer.cpp
  Tier.cpp
  Code wird generiert...
  PresenterWrapper.cpp
  UniqueList.cpp
  SharedState.cpp
  UpdateState.cpp
  Code wird generiert...
  diffusematerial.cpp
  log.cpp
  real.cpp
  bitmap.cpp
  refcountbase.cpp
  Code wird generiert...
  ptrarray.cpp
  baseglyphpainter.cpp
  "E:\dotnet\wpf\artifacts\obj\PresentationNative\Win32\Debug\CppSupport\CppSupport_PresentationNative.csproj" wiederhe
  rgestellt (in 46 ms).
  resourcecache.cpp
  bitmapdbgio.cpp
  halftone.cpp
  api.vcxproj -> E:\dotnet\wpf\artifacts\bin\api\Win32\Debug\api.lib
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net6.0\PresentationBuildTasks.dll
  "E:\dotnet\wpf\artifacts\obj\targets\Win32\Debug\CppSupport\CppSupport_targets.csproj" wiederhergestellt (in 59 ms).
  ptrset.cpp
  perf.cpp
  scanoperation.cpp
  rgnutils.cpp
  enhancedcontrasttable.cpp
  scanpipeline.cpp
  scanpipelinebuilder.cpp
  Code wird generiert...
  utc.cpp
  exports.cpp
  DebugLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\DebugLib\Win32\Debug\DebugLib.lib
  precomp.cpp
  xmm.cpp
  dwritefactory.cpp
  utils.cpp
  soalphamultiply.cpp
  renderoptions.cpp
  desktophwndrt.cpp
  Code wird generiert...
  "E:\dotnet\wpf\artifacts\obj\PixelShader\Win32\Debug\CppSupport\CppSupport_PixelShader.csproj" wiederhergestellt (in
  37 ms).
  Code wird generiert...
  soblend.cpp
  desktoprt.cpp
  soblend_sse2.cpp
  Geometry.vcxproj -> E:\dotnet\wpf\artifacts\bin\Geometry\Win32\Debug\coregeometry.lib
  Processing .\PenImc.idl
  glyph.vcxproj -> E:\dotnet\wpf\artifacts\bin\glyph\Win32\Debug\glyph.lib
  av.vcxproj -> E:\dotnet\wpf\artifacts\bin\av\Win32\Debug\av.lib
  soconvert.cpp
  dummyrt.cpp
  PenImc.idl
  socopy.cpp
  metabitmaprt.cpp
  sodither.cpp
  metaiterator.cpp
  precomp.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oaidl.idl
  sogammaconvert.cpp
  metart.cpp
  oaidl.idl
  soquantize.cpp
  Kompilieren...
  directionallight.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\objidl.idl
  objidl.idl
  System.Xaml -> E:\dotnet\wpf\artifacts\bin\System.Xaml\Debug\net6.0\System.Xaml.dll
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\unknwn.idl
  unknwn.idl
  systembitmap.cpp
  doublebufferedbitmapres.cpp
  Code wird generiert...
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\wtypes.idl
  wtypes.idl
  drawingbrush.cpp
  drawinggroup.cpp
  writeprotectedbitmap.cpp
  aacoverage.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\wtypesbase.idl
  dwriteloader.cpp
  wtypesbase.idl
  "E:\dotnet\wpf\artifacts\obj\effects\Win32\Debug\CppSupport\CppSupport_effects.csproj" wiederhergestellt (in 68 ms).
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\basetsd.h
  basetsd.h
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\guiddef.h
  guiddef.h
  bitmapwrappers.cpp
  drawingimage.cpp
  pshader.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ocidl.idl
  ocidl.idl
  Code wird generiert...
  DropShadowEffect.cpp
  precomp.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oleidl.idl
  oleidl.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\servprov.idl
  servprov.idl
  pstrans.cpp
  aarasterizer.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\urlmon.idl
  ellipsegeometry.cpp
  urlmon.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\msxml.idl
  msxml.idl
  emissivematerial.cpp
  shared.vcxproj -> E:\dotnet\wpf\artifacts\bin\shared\Win32\Debug\shared.lib
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oaidl.acf
  etwresource.cpp
  oaidl.acf
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ocidl.acf
  ocidl.acf
  "E:\dotnet\wpf\artifacts\obj\hw\Win32\Debug\CppSupport\CppSupport_hw.csproj" wiederhergestellt (in 55 ms).
  geometry.cpp
  rdpstrans.cpp
  geometry3d.cpp
  shaderreg.cpp
  meta.vcxproj -> E:\dotnet\wpf\artifacts\bin\meta\Win32\Debug\meta.lib
  geometrydrawing.cpp
  geometrygroup.cpp
  Code wird generiert...
  boundsrt.cpp
  geometrymodel3d.cpp
  precomp.cpp
  brushspan.cpp
  glyphrundrawing.cpp
  GlyphRunGeometrySink.cpp
  glyphrunslave.cpp
  doublebufferedbitmap.cpp
  scanop.vcxproj -> E:\dotnet\wpf\artifacts\bin\scanop\Win32\Debug\scanop.lib
  scanpipelinerender.cpp
  gradientbrush.cpp
  GuidelineCollectionResource.cpp
  SwBitmapCache.cpp
  imagebrush.cpp
  SwBitmapColorSource.cpp
  swclip.cpp
  PixelShader.vcxproj -> E:\dotnet\wpf\artifacts\bin\PixelShader\Win32\Debug\FXJITPixelShader.lib
  Code wird generiert...
  stdafx.cpp
  swhwndrt.cpp
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net472\PresentationBuildTasks.dll
  SwIntermediateRTCreator.cpp
  swpresentgdi.cpp
  swrast.cpp
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\tmp\Debug\PresentationBuildTasks\net472\
  Kompilieren...
  imagedrawing.cpp
  ImplicitInputBrush.cpp
  swsurfrt.cpp
  effectlist.cpp
  alphamaskwrapper.cpp
  Effect.cpp
  apifunc.cpp
  light.cpp
  swglyphrun.cpp
  lineargradient.cpp
  clientchanneltables.cpp
  swglyphpainter.cpp
  linegeometry.cpp
  serverchanneltables.cpp
  marshal_generated.cpp
  clientchannel.cpp
  common.vcxproj -> E:\dotnet\wpf\artifacts\bin\common\Win32\Debug\common.lib
  basert.cpp
  renderingbuilder.cpp
  clipstack.cpp
  effects.vcxproj -> E:\dotnet\wpf\artifacts\bin\effects\Win32\Debug\effects.lib
  cmdbatch.cpp
  WindowsBase-ref -> E:\dotnet\wpf\artifacts\bin\WindowsBase-ref\Debug\net6.0\WindowsBase.dll
  swinit.cpp
  connection.cpp
  material.cpp
  Code wird generiert...
  materialgroup.cpp
  matrix.cpp
  matrixcamera.cpp
  matrixtransform3d.cpp
  meshgeometry3d.cpp
  model3d.cpp
  model3dgroup.cpp
  modelrenderwalker.cpp
  modelwalker.cpp
  basesurfrt.cpp
  connectioncontext.cpp
  dlldatax.c
  ComApartmentVerifier.cpp
  node.cpp
  composition.cpp
  shapeclipperforfeb.cpp
  sw.vcxproj -> E:\dotnet\wpf\artifacts\bin\sw\Win32\Debug\sw.lib
  ComLockableWrapper.cpp
  Code wird generiert...
  orthographiccamera.cpp
  PenImc.cpp
  pathgeometry.cpp
  BitmapOfDeviceBitmaps.cpp
  Code wird generiert...
  crossthreadcomposition.cpp
  d3ddevice.cpp
  targets.vcxproj -> E:\dotnet\wpf\artifacts\bin\targets\Win32\Debug\targets.lib
  dirtyregion.cpp
  dpiprovider.cpp
  Kompilieren...
  pathgeometrywrapper.cpp
  drawingcontext.cpp
  PimcContext.cpp
  d3ddevicemanager.cpp
  pen.cpp
  d3dgeometry.cpp
  perspectivecamera.cpp
  generated_resource_factory.cpp
  PixelShader.cpp
  d3dglyphbank.cpp
  geometry_api.cpp
  d3dglyphpainter.cpp
  pointlight.cpp
  global.cpp
  glyphcacheslave.cpp
  prerenderwalker.cpp
  d3dglyphrun.cpp
  PimcTablet.cpp
  graphwalker.cpp
  projectioncamera.cpp
  d3dlockabletexture.cpp
  quaternionrotation3d.cpp
  handletable.cpp
  d3dlog.cpp
  PimcManager.cpp
  radialgradient.cpp
  Code wird generiert...
  rectanglegeometry.cpp
  PimcSurrogate.cpp
  SxSCOMRegistration.cpp
  renderdata.cpp
  Kompilieren...
  htmaster.cpp
  d3dregistry.cpp
  htslave.cpp
  renderdata_generated.cpp
  rotate.cpp
  hwndtarget.cpp
  rotatetransform3d.cpp
  WispComLockExports.cpp
  d3drenderstate.cpp
  rotation3d.cpp
  scale.cpp
  partition.cpp
  scaletransform3d.cpp
  d3dresource.cpp
  Code wird generiert...
  ShaderEffect.cpp
  partitionmanager.cpp
  d3dstats.cpp
  skew.cpp
  partitionthread.cpp
  solidcolorbrush.cpp
  d3dsurface.cpp
  Code wird generiert...
  precompctx.cpp
  d3dswapchain.cpp
  D3DSwapChainWithSwDC.cpp
  PenImc.def
  Kompilieren...
  specularmaterial.cpp
  d3dtexture.cpp
  spotlight.cpp
  tilebrush.cpp
  D3DTextureSurface.cpp
  prerender3dcontext.cpp
  printtarget.cpp
  tilebrushutils.cpp
  d3dvidmemonlytexture.cpp
  gpumarker.cpp
  Code wird generiert...
  transform.cpp
  render3dcontext.cpp
     Bibliothek "E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.lib" und Objekt "E:\dotnet\wpf\artifacts\bi
  n\PenImc\Win32\Debug\PenImc_cor3.exp" werden erstellt.
  transform3d.cpp
  renderdatabounder.cpp
  transform3dgroup.cpp
  rendertarget.cpp
  transformgroup.cpp
  rendertargetmanager.cpp
  Kompilieren...
  Hw3DGeometryStreamBuffer.cpp
  translate.cpp
  translatetransform3d.cpp
  resslave.cpp
  rsapi.cpp
  HwBitBltDeviceBitmapColorSource.cpp
  valueres.cpp
  samethreadcomposition.cpp
  videoSlave.cpp
  videodrawing.cpp
  schedulemanager.cpp
  ViewportAlignedIntermediateRealizer.cpp
  serverchannel.cpp
  HwBitmapBrush.cpp
  VisualCache.cpp
  HwBitmapCache.cpp
  viewport3dvisual.cpp
  VisualCacheManager.cpp
  visual3D.cpp
  Code wird generiert...
  visualbrush.cpp
  HwBitmapColorSource.cpp
  Code wird generiert...
  HwBoxColorSource.cpp
  HwBrushContext.cpp
  HwBrushPool.cpp
  HwColorComponentColorSource.cpp
  HwConstantColorSource.cpp
  hwdestinationtexture.cpp
  Kompilieren...
  VisualCacheSet.cpp
  PenImc.vcxproj -> E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.dll
  PenImc.vcxproj -> E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.pdb (Vollständige PDB)
  HwDestinationTexturePool.cpp
  vt_api.cpp
  Code wird generiert...
  HwDeviceBitmapColorSource.cpp
  hwdisplayrt.cpp
  hwffshaders.cpp
  HwHLSLShaderFragments.cpp
  hwhwndrt.cpp
  resources.vcxproj -> E:\dotnet\wpf\artifacts\bin\resources\Win32\Debug\resources.lib
  hwinit.cpp
  uce.vcxproj -> E:\dotnet\wpf\artifacts\bin\uce\Win32\Debug\uce.lib
  HwLightingColorSource.cpp
  HwLinearGradientBrush.cpp
  Code wird generiert...
  Kompilieren...
  HwRadialGradientBrush.cpp
  HwLinearGradientColorSource.cpp
  HwRadialGradientColorSource.cpp
  HwPipeline.cpp
  HwPipelineBuilder.cpp
  hwrasterizer.cpp
  HwRenderStateManager.cpp
  hwshader.cpp
  HwShaderBuilder.cpp
  HwShaderCache.cpp
  HwShaderEffect.cpp
  HwShaderFragmentToHLSLConverter.cpp
  HwShaderPipeline.cpp
  HwSolidBrush.cpp
  hwsolidcolortexturesource.cpp
  hwsolidcolortexturesourcepool.cpp
  HwStateTable.cpp
  hwsurfrt.cpp
  hwsurfrtdata.cpp
  hwsw3dfallback.cpp
  Code wird generiert...
  Kompilieren...
  HwTexturedColorSource.cpp
  HwTexturedColorSourceBrush.cpp
  hwtexturert.cpp
  HwUtils.cpp
  HwVertexBuffer.cpp
  HwVidMemTextureManager.cpp
  InteropDeviceBitmap.cpp
  swfallback.cpp
  Waffler.cpp
  Code wird generiert...
  hw.vcxproj -> E:\dotnet\wpf\artifacts\bin\hw\Win32\Debug\hw.lib
  WindowsBase -> E:\dotnet\wpf\artifacts\bin\WindowsBase\Debug\net6.0\WindowsBase.dll
  UIAutomationTypes-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes-ref\Debug\net6.0\UIAutomationTypes.dll
  precomp.cxx
  DirectWriteForwarder.cpp
  System.Windows.Presentation-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Presentation-ref\Debug\net6.0\System.Wi
  ndows.Presentation.dll
  System.Windows.Presentation -> E:\dotnet\wpf\artifacts\bin\System.Windows.Presentation\Debug\net6.0\System.Windows.Pr
  esentation.dll
  UIAutomationTypes -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes\Debug\net6.0\UIAutomationTypes.dll
  UIAutomationProvider-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider-ref\Debug\net6.0\UIAutomationProvider.dl
  l
  UIAutomationClient-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationClient-ref\Debug\net6.0\UIAutomationClient.dll
  UIAutomationProvider -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider\Debug\net6.0\UIAutomationProvider.dll
  precomp.cpp
  dwriteloader.cpp
  UIAutomationClientSideProviders-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationClientSideProviders-ref\Debug\net6.0\U
  IAutomationClientSideProviders.dll
  Utils.cxx
  PresentationCore-ref -> E:\dotnet\wpf\artifacts\bin\PresentationCore-ref\Debug\net6.0\PresentationCore.dll
  main.cpp
  dllentry.cpp
  wpfgfx.def
  OtherAssemblyAttrs.cpp
     Bibliothek "E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.lib" und Objekt "E:\dotnet\wpf\artifacts\bi
  n\wpfgfx\Win32\Debug\wpfgfx_cor3.exp" werden erstellt.
  Code wird generiert...
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  wpfgfx.vcxproj -> E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.dll
  wpfgfx.vcxproj -> E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.pdb (Vollständige PDB)
  DirectWriteForwarder.vcxproj -> E:\dotnet\wpf\artifacts\bin\DirectWriteForwarder\Debug\net6.0\DirectWriteForwarder.dl
  l
  PresentationCore -> E:\dotnet\wpf\artifacts\bin\PresentationCore\Debug\net6.0\PresentationCore.dll
  PresentationUI-PresentationFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationUI-PresentationFramework-i
  mpl-cycle\Debug\net6.0\PresentationUI.dll
  UIAutomationClient -> E:\dotnet\wpf\artifacts\bin\UIAutomationClient\Debug\net6.0\UIAutomationClient.dll
  PresentationFramework-ReachFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ReachFramework-i
  mpl-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing-
  api-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-System.Printing-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing
  -impl-cycle\Debug\net6.0\PresentationFramework.dll
  UIAutomationClientSideProviders -> E:\dotnet\wpf\artifacts\bin\UIAutomationClientSideProviders\Debug\net6.0\UIAutomat
  ionClientSideProviders.dll
  System.Printing-ref -> E:\dotnet\wpf\artifacts\bin\System.Printing-ref\Debug\net6.0\System.Printing.dll
  ReachFramework-ref -> E:\dotnet\wpf\artifacts\bin\ReachFramework-ref\Debug\net6.0\ReachFramework.dll
  ReachFramework -> E:\dotnet\wpf\artifacts\bin\ReachFramework\Debug\net6.0\ReachFramework.dll
  PresentationFramework-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ref\Debug\net6.0\PresentationFramework
  .dll
  Win32Inc.cpp
  PrintQueue.cpp
  PrintSystemAttributeValueFactory.cpp
  PrintSystemNotifications.cpp
E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(309,16): error CS0246:
 Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkti
ve oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.c
sproj]
E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(3347,22): error CS0246
: Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkt
ive oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.
csproj]
E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(4151,21): error CS0246
: Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkt
ive oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.
csproj]
  PresentationUI-ref -> E:\dotnet\wpf\artifacts\bin\PresentationUI-ref\Debug\net6.0\PresentationUI.dll
  PrintSystemAttributeValue.cpp
  PrintSystemUtil.cpp
  PrintSystemObject.cpp
  PrintSystemObjectFactory.cpp
  Driver.cpp
  Filter.cpp
  PrintProcessor.cpp
  Port.cpp
  ObjectsAttributesValuesFactory.cpp
  PrintServer.cpp
  InteropPrinterDefaults.cpp
  InteropDocInfo.cpp
  InteropDevMode.cpp
  InteropPrinterInfo.cpp
  InteropInfoLevelProfile.cpp
  InteropJobInfo.cpp
  GenericTypeMappings.cpp
  Code wird generiert...
  Kompilieren...
  GenericPrinterThunkFilter.cpp
  GenericPrinterLevelThunk.cpp
  GenericDriverThunkFilter.cpp
  GenericDriverLevelThunk.cpp
  GenericJobLevelThunk.cpp
  GenericJobThunkFilter.cpp
  GetDataThunkObject.cpp
  SetDataThunkObject.cpp
  EnumDataThunkObject.cpp
  InteropLevelCoverageList.cpp
  InteropPrinterInfoUnmanagedBuilder.cpp
  InteropPrinterHandler.cpp
  InternalPrintSystemException.cpp
  PrintSystemPathResolver.cpp
  LocalPrintServer.cpp
  PrintSystemAssemblyInfo.cpp
  PrintSystemJobInfo.cpp
  LegacyDevice.cpp
  GDIExporter.cpp
  XpsDeviceSimulatingInteropPrinterHandler.cpp
  Code wird generiert...
  Kompilieren...
  XpsCompatiblePrinter.cpp
  XPSDocumentWriter.cpp
  XpsPrintJobStream.cpp
  XpsPrintStream.cpp
  PremiumPrintStream.cpp
  PrintJobSettings.cpp
  PrintDocumentImageableArea.cpp
  InteropAttributeValueDictionary.cpp
  Code wird generiert...
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  LINK : /LTCG wurde angegeben, es ist jedoch keine Codegenerierung erforderlich. Entfernen Sie /LTCG aus der Linkbefeh
  lszeile, um die Linkerleistung zu erhöhen.
  System.Printing.vcxproj -> E:\dotnet\wpf\artifacts\bin\System.Printing\Debug\net6.0\System.Printing.dll

Fehler beim Buildvorgang.

E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(309,16): error CS0246:
 Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkti
ve oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.c
sproj]
E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(3347,22): error CS0246
: Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkt
ive oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.
csproj]
E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Controls\Grid.cs(4151,21): error CS0246
: Der Typ- oder Namespacename "ColumnDefinitionCollection" wurde nicht gefunden (möglicherweise fehlt eine using-Direkt
ive oder ein Assemblyverweis). [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.
csproj]
    0 Warnung(en)
    3 Fehler

Verstrichene Zeit 00:02:40.40
Build failed with exit code 1. Check errors above.
See log: E:\dotnet\wpf\artifacts\log\Debug\x86\Build.binlog

E:\dotnet\wpf>

@ThomasGoulet73
Copy link
Contributor

This seems to be the same bug as #748. Coud you try to do what this comment says ?

@deeprobin
Copy link
Contributor Author

@ThomasGoulet73 The generated files were not found for me, but I deleted the artifacts folder to be on the safe side. Unfortunately without success:

E:\dotnet\wpf\artifacts>dir /s/b Grid.cs
Datei nicht gefunden

E:\dotnet\wpf\artifacts>cd ../

E:\dotnet\wpf>build.cmd
Processing E:\dotnet\wpf\global.json
strawberry-perl was not found in C:\Users\robin\.netcoreeng\native\bin\strawberry-perl\5.28.1.1-1\.
net-framework-48-ref-assemblies was not found in C:\Users\robin\.netcoreeng\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
dotnet-api-docs_net5.0 was not found in C:\Users\robin\.netcoreeng\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl:E:\dotnet\wpf\artifacts\log\Debug\x86\ToolsetRestore.binlog /clp:Summary /clp:ErrorsOnly;NoSummary /m /nr:True /p:ContinuousIntegrationBuild=False /p:TreatWarningsAsErrors=true /p:__ToolsetLocationOutputFile=E:\dotnet\wpf\artifacts\toolset\7.0.0-beta.21457.3.txt /t:__WriteToolsetLocation /v:minimal /warnaserror E:\dotnet\wpf\artifacts\toolset\restore.proj
Detecting WPF Git hooks...
Detected existing WPF Git pre-commit hook.
Processing E:\dotnet\wpf\eng\..\global.json
strawberry-perl was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\strawberry-perl\5.28.1.1-1\.
net-framework-48-ref-assemblies was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\net-framework-48-ref-assemblies\0.0.0.1\.
dotnet-api-docs_net5.0 was not found in E:\dotnet\wpf\eng\..\.tools\native\bin\dotnet-api-docs_net5.0\0.0.0.3\.
Native tools bootstrap failed
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl:E:\dotnet\wpf\artifacts\log\Debug\x86\Build.binlog /clp:Summary /m /nowarn:D9035 /nr:True /p:ContinuousIntegrationBuild=False /p:TreatWarningsAsErrors=true /p:Platform=x86 /p:Configuration=Debug /p:RepoRoot=E:\dotnet\wpf\ /p:Restore=True /p:DeployDeps=False /p:Build=True /p:Rebuild=False /p:Deploy=False /p:Test=False /p:Pack=False /p:IntegrationTest=False /p:PerformanceTest=False /p:Sign=False /p:Publish=False /v:minimal /warnaserror C:\Users\robin\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21457.3\tools\Build.proj
  Wiederherzustellende Projekte werden ermittelt...
  "C:\Users\robin\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21457.3\tools\Tools.proj" wiederhergestellt (i
  n 393 ms).
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.

dotnet-install: .NET Core Runtime version 2.1.7 is already installed.
dotnet-install: Adding to current process PATH: "E:\dotnet\wpf\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.

dotnet-install: .NET Core Runtime version 6.0.0-rc.1.21406.5 is already installed.
dotnet-install: Adding to current process PATH: "E:\dotnet\wpf\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
  Wiederherzustellende Projekte werden ermittelt...
  Das Projekt "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\bilinearspan\bilinearspan.vcxproj" wird übersp
  rungen, da es nicht gefunden wurde.
  Das Projekt "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\bilinearspan\bilinearspan.vcxproj" wird übersp
  rungen, da es nicht gefunden wurde.
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClientSideProviders\ref\UIAutomationClientSidePr
  oviders-ref.csproj" wiederhergestellt (in 142 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClientSideProviders\UIAutomationClientSideProvid
  ers.csproj" wiederhergestellt (in 146 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Royale\ref\PresentationFramework.Royale-ref.
  csproj" wiederhergestellt (in 154 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Luna\PresentationFramework.Luna.csproj" wied
  erhergestellt (in 153 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Classic\ref\PresentationFramework.Classic-re
  f.csproj" wiederhergestellt (in 155 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero2\ref\PresentationFramework.Aero2-ref.cs
  proj" wiederhergestellt (in 153 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Royale\PresentationFramework.Royale.csproj"
  wiederhergestellt (in 155 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsFormsIntegration\ref\WindowsFormsIntegration-ref.csproj" wiederher
  gestellt (in 156 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.AeroLite\PresentationFramework.AeroLite.cspr
  oj" wiederhergestellt (in 153 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsFormsIntegration\WindowsFormsIntegration.csproj" wiederhergestellt
   (in 156 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Luna\ref\PresentationFramework.Luna-ref.cspr
  oj" wiederhergestellt (in 155 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero2\PresentationFramework.Aero2.csproj" wi
  ederhergestellt (in 29 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsBase\WindowsBase.csproj" wiederhergestellt (in 189 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\ReachFramework\ReachFramework-System.Printing-api-cycle.csproj
  " wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\System.Printing\System.Printing-PresentationFramework-api-cycl
  e.csproj" wiederhergestellt (in 12 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-PresentationUI-api
  -cycle.csproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\ReachFramework\ReachFramework-PresentationFramework-api-cycle.
  csproj" wiederhergestellt (in 11 ms).
  "E:\dotnet\wpf\packaging\Microsoft.NET.Sdk.WindowsDesktop\Microsoft.NET.Sdk.WindowsDesktop.ArchNeutral.csproj" wieder
  hergestellt (in 14 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\ReachFramework\ReachFramework.csproj" wiederhergestellt (in 43 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\D3DCompiler\D3DCompiler.vcxproj" wiederhergestellt (in 25 ms).
  "E:\dotnet\wpf\packaging\Microsoft.Dotnet.Wpf.ProjectTemplates\Microsoft.DotNet.Wpf.ProjectTemplates.ArchNeutral.cspr
  oj" wiederhergestellt (in 12 ms).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Wpf.GitHub\Microsoft.DotNet.Wpf.GitHub.csproj" wiederhergestellt (in 11 ms)
  .
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\ref\PresentationUI-ref.csproj" wiederhergestellt (in 40 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-ReachFramework-imp
  l-cycle.csproj" wiederhergestellt (in 25 ms).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Arcade.Wpf.Sdk\Microsoft.DotNet.Arcade.Wpf.Sdk.ArchNeutral.csproj" wiederhe
  rgestellt (in 12 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\uce\uce.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\packaging\Microsoft.DotNet.Wpf.GitHub\Microsoft.DotNet.Wpf.GitHub.ArchNeutral.csproj" wiederhergestell
  t (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\debug\DebugLib\DebugLib.vcxproj" wiederhergestellt (in 9 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\util\UtilLib\UtilLib.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\sw\swlib\sw.vcxproj" wiederhergestellt (in 6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\targets\targets.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\shared\util\DllUtil\DllUtil.vcxproj" wiederhergestellt (in 14 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\resources\resources.vcxproj" wiederhergestellt (in 6 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\meta\meta.vcxproj" wiederhergestellt (in 5 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj" wiederhergestellt (in 66 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\PixelShader\PixelShader.vcxproj" wiederhergestellt (in
  9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\hw\hw.vcxproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Platform\Platform.vcxproj" wiederhergestellt (in 10 ms)
  .
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\glyph\glyph.vcxproj" wiederhergestellt (in 17 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\geometry\Geometry.vcxproj" wiederhergestellt (in 16 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationTypes\UIAutomationTypes.csproj" wiederhergestell
  t (in 20 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationTypes\ref\UIAutomationTypes-ref.csproj" wiederhe
  rgestellt (in 14 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationProvider\UIAutomationProvider.csproj" wiederherg
  estellt (in 19 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationProvider\ref\UIAutomationProvider-ref.csproj" wi
  ederhergestellt (in 16 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WindowsBase\ref\WindowsBase-ref.csproj" wiederhergestellt (in 29 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\UIAutomationClient.csproj" wiederhergeste
  llt (in 25 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\ref\UIAutomationClient-ref.csproj" wieder
  hergestellt (in 21 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\shared\shared.vcxproj" wiederhergestellt (in 11 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\scanop\scanop.vcxproj" wiederhergestellt (in 12 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\PresentationNative\PresentationNative.vcxproj" wiederhergestellt (in 1
  4 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\redist\VCRuntime\VCRuntime.vcxproj" wiederhergestellt (in 18 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\DynamicCall\DynamicCall.vcxproj" wiederhergestellt (in 12 m
  s).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\common\effects\effects.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Compiler\Compiler.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemDrawing\PresentationFramework-Syst
  emDrawing.csproj" wiederhergestellt (in 47 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\fxjit\Collector\Collector.vcxproj" wiederhergestellt (in 7 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\control\util\util.vcxproj" wiederhergestellt (in 7 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemData\PresentationFramework-SystemD
  ata.csproj" wiederhergestellt (in 42 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemCore\PresentationFramework-SystemC
  ore.csproj" wiederhergestellt (in 38 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemXmlLinq\PresentationFramework-Syst
  emXmlLinq.csproj" wiederhergestellt (in 41 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\common\common.vcxproj" wiederhergestellt (in 4 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Extensions\PresentationFramework-SystemXml\PresentationFramework-SystemXm
  l.csproj" wiederhergestellt (in 43 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\api\api.vcxproj" wiederhergestellt (in 8 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\av\av.vcxproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationUI\PresentationUI-PresentationFramework-impl-cycle
  .csproj" wiederhergestellt (in 24 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\ref\PresentationCore-ref.csproj" wiederhergestellt (in 3
  4 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\WpfGfx\core\dll\wpfgfx.vcxproj" wiederhergestellt (in 46 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\PresentationCore.csproj" wiederhergestellt (in 30 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-System.Printing-im
  pl-cycle.csproj" wiederhergestellt (in 29 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\cycle-breakers\PresentationFramework\PresentationFramework-System.Printing-ap
  i-cycle.csproj" wiederhergestellt (in 36 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.csproj" wiederhergestellt (in
   51 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\ref\PresentationFramework-ref.csproj" wiederhergest
  ellt (in 61 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Classic\PresentationFramework.Classic.csproj
  " wiederhergestellt (in 53 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Xaml\ref\System.Xaml-ref.csproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Input.Manipulations\System.Windows.Input.Manipulations.csp
  roj" wiederhergestellt (in 10 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Presentation\ref\System.Windows.Presentation-ref.csproj" w
  iederhergestellt (in 14 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Presentation\System.Windows.Presentation.csproj" wiederher
  gestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Input.Manipulations\ref\System.Windows.Input.Manipulations
  -ref.csproj" wiederhergestellt (in 9 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero\ref\PresentationFramework.Aero-ref.cspr
  oj" wiederhergestellt (in 49 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.AeroLite\ref\PresentationFramework.AeroLite-
  ref.csproj" wiederhergestellt (in 45 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Themes\PresentationFramework.Aero\PresentationFramework.Aero.csproj" wied
  erhergestellt (in 52 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\Shared\OSVersionHelper\OSVersionHelper.vcxproj" wiederhergestellt (in 12
  ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PenImc\tablib\TabLib.vcxproj" wiederhergestellt (in 13 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PenImc\dll\PenImc.vcxproj" wiederhergestellt (in 15 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Printing\ref\System.Printing-ref.csproj" wiederhergestellt (in 29
  ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Controls.Ribbon\System.Windows.Controls.Ribbon.csproj" wie
  derhergestellt (in 39 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Windows.Controls.Ribbon\ref\System.Windows.Controls.Ribbon-ref.csp
  roj" wiederhergestellt (in 38 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\ReachFramework\ref\ReachFramework-ref.csproj" wiederhergestellt (in 38 ms
  ).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationBuildTasks\PresentationBuildTasks.csproj" wiederhergestellt (
  in 375 ms).
  "E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\System.Xaml\System.Xaml.csproj" wiederhergestellt (in 607 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\DirectWriteForwarder\Debug\net6.0\CppCliSupport\CppClrSupport_DirectWriteForwarder.cspro
  j" wiederhergestellt (in 571 ms).
  PresentationFramework-PresentationUI-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-PresentationUI-ap
  i-cycle\Debug\net6.0\PresentationFramework.dll
  ReachFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-System.Printing-api-cycle\Debu
  g\net6.0\ReachFramework.dll
  ReachFramework-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-PresentationFramework-ap
  i-cycle\Debug\net6.0\ReachFramework.dll
  Microsoft.NET.Sdk.WindowsDesktop.ArchNeutral ->
  Microsoft.DotNet.Arcade.Wpf.Sdk.ArchNeutral ->
  Microsoft.DotNet.Wpf.GitHub.ArchNeutral ->
  Microsoft.DotNet.Wpf.GitHub ->
  Microsoft.DotNet.Wpf.ProjectTemplates.ArchNeutral ->
  System.Printing-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\System.Printing-PresentationFramework-
  api-cycle\Debug\net6.0\System.Printing.dll
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\System.Printing\Debug\net6.0\CppCliSupport\CppClrSupport_System.Printing.csproj" wiederh
  ergestellt (in 482 ms).
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\TabLib\Win32\Debug\CppSupport\CppSupport_TabLib.csproj" wiederhergestellt (in 111 ms).
  "E:\dotnet\wpf\artifacts\obj\api\Win32\Debug\CppSupport\CppSupport_api.csproj" wiederhergestellt (in 94 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\av\Win32\Debug\CppSupport\CppSupport_av.csproj" wiederhergestellt (in 73 ms).
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\DynamicCall\Win32\Debug\CppSupport\CppSupport_DynamicCall.csproj" wiederhergestellt (in
  68 ms).
  precomp.cpp
  SidUtils.cpp
  DelayCall.cpp
  precomp.cpp
  "E:\dotnet\wpf\artifacts\obj\wpfgfx\Win32\Debug\CppSupport\CppSupport_wpfgfx.csproj" wiederhergestellt (in 67 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\D3DCompiler\Win32\Debug\CppSupport\CppSupport_D3DCompiler.csproj" wiederhergestellt (in
  816 ms).
  "E:\dotnet\wpf\artifacts\obj\PenImc\Win32\Debug\CppSupport\CppSupport_PenImc.csproj" wiederhergestellt (in 743 ms).
  "E:\dotnet\wpf\artifacts\obj\VCRuntime\Win32\Debug\CppSupport\CppSupport_VCRuntime.csproj" wiederhergestellt (in 728
  ms).
  "E:\dotnet\wpf\artifacts\obj\effects\Win32\Debug\CppSupport\CppSupport_effects.csproj" wiederhergestellt (in 60 ms).
  System.Windows.Input.Manipulations-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations-ref\Debug\ne
  t6.0\System.Windows.Input.Manipulations.dll
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\OSVersionHelper\Win32\Debug\CppSupport\CppSupport_OSVersionHelper.csproj" wiederhergeste
  llt (in 91 ms).
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\common\Win32\Debug\CppSupport\CppSupport_common.csproj" wiederhergestellt (in 912 ms).
  osversionhelper.cpp
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\Compiler\Win32\Debug\CppSupport\CppSupport_Compiler.csproj" wiederhergestellt (in 79 ms)
  .
  precomp.cpp
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net472\PresentationBuildTasks.dll
  "E:\dotnet\wpf\artifacts\obj\Collector\Win32\Debug\CppSupport\CppSupport_Collector.csproj" wiederhergestellt (in 91 m
  s).
  Wiederherzustellende Projekte werden ermittelt...
  System.Xaml-ref -> E:\dotnet\wpf\artifacts\bin\System.Xaml-ref\Debug\net6.0\System.Xaml.dll
  "E:\dotnet\wpf\artifacts\obj\PixelShader\Win32\Debug\CppSupport\CppSupport_PixelShader.csproj" wiederhergestellt (in
  97 ms).
  precomp.cpp
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cpp
  precomp.cpp
  watsonreportinghelper.cpp
  precomp.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Assemble.cpp
  Branch.cpp
  Bubbler.cpp
  C_f32x1.cpp
  "E:\dotnet\wpf\artifacts\obj\util\Win32\Debug\CppSupport\CppSupport_util.csproj" wiederhergestellt (in 78 ms).
  pshader.cpp
  Code wird generiert...
  precomp.cpp
  DependencyGraph.cpp
  C_f32x4.cpp
  pstrans.cpp
  C_LazyVar.cpp
  C_s16x8.cpp
  Dump.cpp
  C_s32x4.cpp
  FlowControl.cpp
  FlushMemory.cpp
  C_u128x1.cpp
  C_u16x4.cpp
  rdpstrans.cpp
  C_u16x8.cpp
  shaderreg.cpp
  TabLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\TabLib\Win32\Debug\TabLib.lib
  DynamicCall.vcxproj -> E:\dotnet\wpf\artifacts\bin\DynamicCall\Win32\Debug\DynamicCall.lib
  Locator.cpp
  C_u32.cpp
  Code wird generiert...
  Mapper.cpp
  System.Windows.Input.Manipulations -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations\Debug\net6.0\Sys
  tem.Windows.Input.Manipulations.dll
  C_u32x2.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Operator.cpp
  C_u32x4.cpp
  OperatorFlags.cpp
  C_u64.cpp
  OSVersionHelper.vcxproj -> E:\dotnet\wpf\artifacts\bin\OSVersionHelper\Win32\Debug\OSVersionHelper.lib
  OperatorOpcodes.cpp
  C_u64x1.cpp
  program.cpp
  PixelShader.vcxproj -> E:\dotnet\wpf\artifacts\bin\PixelShader\Win32\Debug\FXJITPixelShader.lib
  C_u64x2.cpp
  C_u8x16.cpp
  Shuffle.cpp
  ShuffleRegs.cpp
  Code wird generiert...
  Wiederherzustellende Projekte werden ermittelt...
  C_u8x8.cpp
  jitteraccess.cpp
  MmValue.cpp
  PVOID.cpp
  Code wird generiert...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  Kompilieren...
  P_f32x4.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  XmmValue.cpp
  "E:\dotnet\wpf\artifacts\obj\meta\Win32\Debug\CppSupport\CppSupport_meta.csproj" wiederhergestellt (in 91 ms).
  Code wird generiert...
  "E:\dotnet\wpf\artifacts\obj\DllUtil\Win32\Debug\CppSupport\CppSupport_DllUtil.csproj" wiederhergestellt (in 101 ms).
  Wiederherzustellende Projekte werden ermittelt...
  precomp.cpp
  precomp.cxx
  "E:\dotnet\wpf\artifacts\obj\hw\Win32\Debug\CppSupport\CppSupport_hw.csproj" wiederhergestellt (in 706 ms).
  "E:\dotnet\wpf\artifacts\obj\resources\Win32\Debug\CppSupport\CppSupport_resources.csproj" wiederhergestellt (in 891
  ms).
  Compiler.vcxproj -> E:\dotnet\wpf\artifacts\bin\Compiler\Win32\Debug\FXJITCompiler.lib
  Wiederherzustellende Projekte werden ermittelt...
  "E:\dotnet\wpf\artifacts\obj\sw\Win32\Debug\CppSupport\CppSupport_sw.csproj" wiederhergestellt (in 63 ms).
  "E:\dotnet\wpf\artifacts\obj\scanop\Win32\Debug\CppSupport\CppSupport_scanop.csproj" wiederhergestellt (in 624 ms).
  "E:\dotnet\wpf\artifacts\obj\Platform\Win32\Debug\CppSupport\CppSupport_Platform.csproj" wiederhergestellt (in 84 ms)
  .
  Collector.vcxproj -> E:\dotnet\wpf\artifacts\bin\Collector\Win32\Debug\FXJITCollector.lib
  effectlist.cpp
  precomp.cpp
  precomp.cpp
  api_base.cpp
  api_basebrushes.cpp
  api_brush.cpp
  api_codecfactory.cpp
  control.cpp
  precomp.cpp
  effects.vcxproj -> E:\dotnet\wpf\artifacts\bin\effects\Win32\Debug\effects.lib
  api_factory.cpp
  api_mesh3d.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Wiederherzustellende Projekte werden ermittelt...
  AssertDllInUse.cpp
  precomp.cpp
  precomp.cpp
  "E:\dotnet\wpf\artifacts\obj\uce\Win32\Debug\CppSupport\CppSupport_uce.csproj" wiederhergestellt (in 63 ms).
  milav.cpp
  dllmain.cxx
  BaseMatrix.cpp
  avtrace.cpp
  dllmainimpl.cxx
  Wiederherzustellende Projekte werden ermittelt...
  data.cxx
  api_renderstate.cpp
  mediabuffer.cpp
  Code wird generiert...
  BufferDispenser.cpp
  dxvamanagerwrapper.cpp
  D3DLoader.cpp
  WmpClientSite.cpp
  Wmp11ClientSite.cpp
  WmpPlayer.cpp
  precomp.cpp
  WmpStateEngine.cpp
  api_shader.cpp
  DWMInterop.cpp
  EvrPresenter.cpp
  WmpEventHandler.cpp
  "E:\dotnet\wpf\artifacts\obj\PresentationNative\Win32\Debug\CppSupport\CppSupport_PresentationNative.csproj" wiederhe
  rgestellt (in 77 ms).
  util.vcxproj -> E:\dotnet\wpf\artifacts\bin\util\Win32\Debug\gcutil.lib
  StateThread.cpp
  Gamma.cpp
  api_utils.cpp
  fakepp.cpp
  api_lights.cpp
  Wiederherzustellende Projekte werden ermittelt...
  Display.cpp
  avloader.cpp
  globals.cpp
  util.cpp
  api_lightdata.cpp
  DllUtil.vcxproj -> E:\dotnet\wpf\artifacts\bin\DllUtil\Win32\Debug\DllUtil.lib
  MediaEventProxy.cpp
  EvrFilterWrapper.cpp
  SampleQueue.cpp
  PlayerState.cpp
  engine.cpp
  DummyPlayer.cpp
  Code wird generiert...
  "E:\dotnet\wpf\artifacts\obj\glyph\Win32\Debug\CppSupport\CppSupport_glyph.csproj" wiederhergestellt (in 133 ms).
  exports.cpp
  GradientTexture.cpp
  precomp.cpp
  Kompilieren...
  WmpStateEngineProxy.cpp
  hwmediabuffer.cpp
  swmediabuffer.cpp
  activate.cpp
  System.Xaml -> E:\dotnet\wpf\artifacts\bin\System.Xaml\Debug\net6.0\System.Xaml.dll
  eventproxy.cpp
  SampleScheduler.cpp
  MediaInstance.cpp
  CompositionNotifier.cpp
  ClockWrapper.cpp
  PresenterWrapper.cpp
  UniqueList.cpp
  SharedState.cpp
  "E:\dotnet\wpf\artifacts\obj\targets\Win32\Debug\CppSupport\CppSupport_targets.csproj" wiederhergestellt (in 71 ms).
  UpdateState.cpp
  precomp.cpp
  Code wird generiert...
  matrix.cpp
  Code wird generiert...
  matrix3x2.cpp
  MatrixStack.cpp
  memblock.cpp
  MILMatrix.cpp
  lazymem.cpp
  RectUtils.cpp
  desktophwndrt.cpp
  ResourcePool.cpp
  "E:\dotnet\wpf\artifacts\obj\shared\Win32\Debug\CppSupport\CppSupport_shared.csproj" wiederhergestellt (in 43 ms).
  GuidelineCollection.cpp
  desktoprt.cpp
  bitmap.cpp
  precomp.cpp
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net6.0\PresentationBuildTasks.dll
  rtutils.cpp
  Platform.cpp
  utils.cpp
  dummyrt.cpp
  halftone.cpp
  metabitmaprt.cpp
  Code wird generiert...
  scanoperation.cpp
  scanpipeline.cpp
  metaiterator.cpp
  api.vcxproj -> E:\dotnet\wpf\artifacts\bin\api\Win32\Debug\api.lib
  scanpipelinebuilder.cpp
  metart.cpp
  Processing .\PenImc.idl
  PenImc.idl
  Platform.vcxproj -> E:\dotnet\wpf\artifacts\bin\Platform\Win32\Debug\FXJITPlatform.lib
  soalphamultiply.cpp
  Code wird generiert...
  "E:\dotnet\wpf\artifacts\obj\Geometry\Win32\Debug\CppSupport\CppSupport_Geometry.csproj" wiederhergestellt (in 37 ms)
  .
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oaidl.idl
  oaidl.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\objidl.idl
  objidl.idl
  precomp.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\unknwn.idl
  unknwn.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\wtypes.idl
  wtypes.idl
  "E:\dotnet\wpf\artifacts\obj\DebugLib\Win32\Debug\CppSupport\CppSupport_DebugLib.csproj" wiederhergestellt (in 33 ms)
  .
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\wtypesbase.idl
  wtypesbase.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\basetsd.h
  basetsd.h
  Kompilieren...
  WatermarkStack.cpp
  soblend.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\guiddef.h
  milcoredllentry.cpp
  guiddef.h
  debuglib.cxx
  BitmapOfDeviceBitmaps.cpp
  soblend_sse2.cpp
  MILDC.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ocidl.idl
  ocidl.idl
  soconvert.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oleidl.idl
  milboxf.cpp
  oleidl.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\servprov.idl
  servprov.idl
  d3dutils.cpp
  socopy.cpp
  d3ddevice.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\urlmon.idl
  urlmon.idl
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\msxml.idl
  msxml.idl
  sodither.cpp
  3dutils.cpp
  affinetransform3d.cpp
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\oaidl.acf
  oaidl.acf
  Processing C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ocidl.acf
  ocidl.acf
  sogammaconvert.cpp
  ambientlight.cpp
  soquantize.cpp
  axisanglerotation3d.cpp
  systembitmap.cpp
  bitmapres.cpp
  memreader.cpp
  memblockreader.cpp
  writeprotectedbitmap.cpp
  BitmapCacheBrush.cpp
  WindowsBase-ref -> E:\dotnet\wpf\artifacts\bin\WindowsBase-ref\Debug\net6.0\WindowsBase.dll
  bitmapwrappers.cpp
  memwriter.cpp
  BitmapCacheMode.cpp
  av.vcxproj -> E:\dotnet\wpf\artifacts\bin\av\Win32\Debug\av.lib
  DebugLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\DebugLib\Win32\Debug\DebugLib.lib
  basert.cpp
  d3ddevicemanager.cpp
  slistutil.cpp
  BlurEffect.cpp
  Code wird generiert...
  basesurfrt.cpp
  meta.vcxproj -> E:\dotnet\wpf\artifacts\bin\meta\Win32\Debug\meta.lib
  stdafx.cpp
  d3dgeometry.cpp
  dump.cpp
  OSCompat.cpp
  brush.cpp
  d3dglyphbank.cpp
  shapeclipperforfeb.cpp
  glyphruncore.cpp
  d3dglyphpainter.cpp
  Code wird generiert...
  BrushIntermediateCache.cpp
  Tier.cpp
  log.cpp
  d3dglyphrun.cpp
  BrushIntermediateRealizer.cpp
  ptrarray.cpp
  ptrset.cpp
  d3dlockabletexture.cpp
  BrushRealizer.cpp
  enhancedcontrasttable.cpp
  exports.cpp
  d3dlog.cpp
  brushtypeutils.cpp
  dwritefactory.cpp
  d3dregistry.cpp
  baseglyphpainter.cpp
  renderoptions.cpp
  CacheMode.cpp
  scanop.vcxproj -> E:\dotnet\wpf\artifacts\bin\scanop\Win32\Debug\scanop.lib
  d3drenderstate.cpp
  camera.cpp
  targets.vcxproj -> E:\dotnet\wpf\artifacts\bin\targets\Win32\Debug\targets.lib
  Code wird generiert...
  combinedgeometry.cpp
  currentvalue.cpp
  bitmapdbgio.cpp
  utils.cpp
  assertentry.cpp
  aacoverage.cpp
  alphamaskwrapper.cpp
  perf.cpp
  d3dimage.cpp
  d3dresource.cpp
  cpen.cpp
  apifunc.cpp
  dashStyle.cpp
  dynarrayimpl.cpp
  Code wird generiert...
  FigureBase.cpp
  dwriteloader.cpp
  engine.cpp
  figure.cpp
  d3dstats.cpp
  clientchanneltables.cpp
  DeviceAlignedIntermediateRealizer.cpp
  aarasterizer.cpp
  serverchanneltables.cpp
  etwtrace.cpp
  diffusematerial.cpp
  FillTessellator.cpp
  gammaluts.cpp
  clientchannel.cpp
  shapeBase.cpp
  Code wird generiert...
  boundsrt.cpp
  glyph.vcxproj -> E:\dotnet\wpf\artifacts\bin\glyph\Win32\Debug\glyph.lib
  mem.cpp
  clipstack.cpp
  shape.cpp
  cmdbatch.cpp
  milcom.cpp
  brushspan.cpp
  milrectf_wh.cpp
  connection.cpp
  milrect.cpp
  pixelformatutils.cpp
  connectioncontext.cpp
  doublebufferedbitmap.cpp
  strokefigure.cpp
  scanpipelinerender.cpp
  dlldatax.c
  processorfeatures.cpp
  d3dsurface.cpp
  composition.cpp
  Kompilieren...
  directionallight.cpp
  real.cpp
  SwBitmapCache.cpp
  crossthreadcomposition.cpp
  doublebufferedbitmapres.cpp
  refcountbase.cpp
  bezier.cpp
  SwBitmapColorSource.cpp
  dirtyregion.cpp
  resourcecache.cpp
  drawingbrush.cpp
  swclip.cpp
  dpiprovider.cpp
  drawinggroup.cpp
  swhwndrt.cpp
  rgnutils.cpp
  drawingimage.cpp
  common.vcxproj -> E:\dotnet\wpf\artifacts\bin\common\Win32\Debug\common.lib
  drawingcontext.cpp
  utc.cpp
  d3dswapchain.cpp
  DropShadowEffect.cpp
  SwIntermediateRTCreator.cpp
  ComApartmentVerifier.cpp
  Scanner.cpp
  xmm.cpp
  swpresentgdi.cpp
  utils.cpp
  Code wird generiert...
  ellipsegeometry.cpp
  D3DSwapChainWithSwDC.cpp
  ComLockableWrapper.cpp
  emissivematerial.cpp
  generated_resource_factory.cpp
  d3dtexture.cpp
  swrast.cpp
  Tessellate.cpp
  etwresource.cpp
  PenImc.cpp
  D3DTextureSurface.cpp
  geometry_api.cpp
  geometry.cpp
  geometry3d.cpp
  d3dvidmemonlytexture.cpp
  Boolean.cpp
  geometrydrawing.cpp
  global.cpp
  gpumarker.cpp
  shared.vcxproj -> E:\dotnet\wpf\artifacts\bin\shared\Win32\Debug\shared.lib
  glyphcacheslave.cpp
  geometrygroup.cpp
  Code wird generiert...
  graphwalker.cpp
  FigureTask.cpp
  geometrymodel3d.cpp
  AnimationPath.cpp
  handletable.cpp
  glyphrundrawing.cpp
  Code wird generiert...
  GlyphRunGeometrySink.cpp
  swsurfrt.cpp
  Area.cpp
  glyphrunslave.cpp
  ExactArithmetic.cpp
  LineSegmentIntersection.cpp
  gradientbrush.cpp
  CompactShapes.cpp
  PimcContext.cpp
  GuidelineCollectionResource.cpp
  swglyphrun.cpp
  Kompilieren...
  Hw3DGeometryStreamBuffer.cpp
  Kompilieren...
  htmaster.cpp
  swglyphpainter.cpp
  BezierD.cpp
  htslave.cpp
  HwBitBltDeviceBitmapColorSource.cpp
  renderingbuilder.cpp
  BezierFlattener.cpp
  hwndtarget.cpp
  HwBitmapBrush.cpp
  Code wird generiert...
  swinit.cpp
  imagebrush.cpp
  Kompilieren...
  StripClipper.cpp
  HwBitmapCache.cpp
  Code wird generiert...
  AxisAlignedStripClipper.cpp
  Code wird generiert...
  Code wird generiert...
  partition.cpp
  HwBitmapColorSource.cpp
  partitionmanager.cpp
  PimcTablet.cpp
  HwBoxColorSource.cpp
  Kompilieren...
  imagedrawing.cpp
  partitionthread.cpp
  precompctx.cpp
  HwBrushContext.cpp
  ImplicitInputBrush.cpp
  Geometry.vcxproj -> E:\dotnet\wpf\artifacts\bin\Geometry\Win32\Debug\coregeometry.lib
  Effect.cpp
  PimcManager.cpp
  HwBrushPool.cpp
  light.cpp
  lineargradient.cpp
  linegeometry.cpp
  HwColorComponentColorSource.cpp
  prerender3dcontext.cpp
  PimcSurrogate.cpp
  HwConstantColorSource.cpp
  marshal_generated.cpp
  printtarget.cpp
  SxSCOMRegistration.cpp
  hwdestinationtexture.cpp
  render3dcontext.cpp
  WispComLockExports.cpp
  sw.vcxproj -> E:\dotnet\wpf\artifacts\bin\sw\Win32\Debug\sw.lib
  renderdatabounder.cpp
  HwDestinationTexturePool.cpp
  Code wird generiert...
  rendertarget.cpp
  rendertargetmanager.cpp
  material.cpp
  HwDeviceBitmapColorSource.cpp
  materialgroup.cpp
  matrix.cpp
  resslave.cpp
  hwdisplayrt.cpp
  PenImc.def
  matrixcamera.cpp
  rsapi.cpp
  hwffshaders.cpp
  samethreadcomposition.cpp
  matrixtransform3d.cpp
  HwHLSLShaderFragments.cpp
  meshgeometry3d.cpp
  schedulemanager.cpp
  serverchannel.cpp
  hwhwndrt.cpp
  model3d.cpp
  model3dgroup.cpp
  VisualCache.cpp
  modelrenderwalker.cpp
  modelwalker.cpp
  hwinit.cpp
  HwLightingColorSource.cpp
  node.cpp
  HwLinearGradientBrush.cpp
  VisualCacheManager.cpp
  orthographiccamera.cpp
  Code wird generiert...
  Code wird generiert...
  pathgeometry.cpp
  Code wird generiert...
     Bibliothek "E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.lib" und Objekt "E:\dotnet\wpf\artifacts\bi
  n\PenImc\Win32\Debug\PenImc_cor3.exp" werden erstellt.
  Kompilieren...
  HwRadialGradientBrush.cpp
  Kompilieren...
  VisualCacheSet.cpp
  HwLinearGradientColorSource.cpp
  Kompilieren...
  pathgeometrywrapper.cpp
  HwRadialGradientColorSource.cpp
  vt_api.cpp
  HwPipeline.cpp
  Code wird generiert...
  HwPipelineBuilder.cpp
  pen.cpp
  hwrasterizer.cpp
  perspectivecamera.cpp
  HwRenderStateManager.cpp
  PixelShader.cpp
  pointlight.cpp
  hwshader.cpp
  prerenderwalker.cpp
  projectioncamera.cpp
  HwShaderBuilder.cpp
  quaternionrotation3d.cpp
  HwShaderCache.cpp
  uce.vcxproj -> E:\dotnet\wpf\artifacts\bin\uce\Win32\Debug\uce.lib
  radialgradient.cpp
  HwShaderEffect.cpp
  HwShaderFragmentToHLSLConverter.cpp
  PenImc.vcxproj -> E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.dll
  PenImc.vcxproj -> E:\dotnet\wpf\artifacts\bin\PenImc\Win32\Debug\PenImc_cor3.pdb (Vollständige PDB)
  rectanglegeometry.cpp
  renderdata.cpp
  HwShaderPipeline.cpp
  renderdata_generated.cpp
  rotate.cpp
  HwSolidBrush.cpp
  hwsolidcolortexturesource.cpp
  rotatetransform3d.cpp
  rotation3d.cpp
  hwsolidcolortexturesourcepool.cpp
  scale.cpp
  HwStateTable.cpp
  scaletransform3d.cpp
  hwsurfrt.cpp
  ShaderEffect.cpp
  skew.cpp
  solidcolorbrush.cpp
  hwsurfrtdata.cpp
  Code wird generiert...
  hwsw3dfallback.cpp
  Code wird generiert...
  Kompilieren...
  specularmaterial.cpp
  spotlight.cpp
  Kompilieren...
  HwTexturedColorSource.cpp
  tilebrush.cpp
  HwTexturedColorSourceBrush.cpp
  tilebrushutils.cpp
  hwtexturert.cpp
  transform.cpp
  HwUtils.cpp
  transform3d.cpp
  transform3dgroup.cpp
  transformgroup.cpp
  translate.cpp
  translatetransform3d.cpp
  valueres.cpp
  HwVertexBuffer.cpp
  videoSlave.cpp
  videodrawing.cpp
  ViewportAlignedIntermediateRealizer.cpp
  viewport3dvisual.cpp
  visual3D.cpp
  HwVidMemTextureManager.cpp
  visualbrush.cpp
  InteropDeviceBitmap.cpp
  Code wird generiert...
  swfallback.cpp
  Waffler.cpp
  Code wird generiert...
  resources.vcxproj -> E:\dotnet\wpf\artifacts\bin\resources\Win32\Debug\resources.lib
  WindowsBase -> E:\dotnet\wpf\artifacts\bin\WindowsBase\Debug\net6.0\WindowsBase.dll
  hw.vcxproj -> E:\dotnet\wpf\artifacts\bin\hw\Win32\Debug\hw.lib
  "E:\dotnet\wpf\artifacts\obj\UtilLib\Win32\Debug\CppSupport\CppSupport_UtilLib.csproj" wiederhergestellt (in 36 ms).
  pch.cxx
  precomp.cxx
  assert.cxx
  memutils.cxx
  misc.cxx
  strutil.cxx
  instrumentation.cxx
  list.cxx
  hirestimer.cxx
  registry.cxx
  debugbreak.cpp
  Code wird generiert...
  UtilLib.vcxproj -> E:\dotnet\wpf\artifacts\bin\UtilLib\Win32\Debug\wpfutil.lib
  System.Windows.Presentation-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Presentation-ref\Debug\net6.0\System.Wi
  ndows.Presentation.dll
  DirectWriteForwarder.cpp
  System.Windows.Presentation -> E:\dotnet\wpf\artifacts\bin\System.Windows.Presentation\Debug\net6.0\System.Windows.Pr
  esentation.dll
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\bin\PresentationBuildTasks\Debug\net472\PresentationBuildTasks.dll
  PresentationBuildTasks -> E:\dotnet\wpf\artifacts\tmp\Debug\PresentationBuildTasks\net472\
  UIAutomationTypes-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes-ref\Debug\net6.0\UIAutomationTypes.dll
  UIAutomationProvider-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider-ref\Debug\net6.0\UIAutomationProvider.dl
  l
  dwriteloader.cpp
  Utils.cxx
  UIAutomationTypes -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes\Debug\net6.0\UIAutomationTypes.dll
  main.cpp
  OtherAssemblyAttrs.cpp
  UIAutomationProvider -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider\Debug\net6.0\UIAutomationProvider.dll
  Code wird generiert...
  UIAutomationClient-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationClient-ref\Debug\net6.0\UIAutomationClient.dll
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  UIAutomationClientSideProviders-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationClientSideProviders-ref\Debug\net6.0\U
  IAutomationClientSideProviders.dll
  precomp.cpp
  PresentationCore-ref -> E:\dotnet\wpf\artifacts\bin\PresentationCore-ref\Debug\net6.0\PresentationCore.dll
  DirectWriteForwarder.vcxproj -> E:\dotnet\wpf\artifacts\bin\DirectWriteForwarder\Debug\net6.0\DirectWriteForwarder.dl
  l
  dllentry.cpp
  wpfgfx.def
     Bibliothek "E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.lib" und Objekt "E:\dotnet\wpf\artifacts\bi
  n\wpfgfx\Win32\Debug\wpfgfx_cor3.exp" werden erstellt.
  PresentationCore -> E:\dotnet\wpf\artifacts\bin\PresentationCore\Debug\net6.0\PresentationCore.dll
  UIAutomationClient -> E:\dotnet\wpf\artifacts\bin\UIAutomationClient\Debug\net6.0\UIAutomationClient.dll
  UIAutomationClientSideProviders -> E:\dotnet\wpf\artifacts\bin\UIAutomationClientSideProviders\Debug\net6.0\UIAutomat
  ionClientSideProviders.dll
  PresentationUI-PresentationFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationUI-PresentationFramework-i
  mpl-cycle\Debug\net6.0\PresentationUI.dll
  wpfgfx.vcxproj -> E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.dll
  wpfgfx.vcxproj -> E:\dotnet\wpf\artifacts\bin\wpfgfx\Win32\Debug\wpfgfx_cor3.pdb (Vollständige PDB)
  PresentationFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing-
  api-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-ReachFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ReachFramework-i
  mpl-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-System.Printing-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing
  -impl-cycle\Debug\net6.0\PresentationFramework.dll
  System.Printing-ref -> E:\dotnet\wpf\artifacts\bin\System.Printing-ref\Debug\net6.0\System.Printing.dll
  ReachFramework-ref -> E:\dotnet\wpf\artifacts\bin\ReachFramework-ref\Debug\net6.0\ReachFramework.dll
  ReachFramework -> E:\dotnet\wpf\artifacts\bin\ReachFramework\Debug\net6.0\ReachFramework.dll
  PresentationFramework-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ref\Debug\net6.0\PresentationFramework
  .dll
  PresentationUI-ref -> E:\dotnet\wpf\artifacts\bin\PresentationUI-ref\Debug\net6.0\PresentationUI.dll
  Win32Inc.cpp
  PrintQueue.cpp
  PrintSystemAttributeValueFactory.cpp
  PrintSystemNotifications.cpp
  PrintSystemAttributeValue.cpp
  PrintSystemUtil.cpp
  PrintSystemObject.cpp
  PrintSystemObjectFactory.cpp
  Driver.cpp
  Filter.cpp
  PrintProcessor.cpp
  Port.cpp
  ObjectsAttributesValuesFactory.cpp
  PrintServer.cpp
  InteropPrinterDefaults.cpp
  InteropDocInfo.cpp
  InteropDevMode.cpp
  InteropPrinterInfo.cpp
  InteropInfoLevelProfile.cpp
  InteropJobInfo.cpp
  GenericTypeMappings.cpp
  Code wird generiert...
  Kompilieren...
  GenericPrinterThunkFilter.cpp
  GenericPrinterLevelThunk.cpp
  GenericDriverThunkFilter.cpp
  GenericDriverLevelThunk.cpp
  GenericJobLevelThunk.cpp
  GenericJobThunkFilter.cpp
  GetDataThunkObject.cpp
  SetDataThunkObject.cpp
  EnumDataThunkObject.cpp
  InteropLevelCoverageList.cpp
  InteropPrinterInfoUnmanagedBuilder.cpp
  InteropPrinterHandler.cpp
  InternalPrintSystemException.cpp
  PrintSystemPathResolver.cpp
  LocalPrintServer.cpp
  PrintSystemAssemblyInfo.cpp
  PrintSystemJobInfo.cpp
  LegacyDevice.cpp
  GDIExporter.cpp
  XpsDeviceSimulatingInteropPrinterHandler.cpp
  PresentationFramework -> E:\dotnet\wpf\artifacts\bin\PresentationFramework\Debug\net6.0\PresentationFramework.dll
  Code wird generiert...
  Kompilieren...
  XpsCompatiblePrinter.cpp
  XPSDocumentWriter.cpp
  XpsPrintJobStream.cpp
  XpsPrintStream.cpp
  PremiumPrintStream.cpp
  PrintJobSettings.cpp
  PrintDocumentImageableArea.cpp
  PresentationFramework-SystemXmlLinq -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-SystemXmlLinq\Debug\net6.0\P
  resentationFramework-SystemXmlLinq.dll
  InteropAttributeValueDictionary.cpp
  PresentationFramework-SystemXml -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-SystemXml\Debug\net6.0\Presentat
  ionFramework-SystemXml.dll
  Code wird generiert...
  PresentationFramework-SystemDrawing -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-SystemDrawing\Debug\net6.0\P
  resentationFramework-SystemDrawing.dll
  PresentationFramework-SystemData -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-SystemData\Debug\net6.0\Present
  ationFramework-SystemData.dll
  PresentationFramework-SystemCore -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-SystemCore\Debug\net6.0\Present
  ationFramework-SystemCore.dll
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  LINK : /LTCG wurde angegeben, es ist jedoch keine Codegenerierung erforderlich. Entfernen Sie /LTCG aus der Linkbefeh
  lszeile, um die Linkerleistung zu erhöhen.
  System.Printing.vcxproj -> E:\dotnet\wpf\artifacts\bin\System.Printing\Debug\net6.0\System.Printing.dll
  WindowsFormsIntegration-ref -> E:\dotnet\wpf\artifacts\bin\WindowsFormsIntegration-ref\Debug\net6.0\WindowsFormsInteg
  ration.dll
  WindowsFormsIntegration -> E:\dotnet\wpf\artifacts\bin\WindowsFormsIntegration\Debug\net6.0\WindowsFormsIntegration.d
  ll
  Wiederherzustellende Projekte werden ermittelt...
  Alle Projekte sind für die Wiederherstellung auf dem neuesten Stand.
  System.Xaml-ref -> E:\dotnet\wpf\artifacts\bin\System.Xaml-ref\Debug\net6.0\System.Xaml.dll
  System.Xaml -> E:\dotnet\wpf\artifacts\bin\System.Xaml\Debug\net6.0\System.Xaml.dll
  Wiederherzustellende Projekte werden ermittelt...
  Alle Projekte sind für die Wiederherstellung auf dem neuesten Stand.
  ReachFramework-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-PresentationFramework-ap
  i-cycle\Debug\net6.0\ReachFramework.dll
  System.Printing-PresentationFramework-api-cycle -> E:\dotnet\wpf\artifacts\bin\System.Printing-PresentationFramework-
  api-cycle\Debug\net6.0\System.Printing.dll
  WindowsBase-ref -> E:\dotnet\wpf\artifacts\bin\WindowsBase-ref\Debug\net6.0\WindowsBase.dll
  WindowsBase -> E:\dotnet\wpf\artifacts\bin\WindowsBase\Debug\net6.0\WindowsBase.dll
  precomp.cxx
  UIAutomationTypes-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes-ref\Debug\net6.0\UIAutomationTypes.dll
  DirectWriteForwarder.cpp
  UIAutomationTypes -> E:\dotnet\wpf\artifacts\bin\UIAutomationTypes\Debug\net6.0\UIAutomationTypes.dll
  UIAutomationProvider-ref -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider-ref\Debug\net6.0\UIAutomationProvider.dl
  l
  OtherAssemblyAttrs.cpp
  main.cpp
  Code wird generiert...
  UIAutomationProvider -> E:\dotnet\wpf\artifacts\bin\UIAutomationProvider\Debug\net6.0\UIAutomationProvider.dll
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  DirectWriteForwarder.vcxproj -> E:\dotnet\wpf\artifacts\bin\DirectWriteForwarder\Debug\net6.0\DirectWriteForwarder.dl
  l
  ReachFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\ReachFramework-System.Printing-api-cycle\Debu
  g\net6.0\ReachFramework.dll
  System.Windows.Input.Manipulations-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations-ref\Debug\ne
  t6.0\System.Windows.Input.Manipulations.dll
  System.Windows.Input.Manipulations -> E:\dotnet\wpf\artifacts\bin\System.Windows.Input.Manipulations\Debug\net6.0\Sys
  tem.Windows.Input.Manipulations.dll
  PresentationCore-ref -> E:\dotnet\wpf\artifacts\bin\PresentationCore-ref\Debug\net6.0\PresentationCore.dll
  PresentationCore -> E:\dotnet\wpf\artifacts\bin\PresentationCore\Debug\net6.0\PresentationCore.dll
  PresentationFramework-System.Printing-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing
  -impl-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-ReachFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ReachFramework-i
  mpl-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationFramework-System.Printing-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-System.Printing-
  api-cycle\Debug\net6.0\PresentationFramework.dll
  System.Printing-ref -> E:\dotnet\wpf\artifacts\bin\System.Printing-ref\Debug\net6.0\System.Printing.dll
  ReachFramework-ref -> E:\dotnet\wpf\artifacts\bin\ReachFramework-ref\Debug\net6.0\ReachFramework.dll
  ReachFramework -> E:\dotnet\wpf\artifacts\bin\ReachFramework\Debug\net6.0\ReachFramework.dll
  Win32Inc.cpp
  Driver.cpp
  EnumDataThunkObject.cpp
  Filter.cpp
  GDIExporter.cpp
  GenericDriverLevelThunk.cpp
  GenericDriverThunkFilter.cpp
  GenericJobLevelThunk.cpp
  GenericJobThunkFilter.cpp
  GenericPrinterLevelThunk.cpp
  GenericPrinterThunkFilter.cpp
  GenericTypeMappings.cpp
  GetDataThunkObject.cpp
  InternalPrintSystemException.cpp
  InteropAttributeValueDictionary.cpp
  InteropDevMode.cpp
  InteropDocInfo.cpp
  InteropInfoLevelProfile.cpp
  InteropJobInfo.cpp
  InteropLevelCoverageList.cpp
  InteropPrinterDefaults.cpp
  Code wird generiert...
  Kompilieren...
  InteropPrinterHandler.cpp
  InteropPrinterInfo.cpp
  InteropPrinterInfoUnmanagedBuilder.cpp
  LegacyDevice.cpp
  LocalPrintServer.cpp
  ObjectsAttributesValuesFactory.cpp
  Port.cpp
  PremiumPrintStream.cpp
  PrintDocumentImageableArea.cpp
  PrintJobSettings.cpp
  PrintProcessor.cpp
  PrintQueue.cpp
  PrintServer.cpp
  PrintSystemAssemblyInfo.cpp
  PrintSystemAttributeValue.cpp
  PrintSystemAttributeValueFactory.cpp
  PrintSystemJobInfo.cpp
  PrintSystemNotifications.cpp
  PrintSystemObject.cpp
  PrintSystemObjectFactory.cpp
  Code wird generiert...
  Kompilieren...
  PrintSystemPathResolver.cpp
  PrintSystemUtil.cpp
  SetDataThunkObject.cpp
  XPSDocumentWriter.cpp
  XpsCompatiblePrinter.cpp
  XpsDeviceSimulatingInteropPrinterHandler.cpp
  XpsPrintJobStream.cpp
  XpsPrintStream.cpp
  Code wird generiert...
  .NETCoreApp,Version=v6.0.AssemblyAttributes.cpp
  LINK : /LTCG wurde angegeben, es ist jedoch keine Codegenerierung erforderlich. Entfernen Sie /LTCG aus der Linkbefeh
  lszeile, um die Linkerleistung zu erhöhen.
  System.Printing.vcxproj -> E:\dotnet\wpf\artifacts\bin\System.Printing\Debug\net6.0\System.Printing.dll
  PresentationFramework-PresentationUI-api-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-PresentationUI-ap
  i-cycle\Debug\net6.0\PresentationFramework.dll
  PresentationUI-PresentationFramework-impl-cycle -> E:\dotnet\wpf\artifacts\bin\PresentationUI-PresentationFramework-i
  mpl-cycle\Debug\net6.0\PresentationUI.dll
  PresentationFramework-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework-ref\Debug\net6.0\PresentationFramework
  .dll
  PresentationFramework -> E:\dotnet\wpf\artifacts\bin\PresentationFramework\Debug\net6.0\PresentationFramework.dll
  PresentationUI-ref -> E:\dotnet\wpf\artifacts\bin\PresentationUI-ref\Debug\net6.0\PresentationUI.dll
  PresentationUI -> E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll
  PresentationFramework.Aero-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero-ref\Debug\net6.0\Presentatio
  nFramework.Aero.dll
  PresentationFramework.Aero2-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero2-ref\Debug\net6.0\Presentat
  ionFramework.Aero2.dll
  PresentationFramework.AeroLite-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.AeroLite-ref\Debug\net6.0\Pre
  sentationFramework.AeroLite.dll
  PresentationFramework.Classic-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Classic-ref\Debug\net6.0\Prese
  ntationFramework.Classic.dll
  PresentationFramework.Luna-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Luna-ref\Debug\net6.0\Presentatio
  nFramework.Luna.dll
  PresentationFramework.Royale-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Royale-ref\Debug\net6.0\Present
  ationFramework.Royale.dll
  System.Windows.Controls.Ribbon-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Controls.Ribbon-ref\Debug\net6.0\Sys
  tem.Windows.Controls.Ribbon.dll
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targe
ts(4502,5): error MSB3026: "E:\dotnet\wpf\artifacts\obj\PresentationUI\Debug\net6.0\PresentationUI.dll" konnte nicht in
 "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll" kopiert werden. Wiederholung 1 wird in 10
00 ms gestartet. Der Prozess kann nicht auf die Datei "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\Presenta
tionUI.dll" zugreifen, da sie von einem anderen Prozess verwendet wird. Die Datei wird durch "MSBuild.exe (20412)" gesp
errt. [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targe
ts(4502,5): error MSB3026: "E:\dotnet\wpf\artifacts\obj\PresentationUI\Debug\net6.0\PresentationUI.dll" konnte nicht in
 "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll" kopiert werden. Wiederholung 1 wird in 10
00 ms gestartet. Der Prozess kann nicht auf die Datei "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\Presenta
tionUI.dll" zugreifen, da sie von einem anderen Prozess verwendet wird. Die Datei wird durch "MSBuild.exe (20412)" gesp
errt. [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj]
  PresentationUI -> E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll
  PresentationFramework.Classic-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Classic-ref\Debug\net6.0\Prese
  ntationFramework.Classic.dll
  PresentationFramework.Royale-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Royale-ref\Debug\net6.0\Present
  ationFramework.Royale.dll
  PresentationFramework.Aero2-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero2-ref\Debug\net6.0\Presentat
  ionFramework.Aero2.dll
  PresentationFramework.Luna-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Luna-ref\Debug\net6.0\Presentatio
  nFramework.Luna.dll
  PresentationFramework.Aero-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero-ref\Debug\net6.0\Presentatio
  nFramework.Aero.dll
  PresentationFramework.AeroLite-ref -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.AeroLite-ref\Debug\net6.0\Pre
  sentationFramework.AeroLite.dll
  PresentationFramework.Classic -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Classic\Debug\net6.0\PresentationF
  ramework.Classic.dll
  PresentationFramework.Aero2 -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero2\Debug\net6.0\PresentationFrame
  work.Aero2.dll
  PresentationFramework.Luna -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Luna\Debug\net6.0\PresentationFramewo
  rk.Luna.dll
  PresentationFramework.Royale -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Royale\Debug\net6.0\PresentationFra
  mework.Royale.dll
  PresentationFramework.Aero -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Aero\Debug\net6.0\PresentationFramewo
  rk.Aero.dll
  PresentationFramework.AeroLite -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.AeroLite\Debug\net6.0\Presentatio
  nFramework.AeroLite.dll
  PresentationFramework.Classic -> E:\dotnet\wpf\artifacts\bin\PresentationFramework.Classic\Debug\net6.0\PresentationF
  ramework.Classic.dll
  System.Windows.Controls.Ribbon-ref -> E:\dotnet\wpf\artifacts\bin\System.Windows.Controls.Ribbon-ref\Debug\net6.0\Sys
  tem.Windows.Controls.Ribbon.dll
  System.Windows.Controls.Ribbon -> E:\dotnet\wpf\artifacts\bin\System.Windows.Controls.Ribbon\Debug\net6.0\System.Wind
  ows.Controls.Ribbon.dll

Der Buildvorgang wurde erfolgreich ausgeführt.

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targe
ts(4502,5): error MSB3026: "E:\dotnet\wpf\artifacts\obj\PresentationUI\Debug\net6.0\PresentationUI.dll" konnte nicht in
 "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll" kopiert werden. Wiederholung 1 wird in 10
00 ms gestartet. Der Prozess kann nicht auf die Datei "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\Presenta
tionUI.dll" zugreifen, da sie von einem anderen Prozess verwendet wird. Die Datei wird durch "MSBuild.exe (20412)" gesp
errt. [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targe
ts(4502,5): error MSB3026: "E:\dotnet\wpf\artifacts\obj\PresentationUI\Debug\net6.0\PresentationUI.dll" konnte nicht in
 "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\PresentationUI.dll" kopiert werden. Wiederholung 1 wird in 10
00 ms gestartet. Der Prozess kann nicht auf die Datei "E:\dotnet\wpf\artifacts\bin\PresentationUI\Debug\net6.0\Presenta
tionUI.dll" zugreifen, da sie von einem anderen Prozess verwendet wird. Die Datei wird durch "MSBuild.exe (20412)" gesp
errt. [E:\dotnet\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj]
    0 Warnung(en)
    2 Fehler

Verstrichene Zeit 00:04:06.00
Build failed with exit code 1. Check errors above.
See log: E:\dotnet\wpf\artifacts\log\Debug\x86\Build.binlog

E:\dotnet\wpf>

@vishalmsft
Copy link
Contributor

@deeprobin The file in use error may be due to previous msbuild instances are yet to cleanly conclude, when we try to break the build using ctrl+c or close command shell.
Please use the clean command and try the build again.

build -clean
taskkill /F /IM msbuild.exe 
build

taskkill, in case any instance of msbuild is still alive from previous attempt.

@lindexi
Copy link
Member

lindexi commented Oct 27, 2021

@vishalmsft How about merge #4909 ?

@vishalmsft
Copy link
Contributor

Thank you @lindexi. I will review the PR in details and take it up there.
The thread started with Strawberry perl requirement, but, last error talks about file locked by msbuild.

Yes, the PR is helpful.

@vishalmsft vishalmsft modified the milestones: .NET 6.0 Servicing, 7.0.0 Oct 28, 2021
@singhashish-wpf
Copy link
Member

The local builds works as of now. The only error which could be there comes from 2 reasons:

  1. Different Visual Studio version than the one being used at CI.
  2. Locking of files by msbuild, or uncleared artifacts before build, or other system specific configuration.

@ghost ghost removed this from the 7.0.0 milestone Jul 20, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Product bug (most likely) Infrastructure Investigate Requires further investigation by the WPF team.
Projects
None yet
Development

No branches or pull requests

6 participants