visual studio - What is creating these files with a jmconfig extension? -


i've got multiple visual studio projects , solutions have .jmconfig file in root directory project or solution. noticed file shows when checking project source control , tells me .jmconfig new.

here sample:

<?xml version="1.0" encoding="utf-8"?><configuration xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema"><dontshowagaininsolution>false</dontshowagaininsolution></configuration> 

this justmock trying save settings don't reminded upgrade time.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -