Skip to content

Simplify Project Template: DpiAwareness in app.manifest - #1748

Merged
Bob Pulliam (bpulliam) merged 1 commit into
microsoft:mainfrom
Marv51:main
Nov 1, 2022
Merged

Bob Pulliam (bpulliam) merged 1 commit into
microsoft:mainfrom
Marv51:main

Conversation

@Marv51

Copy link
Copy Markdown
Contributor

This PR fixes microsoft/microsoft-ui-xaml#5659

Basically, the DPI awareness settings in the project template are needlessly complicated.

Those complicated settings are recommendable if old versions of Windows are supported, however WindowsAppSDK requires Windows 10 1809, which easily supports the most modern setting.

@ghost ghost added the needs-triage label Nov 7, 2021
@ghost

Deleted user (ghost) commented Nov 7, 2021 •

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

@Marv51 Marvin Rühe (Marv51) changed the title Simplify Project Template DpiAwareness in app.manifest Simplify Project Template: DpiAwareness in app.manifest Nov 7, 2021
@Marv51

Copy link
Copy Markdown
Contributor Author

Can I do anything else to get this merged? Please take this into consideration. //cc: Andrew Leader (@andrewleader)

@andrewleader

Copy link
Copy Markdown
Contributor

Evelyn Wu (@evelynwu-msft) would this be your area? Or who would own this?

@evelynwu-msft

Copy link
Copy Markdown
Member

Evelyn Wu (@evelynwu-msft) would this be your area? Or who would own this?

No, I have no particular expertise to judge whether or not it is the correct thing to do (although it seems reasonable enough). MikeHillberg what are your thoughts on this?

@Marv51

Copy link
Copy Markdown
Contributor Author

Hi MikeHillberg and Scott Jones (@Scottj1s)! What are your thoughts?

@bpulliam
Bob Pulliam (bpulliam) merged commit 69bb3b6 into microsoft:main Nov 1, 2022
Bob Pulliam (bpulliam) added a commit that referenced this pull request Feb 14, 2023
* Remove UWP templates (#3148)

* Remove UWP templates

* Remove UWP Strings

* Misc Fixes

* TDBuild - updating localized resource files.

* Add phone id to unblock store submission (#3206)

* Remove copyright notice and license. Set xaml files to utf-8. (#3324)

* simplify project template dpiAwareness in app.manifest (#1748)

---------

Co-authored-by: TDBuild <DoNotEmailThis@dev.null.microsoft.com>
Co-authored-by: Scott Jones <sjones@microsoft.com>
Co-authored-by: Marvin Rühe <Marv51@users.noreply.github.com>
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.

Proposal: Simplify DPI awareness settings in default app.manifest template

5 participants