aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs
blob: a55e18b30df4ab9b325dfec81afe048bf265868a (plain)
1
2
3
4
5
6
7
8
9
10
11
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango Panel PC Application")]
[assembly: AssemblyVersion("2.0.*")]
n class="w"> } public String Name { get; set; } public String Description { get; set; } public String URL { get; set; } public List<Area> Areas { get; set; } public List<Iteration> Iterations { get; set; } public List<WorkItem> UserStories { get; set; } public List<TeamMember> Members { get; set; } public List<Tag> Tags { get; set; } public Project() { Areas = new List<Area>(); Iterations = new List<Iteration>(); UserStories = new List<WorkItem>(); Members = new List<TeamMember>(); Tags = new List<Tag>(); } } }