-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLeague Replay Library.sln
37 lines (37 loc) · 2.08 KB
/
League Replay Library.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 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "League Replay Library", "League Replay Library\League Replay Library.csproj", "{A1BE6CB7-3B3E-456F-A702-BEF55A68B722}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Replay Downloader", "Replay Downloader\Replay Downloader.csproj", "{12494BD9-A63B-4C1B-BE7E-1BB137722016}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Replay Server", "Replay Server\Replay Server.csproj", "{BA3813F2-6C34-4DBC-940F-00F185D67661}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1BE6CB7-3B3E-456F-A702-BEF55A68B722}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1BE6CB7-3B3E-456F-A702-BEF55A68B722}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1BE6CB7-3B3E-456F-A702-BEF55A68B722}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1BE6CB7-3B3E-456F-A702-BEF55A68B722}.Release|Any CPU.Build.0 = Release|Any CPU
{12494BD9-A63B-4C1B-BE7E-1BB137722016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12494BD9-A63B-4C1B-BE7E-1BB137722016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12494BD9-A63B-4C1B-BE7E-1BB137722016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12494BD9-A63B-4C1B-BE7E-1BB137722016}.Release|Any CPU.Build.0 = Release|Any CPU
{BA3813F2-6C34-4DBC-940F-00F185D67661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA3813F2-6C34-4DBC-940F-00F185D67661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA3813F2-6C34-4DBC-940F-00F185D67661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA3813F2-6C34-4DBC-940F-00F185D67661}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A985423-0716-4AD6-BD7C-02BFD6C94EB7}
EndGlobalSection
EndGlobal