Skip to content

Relax Windows target platform version to 10.0#3

Closed
Fury7425 wants to merge 1 commit into
mainfrom
claude/beautiful-noether-Wu3Jq
Closed

Relax Windows target platform version to 10.0#3
Fury7425 wants to merge 1 commit into
mainfrom
claude/beautiful-noether-Wu3Jq

Conversation

@Fury7425
Copy link
Copy Markdown
Owner

Summary

Updates the Windows target platform version constraint in the yip-app project file from a specific build (10.0.22621.0) to the generic latest (10.0), allowing the build system to automatically select the appropriate SDK version.

Changes

  • yip-app.vcxproj: Changed WindowsTargetPlatformVersion from 10.0.22621.0 to 10.0
    • Maintains minimum version requirement at 10.0.19041.0 (Windows 11 21H2)
    • Aligns with project's Win11 x64 primary target while improving build flexibility

Rationale

This change decouples the build from a specific Windows SDK patch version, allowing the build environment to use whatever latest SDK is installed while still respecting the minimum platform version constraint. This improves portability across different development machines and CI/CD environments without compromising the Win11 target requirement.

https://claude.ai/code/session_01KSADcDhYMud69Mr4xnLp2E

windows-latest runners no longer ship SDK 10.0.22621.0; the hardcoded
version caused MSB8036. Using "10.0" lets MSBuild select the highest
installed SDK (currently 10.0.26100.0) without further CI changes.

https://claude.ai/code/session_01KSADcDhYMud69Mr4xnLp2E
@Fury7425 Fury7425 closed this May 25, 2026
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.

2 participants