mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-03 07:55:10 +00: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:
@@ -8,14 +8,14 @@
|
||||
#include <common/two_way_pipe_message_ipc.h>
|
||||
#include "tray_icon.h"
|
||||
#include "general_settings.h"
|
||||
#include "common/windows_colors.h"
|
||||
#include "common/common.h"
|
||||
#include <common/windows_colors.h>
|
||||
#include <common/common.h>
|
||||
#include "restart_elevated.h"
|
||||
#include "update_utils.h"
|
||||
#include "centralized_kb_hook.h"
|
||||
|
||||
#include <common/json.h>
|
||||
#include <common\settings_helpers.cpp>
|
||||
#include <common/settings_helpers.cpp>
|
||||
#include <common/os-detect.h>
|
||||
#include <common/version.h>
|
||||
#include <common/VersionHelper.h>
|
||||
|
Reference in New Issue
Block a user