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