aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/packages.config
blob: 6938c8a4b66d315f155342125085b147d5cc3dc8 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace 
public ObservableCollection<IProject> Projects { get; set; } public string Name{get; set;} public string SolutionLocation { get; set; } public Solution() { Projects = new ObservableCollection<IProject>(); } } }