From 9292b42d519e50488f90af43a0cd7f117573dac9 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Thu, 10 Jul 2025 12:19:06 +0800 Subject: [PATCH] superstar 20250710 --- superstar_1.2.0.csproj => superstar.csproj | 4 ++-- superstar_1.2.0.sln => superstar.sln | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) rename superstar_1.2.0.csproj => superstar.csproj (97%) rename superstar_1.2.0.sln => superstar.sln (70%) diff --git a/superstar_1.2.0.csproj b/superstar.csproj similarity index 97% rename from superstar_1.2.0.csproj rename to superstar.csproj index c0301b2..56e49f6 100644 --- a/superstar_1.2.0.csproj +++ b/superstar.csproj @@ -4,8 +4,8 @@ Exe net8.0-windows Images/superstar.ico - superstar_1.2.0 - superstar_1.2.0 + superstar + superstar enable enable true diff --git a/superstar_1.2.0.sln b/superstar.sln similarity index 70% rename from superstar_1.2.0.sln rename to superstar.sln index b8e4531..3f78bce 100644 --- a/superstar_1.2.0.sln +++ b/superstar.sln @@ -3,16 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.11.35303.130 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "superstar_1.2.0", "superstar_1.2.0.csproj", "{7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "superstar", "superstar.csproj", "{7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}.Debug|Any CPU.Build.0 = Debug|Any CPU {7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}.Release|Any CPU.ActiveCfg = Release|Any CPU {7B73DAAC-0C3D-47D0-8ABC-CAF0B80350EB}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection