forked from Quaver/Quaver.API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quaver.API.sln
37 lines (37 loc) · 2.04 KB
/
Quaver.API.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 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quaver.API", "Quaver.API\Quaver.API.csproj", "{D80E1584-78F8-402F-9774-C5056024C242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quaver.Tools", "Quaver.Tools\Quaver.Tools.csproj", "{B35A038A-9932-4FB0-8B87-4EF180BC51C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quaver.API.Tests", "Quaver.API.Tests\Quaver.API.Tests.csproj", "{1AA30BC6-054A-40DB-B87B-8F0294567D69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D80E1584-78F8-402F-9774-C5056024C242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D80E1584-78F8-402F-9774-C5056024C242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D80E1584-78F8-402F-9774-C5056024C242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D80E1584-78F8-402F-9774-C5056024C242}.Release|Any CPU.Build.0 = Release|Any CPU
{B35A038A-9932-4FB0-8B87-4EF180BC51C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B35A038A-9932-4FB0-8B87-4EF180BC51C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B35A038A-9932-4FB0-8B87-4EF180BC51C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B35A038A-9932-4FB0-8B87-4EF180BC51C2}.Release|Any CPU.Build.0 = Release|Any CPU
{1AA30BC6-054A-40DB-B87B-8F0294567D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AA30BC6-054A-40DB-B87B-8F0294567D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AA30BC6-054A-40DB-B87B-8F0294567D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AA30BC6-054A-40DB-B87B-8F0294567D69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91AFD0EA-8EC6-4A33-9BF6-FD908ECB183E}
EndGlobalSection
EndGlobal