diff --git a/CreamInstaller.sln b/CreamInstaller.sln index b5112e5..08d4ef8 100644 --- a/CreamInstaller.sln +++ b/CreamInstaller.sln @@ -7,14 +7,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreamInstaller", "CreamInst EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Release|Any CPU.Build.0 = Release|Any CPU + {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Debug|x64.ActiveCfg = Debug|x64 + {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Release|x64.ActiveCfg = Release|x64 + {6C94C882-7168-435E-B9E3-B4B9222BBF68}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj index c1bf096..f2fc1a9 100644 --- a/CreamInstaller/CreamInstaller.csproj +++ b/CreamInstaller/CreamInstaller.csproj @@ -1,7 +1,7 @@  WinExe - net7.0-windows + net7.0-windows10.0.22621.0 True Resources\ini.ico 4.9.7 @@ -11,7 +11,7 @@ CreamInstaller.Program True latest-recommended - AnyCPU + x64 true true true @@ -22,6 +22,8 @@ False latest True + 8.0 + x64 $(Company) @@ -29,11 +31,11 @@ $(Company)-debug - - False + + False - - False + + False diff --git a/preview.png b/preview.png index 43ae4c7..9a8b116 100644 Binary files a/preview.png and b/preview.png differ