Skip to content

StoragePickers: Fix warning about wildcards in vcproj (PRIResource)#5924

Merged
DrusTheAxe merged 2 commits intomainfrom
user/drustheaxe/storagepicker-wildcard-warning
Oct 27, 2025
Merged

StoragePickers: Fix warning about wildcards in vcproj (PRIResource)#5924
DrusTheAxe merged 2 commits intomainfrom
user/drustheaxe/storagepicker-wildcard-warning

Conversation

@DrusTheAxe
Copy link
Copy Markdown
Member

StoragePickers: Fix warning about wildcards in vcproj (PRIResource)

D:\source\repos\windowsappsdk3\dev\WindowsAppRuntime_DLL\WindowsAppRuntime_DLL.vcxproj : warning : Wildcards in project items are not supported in VC projects or their imports. The 'PRIResource' wildcard project items added in 'D:\source\repos\windowsappsdk3\dev\Interop\StoragePickers\StoragePickers.vcxitems' will not be visible in the Solution Explorer. Please refer to the https://aka.ms/cpp/projectwildcards for supported options.

D:\source\repos\windowsappsdk3\dev\Interop\StoragePickers\StoragePickers.vcxitems : warning : Wildcards and/or some other MSBuild constructs used in project item definitions are not supported in VC projects. They can lead to unexpected behavior, instability or performance degradation in the Visual Studio IDE. Please refer to https://aka.ms/cpp/projectwildcards for supported options.

This is due to dev\Interop\StoragePickers\StoragePickers.vcxitems

Replace the wildcard with explicit <PRIResource...> statements (1 for each of the 14 Strings\*\*.resw files).

Also move StoragePickers project file under a folder in SolutionExplorer (like other projects)

…Move StoragePickers project file udner a folder in SolutionExplorer (like other projects)
@DrusTheAxe
Copy link
Copy Markdown
Member Author

/azp run

@DrusTheAxe DrusTheAxe self-assigned this Oct 18, 2025
@DrusTheAxe DrusTheAxe requested a review from DinahK-2SO October 18, 2025 22:55
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@Hong-Xiang
Copy link
Copy Markdown
Contributor

Hong-Xiang commented Oct 20, 2025

@DrusTheAxe thanks for your improvement!
The resw file directly under Strings folder should be input for touchdown pipeline, and referenced in

dev\Interop\StoragePickers\Strings\StoragePickers.resw
, maybe we should not remove it

…plaining why this file is required despite not used in this project.
@DrusTheAxe DrusTheAxe requested a review from Hong-Xiang October 21, 2025 05:02
@DrusTheAxe
Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Comment thread dev/Interop/StoragePickers/Strings/StoragePickers.resw
@DrusTheAxe DrusTheAxe merged commit 05a3957 into main Oct 27, 2025
36 checks passed
@DrusTheAxe DrusTheAxe deleted the user/drustheaxe/storagepicker-wildcard-warning branch October 27, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants