Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push Notifications Feature #823

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
f5ca3a6
Push Notifications Components
pmpurifoy May 13, 2021
c22476e
Fixed AppLifecycle packager build files
pmpurifoy May 14, 2021
f87a4e7
Push Notifications Components
pmpurifoy May 13, 2021
978de5e
Revert AppLifecycle build files
pmpurifoy May 14, 2021
ba38c1b
[Draft] Add PushNotifications unit tests (#821)
pmpurifoy May 14, 2021
22b3ef9
Added PushNotification classes to NuSpecs
pmpurifoy May 14, 2021
d6ea25f
Fix some PR comments surrounding background activation
pmpurifoy May 17, 2021
e2810b5
I spoke with Paul offline and am pushing these changes to help him al…
aeloros May 17, 2021
0b14a9e
Fixed Debug builds build-break. Fixed debug tests so they run and su…
aeloros May 18, 2021
6dab535
Address comments for channel request
sharath2727 May 18, 2021
0ec5bfb
Add experimental tag to the runtimeclasses
sharath2727 May 18, 2021
032b8d5
Fixed a bug in my last change.
aeloros May 18, 2021
8d7b143
Removed static handlers and a fixed a few nits
pmpurifoy May 19, 2021
bb5cee7
Fixed some more nits
pmpurifoy May 19, 2021
0de79cf
Added some nit fixes
pmpurifoy May 20, 2021
0fef22d
Replace Kind -> Option
pmpurifoy May 21, 2021
7dc5a87
Added cleanup to TAEF test
pmpurifoy May 24, 2021
ddac203
Address comments for createchannelasync
sharath2727 May 24, 2021
3010939
Added more coverage with unit tests
pmpurifoy May 24, 2021
4873cdc
Changed global event args var with COM static store approach
May 24, 2021
ca81054
Removed global lock
May 26, 2021
8e42ab4
Support concurrency in channel request API
sharath2727 May 27, 2021
cb6168f
Remove unused unittests
sharath2727 May 27, 2021
3ff400d
Addressed feedback in Background Activation impl code
May 27, 2021
001f3bc
Addressed corner case where we returned nullptr if the task was alrea…
May 28, 2021
f60056e
Removed global events -> parent/child testing with exit code
pmpurifoy Jun 1, 2021
b17b91a
Add package install with version / arch
pmpurifoy Jun 1, 2021
34c14e6
Added multiple background activation test
pmpurifoy Jun 1, 2021
9683ab8
PR feedback
aeloros Jun 2, 2021
162ef68
PR Feedback
aeloros Jun 2, 2021
f05c96a
PR Feedback
aeloros Jun 2, 2021
9c3d977
PR Feedback
aeloros Jun 2, 2021
478b455
Address PR comments
pmpurifoy Jun 2, 2021
8a11f9c
Fixed Debug unit tests
pmpurifoy Jun 3, 2021
d8d8388
Added nuget build files
pmpurifoy Jun 4, 2021
5bf3d51
Removed unnecessary Create functions from IDL
Jun 4, 2021
e90e608
Added multiple channel close test
pmpurifoy Jun 4, 2021
38b9b93
Implement LockServer
pmpurifoy Jun 4, 2021
735ae79
Fixing nits
pmpurifoy Jun 9, 2021
0a89d4d
Added test app changes
pmpurifoy Jun 9, 2021
fa4e2c6
Fix unregister token
pmpurifoy Jun 9, 2021
ab1ac2b
Fix nits in createchannelasync API
sharath2727 Jun 10, 2021
6f55098
Addressed comments mostly on Background Activation and the IDL
Jun 10, 2021
bd4bc2b
Refactored unregistering tokens
pmpurifoy Jun 11, 2021
fd7ba4a
Addressed last comments
Jun 12, 2021
a030fe5
Add .Windows to Application model
pmpurifoy Jun 16, 2021
c20a9ec
Fixed unit test nits
pmpurifoy Jun 17, 2021
f09bce5
fix nits
sharath2727 Jun 17, 2021
3170c37
Fixed appmanifests and nits
pmpurifoy Jun 17, 2021
bcd75e9
Removed Debug_test/ARM from PR.sln
pmpurifoy Jun 17, 2021
7594c26
Replaced global event with global getter and removed a throw macro
Jun 18, 2021
38f10d4
Merge branch 'main' into WNP_Reunion_PR
pmpurifoy Jun 21, 2021
eba1e94
Adding ARM64 support
pmpurifoy Jun 23, 2021
4ba3dbe
Fixed build break - Removed unnecessary dependencies in PR.sln
Jun 24, 2021
dbf9916
Merge branch 'main' into WNP_Reunion_PR
danielayala94 Jun 24, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions ProjectReunion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,61 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ManualTestApp", "test\TestA
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "AppLifecycleTestPackage", "test\TestApps\AppLifecycleTestPackage\AppLifecycleTestPackage.wapproj", "{A3FBA80D-5B35-471F-9A45-DB4B29E195B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PushNotifications", "PushNotifications", "{91D03B95-1B0C-4BEB-8441-30DA7D615538}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PushNotifications", "dev\PushNotifications\PushNotifications.vcxitems", "{103C0C23-7BA8-4D44-A63C-83488E2E3A81}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PushNotificationsDemoApp", "test\TestApps\PushNotificationsDemoApp\PushNotificationsDemoApp.vcxproj", "{5B2D17FE-C371-417F-860C-3D32397C2404}"
ProjectSection(ProjectDependencies) = postProject
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
{A7391725-4EF5-438F-8DE1-645423E46955} = {A7391725-4EF5-438F-8DE1-645423E46955}
{9C1A6C58-52D6-4514-9120-5C339C5DF4BE} = {9C1A6C58-52D6-4514-9120-5C339C5DF4BE}
{F76B776E-86F5-48C5-8FC7-D2795ECC9746} = {F76B776E-86F5-48C5-8FC7-D2795ECC9746}
{B71E818A-882E-456A-87E5-4DE4A6602B99} = {B71E818A-882E-456A-87E5-4DE4A6602B99}
EndProjectSection
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "PushNotificationsDemoPackage", "test\TestApps\PushNotificationsDemoPackage\PushNotificationsDemoPackage.wapproj", "{424A6D96-37EE-4456-8347-08AB425C8DBE}"
ProjectSection(ProjectDependencies) = postProject
{9C1A6C58-52D6-4514-9120-5C339C5DF4BE} = {9C1A6C58-52D6-4514-9120-5C339C5DF4BE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PushNotificationsTestApp", "test\TestApps\PushNotificationsTestApp\PushNotificationsTestApp.vcxproj", "{56A1D696-FEDA-4333-BF37-772EBECECB10}"
ProjectSection(ProjectDependencies) = postProject
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
{A7391725-4EF5-438F-8DE1-645423E46955} = {A7391725-4EF5-438F-8DE1-645423E46955}
{9C1A6C58-52D6-4514-9120-5C339C5DF4BE} = {9C1A6C58-52D6-4514-9120-5C339C5DF4BE}
{F76B776E-86F5-48C5-8FC7-D2795ECC9746} = {F76B776E-86F5-48C5-8FC7-D2795ECC9746}
{B71E818A-882E-456A-87E5-4DE4A6602B99} = {B71E818A-882E-456A-87E5-4DE4A6602B99}
EndProjectSection
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "PushNotificationsTestAppPackage", "test\TestApps\PushNotificationsTestAppPackage\PushNotificationsTestAppPackage.wapproj", "{D012E4BB-F16B-472D-A26D-D449CEFA988E}"
ProjectSection(ProjectDependencies) = postProject
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
{A7391725-4EF5-438F-8DE1-645423E46955} = {A7391725-4EF5-438F-8DE1-645423E46955}
{9C1A6C58-52D6-4514-9120-5C339C5DF4BE} = {9C1A6C58-52D6-4514-9120-5C339C5DF4BE}
{F76B776E-86F5-48C5-8FC7-D2795ECC9746} = {F76B776E-86F5-48C5-8FC7-D2795ECC9746}
{B71E818A-882E-456A-87E5-4DE4A6602B99} = {B71E818A-882E-456A-87E5-4DE4A6602B99}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PushNotificationTests", "test\PushNotificationTests\PushNotificationTests.vcxproj", "{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}"
ProjectSection(ProjectDependencies) = postProject
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
{A7391725-4EF5-438F-8DE1-645423E46955} = {A7391725-4EF5-438F-8DE1-645423E46955}
{9C1A6C58-52D6-4514-9120-5C339C5DF4BE} = {9C1A6C58-52D6-4514-9120-5C339C5DF4BE}
{F76B776E-86F5-48C5-8FC7-D2795ECC9746} = {F76B776E-86F5-48C5-8FC7-D2795ECC9746}
{B71E818A-882E-456A-87E5-4DE4A6602B99} = {B71E818A-882E-456A-87E5-4DE4A6602B99}
{424A6D96-37EE-4456-8347-08AB425C8DBE} = {424A6D96-37EE-4456-8347-08AB425C8DBE}
{56A1D696-FEDA-4333-BF37-772EBECECB10} = {56A1D696-FEDA-4333-BF37-772EBECECB10}
{D012E4BB-F16B-472D-A26D-D449CEFA988E} = {D012E4BB-F16B-472D-A26D-D449CEFA988E}
{5B2D17FE-C371-417F-860C-3D32397C2404} = {5B2D17FE-C371-417F-860C-3D32397C2404}
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
test\inc\inc.vcxitems*{0a5fee93-48b7-40ec-bb9a-b27d11060da9}*SharedItemsImports = 4
dev\PushNotifications\PushNotifications.vcxitems*{103c0c23-7ba8-4d44-a63c-83488e2e3a81}*SharedItemsImports = 9
dev\UndockedRegFreeWinRT\UndockedRegFreeWinRT.vcxitems*{56371ca6-144b-4989-a4e9-391ad4fa7651}*SharedItemsImports = 9
test\inc\inc.vcxitems*{56a1d696-feda-4333-bf37-772ebececb10}*SharedItemsImports = 4
test\inc\inc.vcxitems*{7c502995-59c3-483b-86ba-815985353633}*SharedItemsImports = 4
test\inc\inc.vcxitems*{8e52d7ea-a200-4a6b-ba74-8efb49468caf}*SharedItemsImports = 4
test\inc\inc.vcxitems*{b567fe2e-3a03-48d0-b2b5-760cdec35891}*SharedItemsImports = 9
Expand Down Expand Up @@ -435,6 +487,90 @@ Global
{A3FBA80D-5B35-471F-9A45-DB4B29E195B9}.Release|x86.ActiveCfg = Release|x86
{A3FBA80D-5B35-471F-9A45-DB4B29E195B9}.Release|x86.Build.0 = Release|x86
{A3FBA80D-5B35-471F-9A45-DB4B29E195B9}.Release|x86.Deploy.0 = Release|x86
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|Any CPU.ActiveCfg = Debug|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|ARM64.ActiveCfg = Debug|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|x64.ActiveCfg = Debug|x64
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|x64.Build.0 = Debug|x64
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|x86.ActiveCfg = Debug|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Debug|x86.Build.0 = Debug|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|Any CPU.ActiveCfg = Release|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|ARM64.ActiveCfg = Release|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|x64.ActiveCfg = Release|x64
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|x64.Build.0 = Release|x64
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|x86.ActiveCfg = Release|Win32
{5B2D17FE-C371-417F-860C-3D32397C2404}.Release|x86.Build.0 = Release|Win32
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|ARM64.ActiveCfg = Debug|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|ARM64.Build.0 = Debug|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|ARM64.Deploy.0 = Debug|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x64.ActiveCfg = Debug|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x64.Build.0 = Debug|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x64.Deploy.0 = Debug|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x86.ActiveCfg = Debug|x86
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x86.Build.0 = Debug|x86
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Debug|x86.Deploy.0 = Debug|x86
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|Any CPU.Build.0 = Release|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|ARM64.ActiveCfg = Release|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|ARM64.Build.0 = Release|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|ARM64.Deploy.0 = Release|ARM64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x64.ActiveCfg = Release|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x64.Build.0 = Release|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x64.Deploy.0 = Release|x64
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x86.ActiveCfg = Release|x86
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x86.Build.0 = Release|x86
{424A6D96-37EE-4456-8347-08AB425C8DBE}.Release|x86.Deploy.0 = Release|x86
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|Any CPU.ActiveCfg = Debug|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|ARM64.ActiveCfg = Debug|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|x64.ActiveCfg = Debug|x64
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|x64.Build.0 = Debug|x64
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|x86.ActiveCfg = Debug|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Debug|x86.Build.0 = Debug|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|Any CPU.ActiveCfg = Release|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|ARM64.ActiveCfg = Release|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|x64.ActiveCfg = Release|x64
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|x64.Build.0 = Release|x64
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|x86.ActiveCfg = Release|Win32
{56A1D696-FEDA-4333-BF37-772EBECECB10}.Release|x86.Build.0 = Release|Win32
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|ARM64.ActiveCfg = Debug|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|ARM64.Build.0 = Debug|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|ARM64.Deploy.0 = Debug|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x64.ActiveCfg = Debug|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x64.Build.0 = Debug|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x64.Deploy.0 = Debug|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x86.ActiveCfg = Debug|x86
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x86.Build.0 = Debug|x86
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Debug|x86.Deploy.0 = Debug|x86
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|Any CPU.Build.0 = Release|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|ARM64.ActiveCfg = Release|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|ARM64.Build.0 = Release|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|ARM64.Deploy.0 = Release|ARM64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x64.ActiveCfg = Release|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x64.Build.0 = Release|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x64.Deploy.0 = Release|x64
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x86.ActiveCfg = Release|x86
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x86.Build.0 = Release|x86
{D012E4BB-F16B-472D-A26D-D449CEFA988E}.Release|x86.Deploy.0 = Release|x86
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|ARM64.ActiveCfg = Debug|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|x64.ActiveCfg = Debug|x64
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|x64.Build.0 = Debug|x64
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|x86.ActiveCfg = Debug|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Debug|x86.Build.0 = Debug|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|Any CPU.ActiveCfg = Release|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|ARM64.ActiveCfg = Release|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|x64.ActiveCfg = Release|x64
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|x64.Build.0 = Release|x64
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|x86.ActiveCfg = Release|Win32
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -474,6 +610,13 @@ Global
{A657A14D-910D-43F3-9994-DAB0E22C4530} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
{8E52D7EA-A200-4A6B-BA74-8EFB49468CAF} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{A3FBA80D-5B35-471F-9A45-DB4B29E195B9} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{91D03B95-1B0C-4BEB-8441-30DA7D615538} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
{103C0C23-7BA8-4D44-A63C-83488E2E3A81} = {91D03B95-1B0C-4BEB-8441-30DA7D615538}
{5B2D17FE-C371-417F-860C-3D32397C2404} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{424A6D96-37EE-4456-8347-08AB425C8DBE} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{56A1D696-FEDA-4333-BF37-772EBECECB10} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{D012E4BB-F16B-472D-A26D-D449CEFA988E} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440}
{0A5FEE93-48B7-40EC-BB9A-B27D11060DA9} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B3D7591-CFEC-4762-9A07-ABE99938FB77}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

