mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Resolve TODO - MSFT 12735088 (#1901)
Since we use minimum version 17763, we can safely remove these namespaces
This commit is contained in:
parent
135c37d6f7
commit
5c98b6e53c
1 changed files with 0 additions and 11 deletions
|
@ -42,14 +42,3 @@
|
||||||
#include "winrt/Windows.UI.Xaml.h"
|
#include "winrt/Windows.UI.Xaml.h"
|
||||||
#include "winrt/Windows.Foundation.Metadata.h"
|
#include "winrt/Windows.Foundation.Metadata.h"
|
||||||
#include "winrt/Windows.Management.Policies.h"
|
#include "winrt/Windows.Management.Policies.h"
|
||||||
|
|
||||||
// The following namespaces exist as a convenience to resolve
|
|
||||||
// ambiguity for Windows types in the Windows::UI::Xaml::Automation::Peers
|
|
||||||
// namespace that only exist on RS3.
|
|
||||||
// Once the app switches to min version RS3, the namespaces can be removed.
|
|
||||||
// TODO - MSFT 12735088
|
|
||||||
namespace StandardPeers = Windows::UI::Xaml::Automation::Peers;
|
|
||||||
namespace CalculatorApp::ViewModel::Common::Automation
|
|
||||||
{
|
|
||||||
}
|
|
||||||
namespace CustomPeers = CalculatorApp::ViewModel::Common::Automation;
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue