Merge pull request #2902 from jamesqo/patch-2

Add App.config + NuGet.config to the XML file list
This commit is contained in:
James Ko
2016-03-23 22:11:36 -04:00
committed by Arfon Smith
parent 2012647f78
commit c7868a95bc
2 changed files with 8 additions and 0 deletions

View File

@@ -3917,6 +3917,8 @@ XML:
filenames:
- .classpath
- .project
- App.config
- NuGet.config
- Settings.StyleCop
- Web.Debug.config
- Web.Release.config

6
test/fixtures/Data/app.config vendored Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>