pch.h
1 #pragma once 2 3 #include "targetver.h" 4 5 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 6 #include <windows.h> 7 #include <shellapi.h> 8 9 #include <winrt/Windows.Foundation.Collections.h> 10 11 #include <common/logger/logger.h> 12 #include <common/utils/resources.h> 13 14 #include <Generated Files/resource.h>