Added option to list directories.

This commit is contained in:
aj
2016-12-01 11:15:57 -05:00
parent 543cf5a67f
commit ab7b52571c
5 changed files with 274 additions and 38 deletions

View File

@@ -1,18 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListFiles", "ListFiles\ListFiles.csproj", "{81CC015E-7296-413E-AF57-B6A8CC94662A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Debug|x86.ActiveCfg = Debug|x86
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Debug|x86.Build.0 = Debug|x86
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Release|x86.ActiveCfg = Release|x86
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Release|x86.Build.0 = Release|x86
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81CC015E-7296-413E-AF57-B6A8CC94662A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE