aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/FileAssociation/FileAssociationPackage.cs
blob: ec072e7b1a39fdc4ecd5c5681d2b7117c298dde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FSE.Common.FileAssociation
{
    public class FileAssociationPackage
    {
        public String TargetName { get; set; }
        public String File { get; set; }
    }
}