Projects in VS 2017 no longer use ps1 scripts for install/uninstall. They are not called.
Instead, a package can provide a \build\<tfm>\packagename.targets file that will automatically get imported. In this case, it'd be \build\net20\DllExport.targets.
Projects in VS 2017 no longer use ps1 scripts for install/uninstall. They are not called.
Instead, a package can provide a
\build\<tfm>\packagename.targetsfile that will automatically get imported. In this case, it'd be\build\net20\DllExport.targets.