gitextract_oyec51wb/ ├── .gitignore ├── Program.cs ├── README.md ├── shell-x/ │ ├── GenericExtensions.cs │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── Regasm.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── TestForm.Designer.cs │ ├── TestForm.cs │ ├── TestForm.resx │ ├── app.config │ ├── app.manifest │ ├── packages.config │ ├── shell-x.csproj │ ├── shell-x.ruleset │ ├── sign_key.snk │ └── tools/ │ └── SharpShell.xml └── shell-x.sln