aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Images/BuildSolution_16x.png
blob: 0f289bc8aad97071a6233f18f506fbbcb027cdd4 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 10 00 00 00 10 08 06 00 00 00 1f f3 ff .PNG........IHDR................
0020 61 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e c4 01 95 2b 0e 1b 00 00 00 e3 49 44 41 54 78 5e a....pHYs..........+......IDATx^
0040 b5 50 3b 0a 83 40 10 9d 48 1a 51 f4 08 b9 82 37 08 58 db db 06 ec ad 2d 93 ce 3b d8 5b a7 b0 b4 .P;..@..H.Q....7.X.....-..;.[...
0060 30 27 c8 0d ec b5 0b 88 96 9b 79 21 d1 85 dd b8 41
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.MachineStudio.Common.Web
{
    public class UploadVersionResponse : WebResponseMessage
    {
        public String Token { get; set; }

        public String BlobAddress { get; set; }

        public String InstallerBlobAddress { get; set; }
    }
}