c++ - Unwanted database file being generated, how to prevent and remove? -
when generating new c++ project - specifically, create new "empty project", directory file stored in seems contain .sdf
file. seems generated whenever open project in visual studio 2013, after delete it. seem unable open it, though sincerely doubt contain anything.
this project use sfml 2.3, won't using databases in real capacity, had not specified in options should done. i'm not quite sure why system doing this, then.
basically, want stop vs making file upon opening project. i'm not sure if uninstalling sql server solve this, or if there else need consider.
the sdf
file created , owned visual studio, not program. when open solution visual studio check see if file exists. if doesn't vs create 1 , populate code browsing , other information projects manages. if file exists vs open , update database code changes happened outside of vs.
although file not required visual studio load solution or project required useful functionality work correctly. there's no real benefit in preventing vs creating or accessing file , recommend abandon idea of preventing vs creating it.
Comments
Post a Comment