将工程所有的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 -1
View File
@@ -1,4 +1,4 @@
<Application x:Class="XplorePlane.App"
<Application x:Class="XplorePlane.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
+1 -1
View File
@@ -1,4 +1,4 @@
using DryIoc;
using DryIoc;
using Prism.DryIoc;
using Prism.Ioc;
using Prism.Modularity;
@@ -1,4 +1,4 @@
using Prism.Mvvm;
using Prism.Mvvm;
using System;
using System.Globalization;
using System.Linq;
@@ -1,4 +1,4 @@
<UserControl
<UserControl
x:Class="XplorePlane.Views.ImageProcessingPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+1 -1
View File
@@ -1,4 +1,4 @@
<telerik:RadRibbonWindow
<telerik:RadRibbonWindow
x:Class="XplorePlane.Views.MainWindowB"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"