vote up 0 vote down star

What sort of resharper specific files does resharper generate in your vs.net project?

(BTW, did you guys get the full version or just the C# version?)

flag

1 Answer

vote up 1 vote down

Couple of different things:

  1. A folder called "_ReSharper.[Solution Name]" which then contains a collection of files and folder beneath that
  2. A file called "[Solution Name].[ReSharper Version].resharper.user"

Both are created in the root of solution next to the .sln file. You can delete them if necessary and ReSharper will just recreate them on next load. Keep them out of your source control management system - they serve no purpose under verison control.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.