Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage 1 Upgrade to .NET8 Runtime #81

Open
wants to merge 7 commits into
base: framework-upgrade
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/WinMemoryCleaner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinMemoryCleaner", "WinMemoryCleaner.csproj", "{D1FE3A0A-FD12-42A0-AD98-16B9D3F4E14E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinMemoryCleaner", ".\WinMemoryCleaner\WinMemoryCleaner.csproj", "{D1FE3A0A-FD12-42A0-AD98-16B9D3F4E14E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7298ECB1-BFCC-465B-93AA-7A2705A874DA}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinMemoryCleaner3", ".\WinMemoryCleaner3\WinMemoryCleaner3.csproj", "{5CB7A9ED-EF45-4DDC-A4A5-6F7E68980B8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -20,6 +22,10 @@ Global
{D1FE3A0A-FD12-42A0-AD98-16B9D3F4E14E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FE3A0A-FD12-42A0-AD98-16B9D3F4E14E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FE3A0A-FD12-42A0-AD98-16B9D3F4E14E}.Release|Any CPU.Build.0 = Release|Any CPU
{5CB7A9ED-EF45-4DDC-A4A5-6F7E68980B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CB7A9ED-EF45-4DDC-A4A5-6F7E68980B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CB7A9ED-EF45-4DDC-A4A5-6F7E68980B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CB7A9ED-EF45-4DDC-A4A5-6F7E68980B8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
561 changes: 561 additions & 0 deletions src/WinMemoryCleaner3/App.xaml

Large diffs are not rendered by default.

Loading