-
Notifications
You must be signed in to change notification settings - Fork 392
StoragePickers: Fix warning about wildcards in vcproj (PRIResource) #5924
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
base: main
Are you sure you want to change the base?
Conversation
…Move StoragePickers project file udner a folder in SolutionExplorer (like other projects)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@DrusTheAxe thanks for your improvement!
|
…plaining why this file is required despite not used in this project.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @DrusTheAxe , why are we deleting this original resw file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DrusTheAxe Please see Xiang's comment above. This file is needed for maintaining the resources.
StoragePickers: Fix warning about wildcards in vcproj (PRIResource)
This is due to
dev\Interop\StoragePickers\StoragePickers.vcxitems
Replace the wildcard with explicit
<PRIResource...>
statements (1 for each of the 14Strings\*\*.resw
files).Also move StoragePickers project file under a folder in SolutionExplorer (like other projects)