Steve W
Steve W

Reputation: 1128

No Settings tab in Properties of XNA project in Visual Studio

When I've created Windows forms projects I have been able to store variables for use on relaunch of an application by creating them in the Settings tab in the project properties. I am currently working on an XNA project and want to do something similar to save the 'Hi-Score' in the game. However, when I look in properties there is no Settings tab. Any idea if I can access this option in an XNA project?

Upvotes: 0

Views: 443

Answers (1)

ddl
ddl

Reputation: 329

Right-click on your project in Solution Explorer, select Add -> Component, and find Settings File.

Upvotes: 2

Related Questions