Replace escape sequences with path separators in include paths

This commit is contained in:
Michał Janiszewski
2019-03-07 23:33:49 +01:00
committed by Daniel Belcher
parent 84941c698e
commit 0166daf5c7
73 changed files with 226 additions and 226 deletions

View File

@@ -3,12 +3,12 @@
#pragma once
#include "Views\Calculator.xaml.h"
#include "Views\MainPage.g.h"
#include "Views\DateCalculator.xaml.h"
#include "Views\UnitConverter.xaml.h"
#include "CalcViewModel\ApplicationViewModel.h"
#include "Views\TitleBar.xaml.h"
#include "Views/Calculator.xaml.h"
#include "Views/MainPage.g.h"
#include "Views/DateCalculator.xaml.h"
#include "Views/UnitConverter.xaml.h"
#include "CalcViewModel/ApplicationViewModel.h"
#include "Views/TitleBar.xaml.h"
namespace CalculatorApp
{