Skip to content

Commit

Permalink
Update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 10, 2024
1 parent ff45939 commit fd9d8ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TinySystemInfo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinySystemInfo", "TinySystemInfo\TinySystemInfo.csproj", "{4827BFBD-2A65-403C-996B-11DC0B17E8F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SysInfoConsole", "tsi\SysInfoConsole.csproj", "{FACEBA0A-9DB0-420D-896A-590ACBAE1AD9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tsi", "tsi\tsi.csproj", "{D0DE1A90-5D4A-4F0A-A1BD-C845938A6F2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -17,10 +17,10 @@ Global
{4827BFBD-2A65-403C-996B-11DC0B17E8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4827BFBD-2A65-403C-996B-11DC0B17E8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4827BFBD-2A65-403C-996B-11DC0B17E8F2}.Release|Any CPU.Build.0 = Release|Any CPU
{FACEBA0A-9DB0-420D-896A-590ACBAE1AD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FACEBA0A-9DB0-420D-896A-590ACBAE1AD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FACEBA0A-9DB0-420D-896A-590ACBAE1AD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FACEBA0A-9DB0-420D-896A-590ACBAE1AD9}.Release|Any CPU.Build.0 = Release|Any CPU
{D0DE1A90-5D4A-4F0A-A1BD-C845938A6F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0DE1A90-5D4A-4F0A-A1BD-C845938A6F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0DE1A90-5D4A-4F0A-A1BD-C845938A6F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0DE1A90-5D4A-4F0A-A1BD-C845938A6F2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit fd9d8ac

Please sign in to comment.