Re-encoding all files with utf-8;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Ghost.Core.Attributes;
|
||||
using Ghost.Core.Attributes;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("Ghost.Editor")]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Data.Models;
|
||||
using Ghost.Data.Models;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Ghost.Data;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Ghost.Data.Models;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Data.Models;
|
||||
namespace Ghost.Data.Models;
|
||||
|
||||
public class ProjectMetadata
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Data.Models;
|
||||
namespace Ghost.Data.Models;
|
||||
|
||||
public class TemplateInfo
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Data.Repository;
|
||||
namespace Ghost.Data.Repository;
|
||||
|
||||
internal class AssetsRepository
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Data.Models;
|
||||
using Ghost.Data.Models;
|
||||
using Ghost.Data.Resources;
|
||||
using System.Data.SQLite;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Data.Resources;
|
||||
namespace Ghost.Data.Resources;
|
||||
|
||||
public static class AssetsPath
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Data.Resources;
|
||||
namespace Ghost.Data.Resources;
|
||||
|
||||
public class DataPath
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Core;
|
||||
using Ghost.Core;
|
||||
using Ghost.Data.Models;
|
||||
using Ghost.Data.Repository;
|
||||
using Ghost.Data.Resources;
|
||||
|
||||
Reference in New Issue
Block a user