aboutsummaryrefslogtreecommitdiffstats
path: root/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/60ab0af6008e001a12adc74468436fd9
stat options
Period:
Authors:

Commits per author per week (path 'Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/60ab0af6008e001a12adc74468436f
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; }
    }
}