summaryrefslogtreecommitdiffstats
path: root/NativeApp/src/UWP/dummy.cpp
blob: ee2591e02b9566f78fbf208d4bb3bc9c17236a4a (plain)
1
2
3
4
5
6
7
#include "AppBase.hpp"

// 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