mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
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:
@@ -1,13 +1,13 @@
|
||||
#include "pch.h"
|
||||
#include "overlay_window.h"
|
||||
#include "common/monitors.h"
|
||||
#include "common/tasklist_positions.h"
|
||||
#include "common/start_visible.h"
|
||||
#include <common/common.h>
|
||||
#include <common/monitors.h>
|
||||
#include <common/tasklist_positions.h>
|
||||
#include <common/start_visible.h>
|
||||
#include "keyboard_state.h"
|
||||
#include "shortcut_guide.h"
|
||||
#include "trace.h"
|
||||
#include "Generated Files/resource.h"
|
||||
#include <common/common.h>
|
||||
|
||||
extern "C" IMAGE_DOS_HEADER __ImageBase;
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
#include "d2d_svg.h"
|
||||
#include "d2d_window.h"
|
||||
#include "d2d_text.h"
|
||||
#include "common/monitors.h"
|
||||
#include "common/animation.h"
|
||||
#include "common/windows_colors.h"
|
||||
#include "common/tasklist_positions.h"
|
||||
#include <common/monitors.h>
|
||||
#include <common/animation.h>
|
||||
#include <common/windows_colors.h>
|
||||
#include <common/tasklist_positions.h>
|
||||
|
||||
struct ScaleResult
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user