Cpp build: factor out common project props & prepare for common split (#8509)

* make common include paths format consistent
* build: introduce common Cpp.Build.props
This commit is contained in:
Andrey Nekrasov
2020-12-14 15:20:45 +03:00
committed by GitHub
parent 6c53c116ad
commit 5fa4ee4942
49 changed files with 401 additions and 2660 deletions

View File

@@ -1,9 +1,9 @@
#include "pch.h"
#include "target_state.h"
#include "common/start_visible.h"
#include <common/start_visible.h>
#include "keyboard_state.h"
#include "common/shared_constants.h"
#include <common\logger\logger.h>
#include <common/shared_constants.h>
#include <common/logger/logger.h>
TargetState::TargetState(int ms_delay) :
// TODO: All this processing should be done w/o a separate thread etc. in pre_wnd_proc of winkey_popup to avoid