While using nuget pack Vsxmd.csproj to generate package, it will pack the Vsxmd.exe to lib folder. This will make the user project add Vsxmd.exe as a reference, and copy it to output folder when build the project.
It seems there is not a way to resolve this. Any ideas?
While using
nuget pack Vsxmd.csproj
to generate package, it will pack theVsxmd.exe
tolib
folder. This will make the user project addVsxmd.exe
as a reference, and copy it to output folder when build the project.It seems there is not a way to resolve this. Any ideas?