I would like to find out where (in what file) do settings get saved when my application runs (made with windows forms - after i publish my application, not when i debug it). All my settings are saved with the Scope being "User" and the default value being 0.
For example i got this code
Code:
	int x; x = Properties.Settings.Default.xSetting; private void buttonAdd_Click(object sender, EventArgs e)