diff --git a/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj b/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj index 1e3945e1a4..ebbd8ad82c 100644 --- a/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj +++ b/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj @@ -128,6 +128,7 @@ Windows DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -147,6 +148,7 @@ true true DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -161,6 +163,7 @@ Windows DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -180,6 +183,7 @@ true true DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -194,6 +198,7 @@ Windows DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -213,6 +218,7 @@ true true DebugFull + Microsoft.Internal.FrameworkUdk.dll;%(DelayLoadDLLs) @@ -238,6 +244,9 @@ + + + @@ -246,5 +255,8 @@ + + + \ No newline at end of file diff --git a/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config b/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config index c48ce9eaae..27bcb8d80f 100644 --- a/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config +++ b/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config @@ -1,5 +1,8 @@  + + + \ No newline at end of file diff --git a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/Makefile.mak b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/Makefile.mak index 2d45033e54..3a3dd494f3 100644 --- a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/Makefile.mak +++ b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/Makefile.mak @@ -52,6 +52,7 @@ all: build $(OutMsix): $(ProjectDir)appxmanifest.xml @if not exist $(WorkDir) md $(WorkDir) @copy /Y $(ProjectDir)appxmanifest.xml $(WorkDir)\appxmanifest.xml + @copy /Y $(OutDir)WindowsAppSDK_DLL\Microsoft.Internal.FrameworkUdk.dll $(WorkDir)\Microsoft.Internal.FrameworkUdk.dll @if not exist $(WorkDir)\Assets md $(WorkDir)\Assets >NUL @copy /Y $(ProjectDir)Assets\* $(WorkDir)\Assets\* >NUL @copy /Y $(TARGET_EXE_FILE) $(WorkDir) >NUL diff --git a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj index 5da79f1a47..8b5a2708b5 100644 --- a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj +++ b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj @@ -139,6 +139,9 @@ {1307dd1b-bbe8-4cd0-b1a0-0db6d61eeaa0} + + + diff --git a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj.filters b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj.filters index c89a41cd82..d86bd6d01f 100644 --- a/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj.filters +++ b/test/PushNotifications/PushNotificationsLongRunningTask.Msix/PushNotificationsLongRunningTask.Msix.vcxproj.filters @@ -17,4 +17,7 @@ - + + + + \ No newline at end of file