aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Test/App.xaml.cs
blob: e1965607a26e50dac0453cf15bf05139f6f26bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace Tango.Scripting.Test
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
    }
}
n>repositories { google() jcenter() mavenCentral() maven { url "https://maven.google.com" } maven { url "https://www.jitpack.io" } } } ext { //Support Libraries dependencies globalDependencies = [ logging : 'com.elvishew:xlog:1.4.0', rxJavaAndroid: 'io.reactivex.rxjava2:rxandroid:2.0.1', rxJava : 'io.reactivex.rxjava2:rxjava:2.1.5', dagger : 'com.google.dagger:dagger:2.11', daggerAndroid: 'com.google.dagger:dagger-android:2.11', protobuf: 'com.google.protobuf:protobuf-java:3.4.0', joda: 'net.danlew:android.joda:2.9.9.1', stream: 'net.sourceforge.streamsupport:streamsupport:1.5.6', linq: 'br.com.zbra:android-linq:1.1.0', storage: 'com.snatik:storage:2.1.0', retrofit: 'com.squareup.retrofit2:retrofit:2.3.0', retrofit_protobuf: 'com.squareup.retrofit2:converter-protobuf:2.3.0', retrofit_rxJava: 'com.squareup.retrofit2:adapter-rxjava2:2.3.0', usb: 'com.github.felHR85:UsbSerial:4.5' ] } task clean(type: Delete) { delete rootProject.buildDir }