[Cherry-Pick]Use Centralized Nuget Package Management for vcxproj (#579) - #590
Merged
Merged
Conversation
* Built successful one in 1st round * Untried one, but AI converted * 2nd Fix * 3rd changes * 4th Fix * Fix WinML build issue * 5th fix * Fix WindowsAISample.csproj restore nuget problem * Fix further build issue * Ensure only 1 newline, not multiple, for csproj and vcxproj * Try to have reliable version update for Directory.Packages.props * Test failure because the waproj doesn't reference correct MSVCP * Fix build error for CsWpfState/CsWpfState.csproj * Fix CppWinMainEnv failed to launch with error VCRuntime140_1.dll not found * Add missing VCRForwarders * Fix copilot comment * Convert WinUI3 to single package - starting with Instancing * Update the rest to be single package * pdateVersions.ps1 should restore package even when packages folder not provided * Remove all vcxproj.filters's packages.config reference * Restore some of original property - phase 1 * Restore original packages path * Remove extra symbols * Restore originally appxmanifest value for those migrated one * remove unnecessary property in Directory.Build.props for WinML * Add warning only if restore not successful * Nuget install on pipeline will be done itself, it cannot fail
Kyaw Thant (kythant)
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Built successful one in 1st round
Untried one, but AI converted
2nd Fix
3rd changes
4th Fix
Fix WinML build issue
5th fix
Fix WindowsAISample.csproj restore nuget problem
Fix further build issue
Ensure only 1 newline, not multiple, for csproj and vcxproj
Try to have reliable version update for Directory.Packages.props
Test failure because the waproj doesn't reference correct MSVCP
Fix build error for CsWpfState/CsWpfState.csproj
Fix CppWinMainEnv failed to launch with error VCRuntime140_1.dll not found
Add missing VCRForwarders
Fix copilot comment
Convert WinUI3 to single package - starting with Instancing
Update the rest to be single package
pdateVersions.ps1 should restore package even when packages folder not provided
Remove all vcxproj.filters's packages.config reference
Restore some of original property - phase 1
Restore original packages path
Remove extra symbols
Restore originally appxmanifest value for those migrated one
remove unnecessary property in Directory.Build.props for WinML
Add warning only if restore not successful
Nuget install on pipeline will be done itself, it cannot fail
Description
Please include a summary of the change and/or which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Target Release
Please specify which release this PR should align with. e.g., 1.0, 1.1, 1.1 Preview 1.
Checklist
Note that /azp run currently isn't working for this repo.