Copy-Item -Path "$targetsFilePath\Intellisense\Microsoft.Windows.AppLifecycle.xml" -Destination "$fullpackagePath\lib\uap10.0\Microsoft.Windows.AppLifecycle.xml"
Copy-Item -Path "$targetsFilePath\Intellisense\Microsoft.Windows.ApplicationModel.DynamicDependency.xml" -Destination "$fullpackagePath\lib\uap10.0\Microsoft.Windows.ApplicationModel.DynamicDependency.xml"
Copy-Item -Path "$targetsFilePath\Intellisense\Microsoft.Windows.PushNotifications.xml" -Destination "$fullpackagePath\lib\uap10.0\Microsoft.Windows.PushNotifications.xml"

# - script: |
# dir /s $(Build.SourcesDirectory)
Expand Down
3 changes: 3 additions & 0 deletions build/CopyFilesToStagingDir.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ PublishFile $OverrideDir\DynamicDependency-Override.json $FullPublishDir\
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.ProjectReunion.dll $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.ProjectReunion.lib $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.AppLifecycle.winmd $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.PushNotifications.winmd $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.ApplicationModel.DynamicDependency.winmd $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\MsixDynamicDependency.h $FullPublishDir\Microsoft.ProjectReunion\
PublishFile $FullBuildOutput\ProjectReunion_DLL\wil_msixdynamicdependency.h $FullPublishDir\Microsoft.ProjectReunion\
Expand Down Expand Up @@ -114,12 +115,14 @@ PublishFile $FullBuildOutput\DynamicDependencyLifetimeManager.ProxyStub\DynamicD
#
# WinMD for UWP apps
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.AppLifecycle.winmd $NugetDir\lib\uap10.0
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.PushNotifications.winmd $NugetDir\lib\uap10.0
#
# Native (not managed, no MSIX)
PublishFile $FullBuildOutput\ProjectReunion_BootstrapDLL\Microsoft.ProjectReunion.Bootstrap.dll $NugetDir\runtimes\lib\native\$Platform
PublishFile $FullBuildOutput\ProjectReunion_BootstrapDLL\Microsoft.ProjectReunion.Bootstrap.pdb $NugetDir\runtimes\lib\native\$Platform
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.AppLifecycle.winmd $NugetDir\lib\native
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.ApplicationModel.DynamicDependency.winmd $NugetDir\lib\native
PublishFile $FullBuildOutput\ProjectReunion_DLL\Microsoft.Windows.PushNotifications.winmd $NugetDir\lib\native
#
# C#/WinRT Projections
#
Expand Down
8 changes: 8 additions & 0 deletions build/NuSpecs/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<!-- AppLifecycle -->
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppLifecycle.ActivationRegistrationManager" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppLifecycle.AppInstance" ThreadingModel="both" />

