aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Graphics/home.png
blob: 36c34fd5c32c61e2f8138762a833d379bc208e8d (plain) pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media.Imaging;

namespace Tango.Scripting.IDE
{
    public interface IProject : ISolutionItem
    {
        String FilePath { get; set; }

        String WorkingFolder { get; }

        ObservableCollection<IProjectItem> Items { get; set; }

        Task Build();

        Task Run();
    }
}
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 06 00 00 00 aa 69 71 .PNG........IHDR...@...@......iq
0020 de 00 00 00 04 73 42 49 54 08 08 08 08 7c 08 64 88 00 00 00 09 70 48 59 73 00 00 01 ca 00 00 01 .....sBIT....|.d.....pHYs.......
0040 ca 01 cc b6 75 31 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 ....u1....tEXtSoftware.www.inksc
0060 61 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 06 27 49 44 41 54 78 da ed 9b 7b 4c 53 57 1c c7 6f 75 c9 ape.org..<....'IDATx...{LSW..ou.
0080 e6 63 3c cb 53 2c b7 0f da d2 22 23 81 44 05 ca 30 4b cc dc 1f cb e6 e6 e2 b2 2d 31 71 31 cb 96 .c<.S,...."#.D..0K........-1q1..
00a0 2d db 7c 80 61 9b f8 46 0d e8 dc 96 39 14 a7 c6 6c 0b 53 51 28 75 28 91 22 45 25 1a 98 a2 f2 70 -.|.a..F....9...l.SQ(u(."E%....p
00c0 32 41 c1 d2 56 44 41 ac a5 ed 6f e7 74 5e 6c 69 a1 b7 a5 d4 4b cb 49 3e 09 f4 b6 70 bf 9f fb bb 2A..VDA...o.t^li....K.I>...p....
00e0 e7 fc ce 0d 10 00 40 f8 33 c4 a4 80 49 01 93 02 26 1c aa 0c f1 2a 55 ba 50 4d 1b 99 e8 8a 4f 09 ......@.3...I...&....*U.PM....O.
e 5e d6 71 0b bb 59 5a fc 1a 77 1d ..@.GF..@[.....].B.).^.q..YZ..w. 0600 c1 48 01 96 e7 0f a8 1a ee 8d 52 0d 3e 37 07 8c 34 fa 51 35 f8 b5 00 3c 0c 66 33 e8 86 55 83 cb .H........R.>7..4.Q5...<.f3..U.. 0620 02 62 b3 89 b7 51 d3 33 cf 42 16 51 6f 73 2c 8b d8 48 1d bb d1 7d fd 90 43 01 ea 8b 60 2a 5f ea .b...Q.3.B.Qos,..H...}..C...`*_. 0640 12 a0 ef 05 4f 0d dc 4a f7 59 6d ac 50 ff 60 1c ca 33 0c 62 09 31 d5 be 02 68 f2 b3 32 0f 98 3c ....O..J.Ym.P.`..3.b.1...h..2..< 0660 70 35 e0 8d 95 5a ff 64 e4 1c 5f 12 41 6e 0b d8 24 ff 1a 6e 6a 9a 99 8d b6 15 ae 6b 6e 8c 8f 00 p5...Z.d.._.An..$..nj......kn... 0680 9f e0 a9 00 b5 bf 22 c8 25 02 26 ff 71 72 52 c0 a4 00 ff 16 f0 1f c2 14 aa fa 0a ef f5 04 00 00 ......".%.&.qrR................. 06a0 00 00 49 45 4e 44 ae 42 60 82 ..IEND.B`.