Skip to content

Commit

Permalink
refactor: remove bom
Browse files Browse the repository at this point in the history
  • Loading branch information
K12f committed Oct 14, 2024
1 parent 6d0968f commit 9b5a498
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/MicaSetup/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura IncludeRuntimeReferences='false'
IncludeDebugSymbols='true'
DisableCompression='false'/>
Expand Down
2 changes: 1 addition & 1 deletion build/MicaSetup/FodyWeavers.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
Expand Down
2 changes: 1 addition & 1 deletion build/MicaSetup/ViewModels/Inst/MainViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
using MicaSetup.Design.Controls;
using MicaSetup.Helper;
Expand Down
2 changes: 1 addition & 1 deletion build/MicaSetup/app.manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/App.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Application x:Class="BlueCatKoKo.Ui.App"
<Application x:Class="BlueCatKoKo.Ui.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Text;
using System.Windows;
using System.Windows.Threading;
Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/Models/AppLogging.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace BlueCatKoKo.Ui.Models;

Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/Models/AppSetting.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// YApi QuickType插件生成,具体参考文档:https://plugins.jetbrains.com/plugin/18847-yapi-quicktype/documentation
// YApi QuickType插件生成,具体参考文档:https://plugins.jetbrains.com/plugin/18847-yapi-quicktype/documentation

using Newtonsoft.Json;

Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.Ui/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ui:FluentWindow x:Class="BlueCatKoKo.Ui.Views.MainWindow"
<ui:FluentWindow x:Class="BlueCatKoKo.Ui.Views.MainWindow"
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"
Expand Down
2 changes: 1 addition & 1 deletion src/BlueCatKoKo.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueCatKoKo.Ui", "BlueCatKoKo.Ui\BlueCatKoKo.Ui.csproj", "{7D01CD8D-0394-4A3E-93A3-F29529A043D6}"
EndProject
Expand Down

0 comments on commit 9b5a498

Please sign in to comment.