Skip to content

Instantly share code, notes, and snippets.

View lurumad's full-sized avatar
🏠
Working from home

Luis Ruiz Pavon lurumad

🏠
Working from home
View GitHub Profile
@lurumad
lurumad / DeleteExcludedFiles.ps1
Created February 16, 2018 08:21 — forked from mikesigs/DeleteExcludedFiles.ps1
PowerShell Script to Find (and delete) all excluded files in a Visual Studio Solution
<#
.SYNOPSIS
Find all files excluded from a Visual Studio solution with options to delete.
.DESCRIPTION
Finds all excluded files in all projects in the provided Visual Studio solution with options to delete the files.
.PARAMETER Solution
The path to the .sln file