Renamed project to CCharLearn

This commit is contained in:
BOT Alex 2023-07-07 19:41:56 +02:00
parent a6f55347b8
commit 591c3307a9
233 changed files with 16 additions and 17 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320 VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningChineseFixed", "LearningChineseFixed\LearningChineseFixed.csproj", "{8D2A735E-A47C-4C18-81C7-0B3871BB934B}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCharLearn", "CCharLearn\CCharLearn.csproj", "{F4B8DC5C-AB58-4EBB-B21E-36AE63E7423B}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D2A735E-A47C-4C18-81C7-0B3871BB934B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F4B8DC5C-AB58-4EBB-B21E-36AE63E7423B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D2A735E-A47C-4C18-81C7-0B3871BB934B}.Debug|Any CPU.Build.0 = Debug|Any CPU {F4B8DC5C-AB58-4EBB-B21E-36AE63E7423B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D2A735E-A47C-4C18-81C7-0B3871BB934B}.Release|Any CPU.ActiveCfg = Release|Any CPU {F4B8DC5C-AB58-4EBB-B21E-36AE63E7423B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D2A735E-A47C-4C18-81C7-0B3871BB934B}.Release|Any CPU.Build.0 = Release|Any CPU {F4B8DC5C-AB58-4EBB-B21E-36AE63E7423B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@ -1,4 +1,4 @@
namespace LearningChineseFixed namespace CCharLearn
{ {
/// <summary> /// <summary>
/// CChar stands for ChineseCharecter. Contains extra infomation about the charecter /// CChar stands for ChineseCharecter. Contains extra infomation about the charecter

View File

@ -1,4 +1,4 @@
namespace LearningChineseFixed namespace CCharLearn
{ {
public class CCharStats public class CCharStats
{ {

View File

@ -1,4 +1,4 @@
using LearningChineseFixed; using CCharLearn;
using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting; using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using MudBlazor; using MudBlazor;
@ -6,7 +6,7 @@ using Blazored.LocalStorage;
using MudBlazor.Services; using MudBlazor.Services;
using Toolbelt.Blazor.Extensions.DependencyInjection; using Toolbelt.Blazor.Extensions.DependencyInjection;
namespace LearningChineseFixed namespace CCharLearn
{ {
public class Program public class Program
{ {

View File

@ -1,4 +1,4 @@
namespace LearningChineseSimplified.ExtensionMethods namespace CCharLearn.ExtensionMethods
{ {
public static class StringExtensions public static class StringExtensions
{ {

View File

@ -1,6 +1,6 @@
@page "/fetchdata" @page "/fetchdata"
@inject HttpClient Http @inject HttpClient Http
@using LearningChineseFixed; @using CCharLearn;
<PageTitle>Weather forecast</PageTitle> <PageTitle>Weather forecast</PageTitle>

View File

@ -1,6 +1,6 @@
@page "/Learn" @page "/Learn"
@using System.Text; @using System.Text;
@using LearningChineseSimplified.ExtensionMethods; @using CCharLearn.ExtensionMethods;
@inject NavigationManager navigator @inject NavigationManager navigator
@inject Blazored.LocalStorage.ILocalStorageService localStorage @inject Blazored.LocalStorage.ILocalStorageService localStorage

View File

@ -1,6 +1,6 @@
{ {
"profiles": { "profiles": {
"LearningChineseFixed": { "CCharLearn": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {

View File

@ -6,8 +6,8 @@
@using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http @using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop @using Microsoft.JSInterop
@using LearningChineseFixed @using CCharLearn
@using LearningChineseFixed.Shared @using CCharLearn.Shared
@using MudBlazor @using MudBlazor
@using Blazored.LocalStorage @using Blazored.LocalStorage
@using Newtonsoft.Json @using Newtonsoft.Json

Some files were not shown because too many files have changed in this diff Show More