#6
|
|||
|
|||
I figured my problem out. Visual Studio creates a file ProjectName.csproj.UnmanagedRegistration.cache and the existence of this file implies that the project has already performed registration. So, simply removing the file and then building causes Visual Studio to register it again.
All this logic is in the Microsoft.Common.targets file which the MSBuild uses. |
|
|