Skip to content

fix(windows): separate .wapproj from .vcxproj to prevent output from being overwritten#2806

Merged
tido64 merged 2 commits into
trunkfrom
tido/windows/separate-wapproj
Jun 11, 2026
Merged

fix(windows): separate .wapproj from .vcxproj to prevent output from being overwritten#2806
tido64 merged 2 commits into
trunkfrom
tido/windows/separate-wapproj

Conversation

@tido64

@tido64 tido64 commented Jun 11, 2026

Copy link
Copy Markdown
Member

Description

MSBuild was overwriting packages.lock.json (and files in obj/), causing random build issues.

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

cd packages/example-windows
node ../windows/app.mjs
yarn windows

# In a separate terminal
yarn start

Screenshots

image

…rom being overwritten

MSBuild was overwriting `packages.lock.json` (and files in `obj/`),
causing random build issues.
@github-actions github-actions Bot added the platform: Windows This affects Windows label Jun 11, 2026
@tido64 tido64 merged commit 1230975 into trunk Jun 11, 2026
25 checks passed
@tido64 tido64 deleted the tido/windows/separate-wapproj branch June 11, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: Windows This affects Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants