superstar 20250710

This commit is contained in:
jasonchenwork 2025-07-10 12:19:06 +08:00
parent b207fbef36
commit 9292b42d51
2 changed files with 3 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<ApplicationIcon>Images/superstar.ico</ApplicationIcon>
<RootNamespace>superstar_1.2.0</RootNamespace>
<AssemblyName>superstar_1.2.0</AssemblyName>
<RootNamespace>superstar</RootNamespace>
<AssemblyName>superstar</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>

View File

@ -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