remove unnecessary usings

This commit is contained in:
Michael Becker 2020-08-13 14:21:23 -04:00
parent f6dcf75fc0
commit 6f72effef7

View File

@ -18,11 +18,6 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using System;
using System.Text;
using Microsoft.Build.Framework;
using Microsoft.Build.Tasks;
using Microsoft.Build.Utilities;
namespace UniversalEditor.MSBuild.Tasks
{