I am having issues on publishing a Visual C++ /CLI WinForm application using Windows Application packaging project to Windows Store.
At Windows Application packaging project stage:
it cannot find the .h files where I have specified to the .vcxproj
it is not linking the win32 .lib files such as User32.lib
Here is the video link that described the current problem.
QUESTIONS:
How to add the include search path to the .wapproj file ?
How to add win32 .lib library files to .wapproj file ?
I don't see any option available to add the above two statements mentioned aside the .wapproj merely.
Please advise.
