diff --git a/.gitignore b/.gitignore index fd5204b..9a38ad4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ bld/ # Roslyn cache directories *.ide/ +# Visual Studio 2017 cache directories +.vs/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* @@ -125,7 +128,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj diff --git a/ListFiles.xaml b/ListFiles.xaml index 91f7e02..f85e974 100644 --- a/ListFiles.xaml +++ b/ListFiles.xaml @@ -10,10 +10,40 @@ Closing="Window_Closing"> - + + + +