diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-12-11 22:52:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 22:52:39 +0100 |
commit | 013548a64babbf97b07e9c4436117f0da5c07e43 (patch) | |
tree | 550f621224969a7e5f06fd9d776703bd7f2d6326 /loader_launcher_proxy/pch.h | |
parent | 652f5662f63fe03d5c465ed40333b28f06b6e628 (diff) | |
download | NorthstarLauncher-013548a64babbf97b07e9c4436117f0da5c07e43.tar.gz NorthstarLauncher-013548a64babbf97b07e9c4436117f0da5c07e43.zip |
Remove launcher proxy (#363)
* Remove launcher proxy
* Remove project from solution
Diffstat (limited to 'loader_launcher_proxy/pch.h')
-rw-r--r-- | loader_launcher_proxy/pch.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/loader_launcher_proxy/pch.h b/loader_launcher_proxy/pch.h deleted file mode 100644 index cc757129..00000000 --- a/loader_launcher_proxy/pch.h +++ /dev/null @@ -1,13 +0,0 @@ -// pch.h: This is a precompiled header file. -// Files listed below are compiled only once, improving build performance for future builds. -// This also affects IntelliSense performance, including code completion and many code browsing features. -// However, files listed here are ALL re-compiled if any one of them is updated between builds. -// Do not add files here that you will be updating frequently as this negates the performance advantage. - -#ifndef PCH_H -#define PCH_H - -// add headers that you want to pre-compile here -#include "framework.h" - -#endif // PCH_H |