Skip to content

How reference just single assembly from WinForms profile #5300

Answered by RussKie
kant2002 asked this question in Q&A
Discussion options

You must be logged in to vote

What are you trying to achieve?

Accessibility.dll is a part of Windows Desktop SDK, and it is implicitly referenced by the virtue of you declaring <UseWindowsForms>true</UseWindowsForms>.
It can be found under C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\<version>\ and C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\<version>\ref\net6.0\.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kant2002
Comment options

@RussKie
Comment options

@kant2002
Comment options

Answer selected by kant2002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
api-suggestion (1) Early API idea and discussion, it is NOT ready for implementation
2 participants
Converted from issue

This discussion was converted from issue #5294 on July 21, 2021 01:08.