-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRatingAPI.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
RatingAPI.sln
File metadata and controls
37 lines (37 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11408.102 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RatingAPI", "RatingAPI.csproj", "{1E1EE9AD-07AA-4476-8BED-2F115336D752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analyzer", "beatleader-analyzer\beatleader-analyzer\Analyzer.csproj", "{11025E71-9849-4954-B9F3-3319FFB22539}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser", "beatleader-analyzer\Parser\beatleader-parser\Parser.csproj", "{17906C48-AB42-1307-AA76-76985F6C0ED1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E1EE9AD-07AA-4476-8BED-2F115336D752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E1EE9AD-07AA-4476-8BED-2F115336D752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E1EE9AD-07AA-4476-8BED-2F115336D752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E1EE9AD-07AA-4476-8BED-2F115336D752}.Release|Any CPU.Build.0 = Release|Any CPU
{11025E71-9849-4954-B9F3-3319FFB22539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11025E71-9849-4954-B9F3-3319FFB22539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11025E71-9849-4954-B9F3-3319FFB22539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11025E71-9849-4954-B9F3-3319FFB22539}.Release|Any CPU.Build.0 = Release|Any CPU
{17906C48-AB42-1307-AA76-76985F6C0ED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17906C48-AB42-1307-AA76-76985F6C0ED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17906C48-AB42-1307-AA76-76985F6C0ED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17906C48-AB42-1307-AA76-76985F6C0ED1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDFE6F28-927B-44F6-AC8D-9B97769F1DF1}
EndGlobalSection
EndGlobal