将工程所有的cs文件以及xaml文件的编码格式转换为utf-8编码,请安装vs 2022的Force utf-8(No BOM) 2022插件

This commit is contained in:
TianSong
2026-04-20 14:38:06 +08:00
parent 28a1ae0898
commit 9af453bc8d
63 changed files with 66 additions and 66 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Configuration;
using System.IO;
using XP.Common.Logging.Interfaces;
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using XP.Hardware.MotionControl.Abstractions.Enums;
namespace XP.Hardware.MotionControl.Config
+1 -1
View File
@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows;
using Prism.Commands;
using Prism.Events;
@@ -1,4 +1,4 @@
<UserControl x:Class="XP.Hardware.MotionControl.Views.MotionControlView"
<UserControl x:Class="XP.Hardware.MotionControl.Views.MotionControlView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"