beatsaber-scoretracker/Mod/Mod.sln
Liam 0287f4f83a
Some checks failed
Release Mod / Build (push) Failing after 23s
yes
2024-08-07 05:45:21 +01:00

34 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScoreTracker", "ScoreTracker.csproj", "{E8654F87-DB97-4565-8B0C-7C9D55CD6805}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6E1103-4D66-40E2-BE41-5DEDAF2E95FD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Dev|Any CPU = Dev|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Dev|Any CPU.ActiveCfg = Dev|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Dev|Any CPU.Build.0 = Dev|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D2B1200-F5BC-48DA-97CB-ECDC616F0BB4}
EndGlobalSection
EndGlobal