From 013548a64babbf97b07e9c4436117f0da5c07e43 Mon Sep 17 00:00:00 2001 From: Emma Miler Date: Sun, 11 Dec 2022 22:52:39 +0100 Subject: Remove launcher proxy (#363) * Remove launcher proxy * Remove project from solution --- loader_launcher_proxy/pch.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 loader_launcher_proxy/pch.h (limited to 'loader_launcher_proxy/pch.h') 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 -- cgit v1.2.3