WindowsAppSDK/test/DynamicDependency
Howard Kapustein d7c086f470
Fix dependencies and bad merge (#3169)
* LRPTests was a VS2019 project. Fixed to use VS2022

* LRPTests depends on WindowsAppRuntime_DLL and WindowsAppRuntime_BootstrapDLL but didn't declare project depednencies so build-out-of-order and 'can't find MddBootstrap.h' errors :-( Fixed

* 2 different versions of WIL were referenced across the repo; updated to the latest one for consistency. Ditto for C++/WinRT.

* test\ToastNotificiations\ToastNotificationsTests.vcxproj is gone (bad merge?). Fixed

* Test_DeploymentManagerAutoIntiialize\CPP\* projects were missing a dependency on WindowsAppRuntime_DLL so they could be built before dev\Deployment\*.idl was compiled and thus can't find the DeploymentInitializeOptions type; added missing dependency to ensure build order
2022-11-21 23:48:03 -08:00
..
Test_BootstrapAutoInitialize Update NuGet Packages (#3079) 2022-10-27 16:36:17 -07:00
Test_Win32 Fix dependencies and bad merge (#3169) 2022-11-21 23:48:03 -08:00
Test_WinRT Fix dependencies and bad merge (#3169) 2022-11-21 23:48:03 -08:00
data Merge: Main to Develop 2022-10-31 12:16:37 -07:00