I want to add items (not projects) to a solution via a NuGet, but I have created a Nuspec file with the following files elements:
<files>
<file src="..\A.txt" target="content" />
</files>
But the file A.txt
is added to the project not solution. So I want to know is there any way to add the file to solution level not the project level?