- Minor changes

master
VollRagm 3 years ago
parent 831eab5faa
commit ed144e56fd

@ -1,10 +1,4 @@
using System; namespace UplayNameChecker
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UplayNameChecker
{ {
public static class JSCode public static class JSCode
{ {

@ -1,8 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace UplayNameChecker namespace UplayNameChecker
@ -48,7 +45,7 @@ namespace UplayNameChecker
if (available) if (available)
File.AppendAllLines("availableNames.txt", new string[] { name }); File.AppendAllLines("availableNames.txt", new string[] { name });
await Task.Delay(200); //give the api a little bit to breathe :) await Task.Delay(50); //give the api a little bit to breathe :)
} }
Console.WriteLine(); Console.WriteLine();
Log.Info("Written results to availableNames.txt."); Log.Info("Written results to availableNames.txt.");

@ -1,11 +1,8 @@
using Jint; using Jint;
using Jint.Native; using Jint.Native;
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http; using System.Net.Http;
using System.Text; using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace UplayNameChecker namespace UplayNameChecker

@ -28,7 +28,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType> <DebugType>none</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>

Loading…
Cancel
Save