Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCodeCleanupTools/FileTypes/FileTypes.csproj
Go to file| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFramework>netcoreapp2.0</TargetFramework> | |
| <RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers> | |
| <OutputType>Exe</OutputType> | |
| <VersionPrefix>2.0.0</VersionPrefix> | |
| <Description>List all the file types/extensions present in current directory and all subdirectories.</Description> | |
| <AssemblyTitle>$(Descritpion)</AssemblyTitle> | |
| <PackageTags>file type extension list tool</PackageTags> | |
| </PropertyGroup> | |
| </Project> |