Skip to content

Instantly share code, notes, and snippets.

View Cheesebaron's full-sized avatar
🧀
Send cheese please

Tomasz Cielecki Cheesebaron

🧀
Send cheese please
View GitHub Profile
@Cheesebaron
Cheesebaron / CodeShareReport.linq
Last active August 29, 2015 14:11 — forked from praeclarum/CodeShareReport.cs
LinqPad script counting lines. Yay \o/
// based on https://gist.github.com/praeclarum/1608597
void Main()
{
var projects = new List<Solution> {
new Solution {
Name = "Windows 8",
ProjectFiles = new List<string> {
"C:\\vcs\\git\\MastersThesis\\NoiseSentinelApp\\NoiseSentinelApp.Store\\NoiseSentinelApp.Store.Windows\\NoiseSentinelApp.Store.Windows.csproj",
"C:\\vcs\\git\\MastersThesis\\NoiseSentinelApp\\NoiseSentinelApp.Store\\NoiseSentinelApp.Store.Shared\\NoiseSentinelApp.Store.Shared.projitems",