File tree Expand file tree Collapse file tree 12 files changed +16
-14
lines changed Expand file tree Collapse file tree 12 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 88using Novus ;
99using Novus . Runtime ;
1010using Novus . Win32 ;
11- using SimpleCore . Console . CommandLine ;
11+ using SimpleCore . Cli ;
1212using SmartImage . Utilities ;
1313
1414// ReSharper disable UnusedMember.Global
Original file line number Diff line number Diff line change 44using System . Linq ;
55using Microsoft . Win32 ;
66using Novus . Win32 ;
7- using SimpleCore . Console . CommandLine ;
7+ using SimpleCore . Cli ;
8+ using SimpleCore . Cli ;
89
910namespace SmartImage . Core
1011{
Original file line number Diff line number Diff line change 44using System . Linq ;
55using System . Reflection ;
66using JetBrains . Annotations ;
7- using SimpleCore . Console . CommandLine ;
87using SimpleCore . Utilities ;
98using SmartImage . Engines ;
109using SmartImage . Utilities ;
1110using Novus . Win32 ;
11+ using SimpleCore . Cli ;
1212
1313// ReSharper disable ArrangeAccessorOwnerBody
1414
Original file line number Diff line number Diff line change 11using System ;
22using System . Linq ;
33using Novus . Win32 ;
4- using SimpleCore . Console . CommandLine ;
4+ using SimpleCore . Cli ;
55
66namespace SmartImage . Core
77{
Original file line number Diff line number Diff line change 44using System . IO ;
55using System . Linq ;
66using System . Text ;
7- using SimpleCore . Console . CommandLine ;
7+ using SimpleCore . Cli ;
88using SimpleCore . Utilities ;
99using SmartImage . Engines ;
1010using SmartImage . Engines . Imgur ;
Original file line number Diff line number Diff line change 22using Novus . Utilities ;
33using Novus . Win32 ;
44using RestSharp ;
5- using SimpleCore . Console . CommandLine ;
5+ using SimpleCore . Cli ;
66using SimpleCore . Numeric ;
77using SimpleCore . Utilities ;
88
Original file line number Diff line number Diff line change 66using System;
77using System. Text;
88using System. Threading;
9- using SimpleCore. Console . CommandLine ;
9+ using SimpleCore. Cli ;
1010using SimpleCore. Net;
1111using SmartImage. Core;
1212using SmartImage. Utilities;
Original file line number Diff line number Diff line change 99using System . Text ;
1010using Novus . Utilities ;
1111using Novus . Win32 ;
12- using SimpleCore . Console . CommandLine ;
12+ using SimpleCore . Cli ;
1313using SimpleCore . Net ;
1414using SimpleCore . Numeric ;
1515using SimpleCore . Utilities ;
Original file line number Diff line number Diff line change 22
33using Novus . Utilities ;
44using Novus . Win32 ;
5- using SimpleCore . Console . CommandLine ;
5+ using SimpleCore . Cli ;
66using SmartImage . Core ;
77using SmartImage . Engines ;
88using SmartImage . Engines . Imgur ;
2020using System . Net ;
2121using System . Threading ;
2222using System . Threading . Tasks ;
23+ using SimpleCore . Cli ;
2324using SimpleCore . Net ;
24- using static SimpleCore . Console . CommandLine . NConsoleOption ;
25+ using static SimpleCore . Cli . NConsoleOption ;
2526
2627// ReSharper disable ConvertIfStatementToReturnStatement
2728
Original file line number Diff line number Diff line change 7373 <Reference Include =" SimpleCore" >
7474 <HintPath >..\..\SimpleCore\SimpleCore\bin\Release\net5.0\SimpleCore.dll</HintPath >
7575 </Reference >
76- <Reference Include =" SimpleCore.Console " >
77- <HintPath >..\..\SimpleCore\SimpleCore.Console \bin\Release\net5.0\SimpleCore.Console .dll</HintPath >
76+ <Reference Include =" SimpleCore.Cli " >
77+ <HintPath >..\..\SimpleCore\SimpleCore.Cli \bin\Release\net5.0\SimpleCore.Cli .dll</HintPath >
7878 </Reference >
7979 <Reference Include =" SimpleCore.Net" >
8080 <HintPath >..\..\SimpleCore\SimpleCore.Net\bin\Release\net5.0\SimpleCore.Net.dll</HintPath >
You can’t perform that action at this time.
0 commit comments