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 -

c# - Get rid of xmlns attribute when adding node to existing xml -