This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tentative fix for TestAppUWP missing DLL
Set `CopyToOuptutDirectory=Never` for the native DLL as referenced in the `TestAppUWP` project. The native DLL is already output to the correct location by its project, and the `CopyToOutputDirectory` does not seem to have any influence on AppX deployment (the native DLL is still copied to the deployment folder). So avoid asking MSBuild any extra copy, which might be why despite of the project build order it fails to find the native DLL when starting to compile the `TestAppUWP` project.
- Loading branch information