Why cant I set a version info in a Dunit Test projet? The checkbox is disabled for this projetct, but not for other projects. See the screenshot:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may be missing the {$R *.res} directive in your test project’s source. It needs to be in the .dpr or you won’t be able to use this feature in the project options.
It should be there by default but occasionally it can get screwed up when adding or removing a unit from a project. When this happens it will look like:
If this happened and a developer didn’t know what they were looking at they may have just deleted the offending line.
Additionally, if the test project started out as a command line project it may not have had this directive to begin with.