<!-- PushNotifications -->
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationChannel" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationCreateChannelResult" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationActivationInfo" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationReceivedEventArgs" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationRegistrationToken" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Windows.PushNotifications.PushNotificationManager" ThreadingModel="both" />
</InProcessServer>
</Extension>
</Extensions>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build/NuSpecs/ProjectReunion-Nuget-Native.WinRt.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<Implementation Condition="'$(ProjectReunionFrameworkPackage)' != 'true'">$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_ProjectReunionFoundationPlatform)\native\Microsoft.ProjectReunion.dll</Implementation>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
<Reference Include="Microsoft.Windows.PushNotifications.winmd">
<HintPath>$(MSBuildThisFileDirectory)..\..\lib\uap10.0\Microsoft.Windows.PushNotifications.winmd</HintPath>
<Implementation Condition="'$(ProjectReunionFrameworkPackage)' != 'true'">$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_ProjectReunionFoundationPlatform)\native\Microsoft.ProjectReunion.dll</Implementation>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
</ItemGroup>

</Project>
7 changes: 7 additions & 0 deletions build/NuSpecs/ProjectReunion-Nuget-Native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@
</Reference>
</ItemGroup>

<ItemGroup>
<Reference Include="$(MSBuildThisFileDirectory)..\..\lib\native\Microsoft.Windows.PushNotifications.winmd">
<Private>false</Private>
<Implementation>Microsoft.ProjectReunion.dll</Implementation>
</Reference>
</ItemGroup>

</Project>
Loading