From bb9394a46f2c541db7cfdf664bf4411a61afcba4 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 11 Nov 2019 07:47:34 -0800 Subject: Moved NativeApp to Tools module --- Common/NativeApp/src/UWP/dummy.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Common/NativeApp/src/UWP/dummy.cpp (limited to 'Common/NativeApp/src/UWP/dummy.cpp') diff --git a/Common/NativeApp/src/UWP/dummy.cpp b/Common/NativeApp/src/UWP/dummy.cpp deleted file mode 100644 index 5caae53..0000000 --- a/Common/NativeApp/src/UWP/dummy.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "AppBase.h" - -// This dummy file is only required for the NativeAppBase.lib to be created, -// which is required to avoid linker error - -// We cannot add real source to this library because Windows Runtime types cannot -// be included into static libraries \ No newline at end of file -- cgit v1.2.3