Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common\KeyboardShortcutManager.h"
|
||||
#include "Common/KeyboardShortcutManager.h"
|
||||
|
||||
namespace CalculatorApp
|
||||
{
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include "pch.h"
|
||||
#include "CalculationResult.h"
|
||||
#include "CalculationResultAutomationPeer.h"
|
||||
#include "CalcViewModel\Common\LocalizationSettings.h"
|
||||
#include "CalcViewModel/Common/LocalizationSettings.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Controls;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Controls\CalculationResult.h"
|
||||
#include "Controls/CalculationResult.h"
|
||||
|
||||
namespace CalculatorApp
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "CalculatorButton.h"
|
||||
#include "CalcViewModel\Common\CalculatorButtonPressedEventArgs.h"
|
||||
#include "CalcViewModel/Common/CalculatorButtonPressedEventArgs.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Common;
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "pch.h"
|
||||
#include "Controls\OverflowTextBlock.h"
|
||||
#include "Controls/OverflowTextBlock.h"
|
||||
#include "OverflowTextBlockAutomationPeer.h"
|
||||
|
||||
using namespace Windows::UI::Xaml::Automation::Peers;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Controls\OverflowTextBlock.h"
|
||||
#include "Controls/OverflowTextBlock.h"
|
||||
|
||||
namespace CalculatorApp
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "RadixButton.h"
|
||||
#include "CalcViewModel\Common\LocalizationSettings.h"
|
||||
#include "CalcViewModel/Common/LocalizationSettings.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Common;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "SupplementaryItemsControl.h"
|
||||
#include "CalcViewModel\UnitConverterViewModel.h"
|
||||
#include "CalcViewModel/UnitConverterViewModel.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Controls;
|
||||
|
Reference in New Issue
Block a user