Skip to content

Commit

Permalink
Update solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
just-ero committed Apr 11, 2024
1 parent 1d10a15 commit c25f607
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions LiveSplit.Racetime.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveSplit.Racetime", "LiveSplit.Racetime.csproj", "{071DD33F-6D10-4C1C-AA52-C86F02CEB67C}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{54C97A16-0286-46B7-8CB7-C968F788E17E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveSplit.Racetime", "src\LiveSplit.Racetime\LiveSplit.Racetime.csproj", "{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{071DD33F-6D10-4C1C-AA52-C86F02CEB67C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071DD33F-6D10-4C1C-AA52-C86F02CEB67C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071DD33F-6D10-4C1C-AA52-C86F02CEB67C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{071DD33F-6D10-4C1C-AA52-C86F02CEB67C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DC9E721-474F-4FE3-AA7A-C7066AF81916}
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D2272D7-D17C-4D52-8CD9-92CCBCEA410F} = {54C97A16-0286-46B7-8CB7-C968F788E17E}
EndGlobalSection
EndGlobal

0 comments on commit c25f607

Please sign in to comment.