Skip to content

Instantly share code, notes, and snippets.

@Roemer
Roemer / DeleteExcludedFiles.ps1
Last active August 9, 2021 15:26 — forked from mikesigs/DeleteExcludedFiles.ps1
Allow also project files instead of only solutions, fix many bugs
<#
.SYNOPSIS
Find all files excluded from a Visual Studio solution or project with the option to delete the files.
.DESCRIPTION
Finds all excluded files in all projects in the provided Visual Studio solution or a specific project with the option to delete the files.
.PARAMETER File
The path to the .sln or .csproj file