├── .gitignore ├── App.config ├── LICENSE ├── Program.cs ├── README.md ├── SharpExclusionFinder.csproj └── SharpExclusionFinder.sln /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/.gitignore -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/App.config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/README.md -------------------------------------------------------------------------------- /SharpExclusionFinder.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/SharpExclusionFinder.csproj -------------------------------------------------------------------------------- /SharpExclusionFinder.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Friends-Security/SharpExclusionFinder/HEAD/SharpExclusionFinder.sln --------------------------------------------------------------------------------