summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/UWP/dummy.cpp
blob: 5caae5387bf14d053803045a96702cb88c080bab (plain)
1
2
3
4
5
6
7
#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