aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/App.config
blob: 8324aa6ff159e0630b9811cf7d53f09b4b8adf91 (plain)
1
2
3
4
5
6
pre { line-height: 125%; }
td.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
    </startup>
</configuration>
an class="k">using System.Windows.Media.Imaging; using Tango.Core; namespace Tango.Console { public class ConsoleSuggestion { public ConsoleSuggestionType Type { get; set; } public String Name { get; set; } public String Description { get; set; } } }