Move Extensions to Tools
This commit is contained in:
parent
bf97036724
commit
02a6c7151f
@ -1,5 +1,4 @@
|
|||||||
using ExcelDna.Integration.CustomUI;
|
using ExcelDna.Integration.CustomUI;
|
||||||
using RhSolutions.Tools;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
#if! NET472
|
#if! NET472
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using RhSolutions.Tools;
|
|
||||||
#if !NET472
|
#if !NET472
|
||||||
using System.Runtime.Versioning;
|
using System.Runtime.Versioning;
|
||||||
using RhSolutions.Tools;
|
using RhSolutions.Tools;
|
||||||
|
@ -3,7 +3,6 @@ using System.Runtime.Versioning;
|
|||||||
using RhSolutions.Tools;
|
using RhSolutions.Tools;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using RhSolutions.Tools;
|
|
||||||
|
|
||||||
namespace RhSolutions.Services;
|
namespace RhSolutions.Services;
|
||||||
|
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
#if !NET472
|
#if !NET472
|
||||||
using System.Runtime.Versioning;
|
using System.Runtime.Versioning;
|
||||||
|
using RhSolutions;
|
||||||
|
using RhSolutions.Services;
|
||||||
|
using RhSolutions.Tools;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace RhSolutions.Services;
|
namespace RhSolutions.Tools;
|
||||||
|
|
||||||
#if !NET472
|
#if !NET472
|
||||||
[SupportedOSPlatform("windows")]
|
[SupportedOSPlatform("windows")]
|
Loading…
Reference in New Issue
Block a user