stat options
Commits per author per week (path 'Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/60ab0af6008e001a12adc74468436fusing System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.Scripting.IDE
{
public interface ISolution :ISolutionItem
{
ObservableCollection<IProject> Projects { get; }
}
}
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.Scripting.IDE
{
public interface ISolution :ISolutionItem
{
ObservableCollection<IProject> Projects { get; }
}
}
