Skip to content

Reduce project file asset churn#746

Merged
YukiMatsuzawa merged 1 commit into
masterfrom
yukimatsuzawa-performance-improvements
Jul 6, 2026
Merged

Reduce project file asset churn#746
YukiMatsuzawa merged 1 commit into
masterfrom
yukimatsuzawa-performance-improvements

Conversation

@YukiMatsuzawa

Copy link
Copy Markdown
Contributor

This trims unnecessary evaluation work in the WPF app project by collapsing a long, duplicated asset list into wildcard includes. The change keeps the same runtime assets but makes the project file cheaper to maintain and faster to parse.

What changed

  • Replaced repeated Cytoscape image entries with a single wildcard include for the image folder
  • Removed duplicate asset declarations in MsdialGuiApp.csproj

Notes

  • The wildcard only covers files that actually exist in the images folder, so there is no behavioral change for missing asset types
  • No runtime code paths were changed

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@YukiMatsuzawa
YukiMatsuzawa merged commit c80e4f5 into master Jul 6, 2026
9 checks passed
@YukiMatsuzawa
YukiMatsuzawa deleted the yukimatsuzawa-performance-improvements branch July 6, 2026 09:06
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.

1 participant