Skip to content

Commit 26a52e3

Browse files
committed
.csprojファイルのエンコーディングをutf-16からutf-8-bomに変更
1 parent 19ea57e commit 26a52e3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ csharp_style_prefer_readonly_struct = true:suggestion
160160
csharp_style_prefer_readonly_struct_member = true:suggestion
161161

162162
[*.{csproj,props}]
163+
charset = utf-8-bom
163164
indent_size = 2
164165

165166
[*.md]

WindowTranslator/WindowTranslator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-16"?><Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net10.0-windows10.0.20348.0</TargetFramework>

0 commit comments

Comments
 (0)