We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837a5fd commit acaa639Copy full SHA for acaa639
CSharpRegexTools4Npp/FodyWeavers.xml
@@ -1,5 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
3
- <Costura>
4
- </Costura>
+ <Costura />
5
</Weavers>
CSharpRegexTools4Npp/Main.cs
@@ -2,7 +2,6 @@
using RegexDialog;
using System;
using System.Drawing;
-using System.IO;
6
using System.Linq;
7
using System.Runtime.InteropServices;
8
using System.Windows;
CSharpRegexTools4Npp/PluginInfrastructure/UnmanagedExports.cs
@@ -4,7 +4,6 @@
using System.Windows.Forms;
-using CSScriptNativeApi;
9
namespace CSharpRegexTools4Npp
10
{
0 commit comments