-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRatingAPI.sln
37 lines (37 loc) · 2.05 KB
/
RatingAPI.sln
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 17
VisualStudioVersion = 17.7.34031.279
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parser", "beatleader-parser\beatleader-parser\Parser.csproj", "{9DAF5556-7409-40FD-AEAB-07B4E09A48AB}"
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
{9DAF5556-7409-40FD-AEAB-07B4E09A48AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DAF5556-7409-40FD-AEAB-07B4E09A48AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DAF5556-7409-40FD-AEAB-07B4E09A48AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DAF5556-7409-40FD-AEAB-07B4E09A48AB}.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