I'm trying to come up with a setup where I can generate a visual studio solution + projectfile, that references files and folders "outside" of the folder where the .sln and .csproj's are stored.
and (the catch :) ), I need new files that get created with you rightclick a folder and say "new code file" to be generated in the folder that was rightclicked, which lives outside of the .sln folder.
Can it really not be done?
PS Sidenote: the reason for wanting to do this is that the .cs files are actually used by a different program, together with a lot of other files, and I don't want the .sln, .csproj, .ReSharper, .suo etc files to clutter my directory.