Hi,
I was following the steps mentioned in readme.md->[## Building from Source]
I am not able to build BackgroundTaskRegisterer successfully.
below is the error which I got in VS2017
1>G:\Github_Downloads\electron-uwp-background\background-task-registerer\Program.cs(3,15,3,31): error CS0234: The type or namespace name 'ApplicationModel' does not exist in the namespace 'Windows' (are you missing an assembly reference?)
1>G:\Github_Downloads\electron-uwp-background\background-task-registerer\Program.cs(39,71,39,89): error CS0246: The type or namespace name 'IBackgroundTrigger' could not be found (are you missing a using directive or an assembly reference?)
Do I need to do any additional settings to get rid off this build error ?
Hi, I was following the steps mentioned in
readme.md
->[## Building from Source
] I am not able to buildBackgroundTaskRegisterer
successfully. below is the error which I got in VS2017 1>G:\Github_Downloads\electron-uwp-background\background-task-registerer\Program.cs(3,15,3,31): error CS0234: The type or namespace name 'ApplicationModel' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 1>G:\Github_Downloads\electron-uwp-background\background-task-registerer\Program.cs(39,71,39,89): error CS0246: The type or namespace name 'IBackgroundTrigger' could not be found (are you missing a using directive or an assembly reference?)Do I need to do any additional settings to get rid off this build error ?