Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored proj files #521

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Refactored proj files #521

merged 2 commits into from
Jan 23, 2025

Conversation

anjali-wpf
Copy link
Member

@anjali-wpf anjali-wpf commented Mar 11, 2024

Addresses issue #504

  • Removed the for source files in the root folder, ensuring to keep necessary source code files.
  • Consolidated the inclusion of XAML, code-behind, and resource files into a single element for better organization.
  • Removed the and elements with their respective conditions because they were redundant and unnecessary in the provided .csproj file.
  • Removed FileAlignment as the property specifies the alignment of file sections within the output file produced by the build process. In most cases, the default value of 512 is sufficient and does not need to be explicitly specified.

@singhashish-wpf singhashish-wpf added the auto_merge bot command label Jan 22, 2025
@singhashish-wpf singhashish-wpf merged commit 513c49c into main Jan 23, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto_merge bot command
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants