-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLOLViewer.sln
34 lines (34 loc) · 1.94 KB
/
LOLViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LOLViewer", "LOLViewer\LOLViewer.csproj", "{30DAB98B-9CBD-4FEB-808F-144A554AA18C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LOLFileReader", "LOLFileReader\LOLFileReader.csproj", "{2A87B271-DBE0-4F60-AAE4-1702F5AB6561}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logger", "Logger\Logger.csproj", "{C208E631-1AE1-4BA6-AE95-19C8E5871176}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30DAB98B-9CBD-4FEB-808F-144A554AA18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DAB98B-9CBD-4FEB-808F-144A554AA18C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DAB98B-9CBD-4FEB-808F-144A554AA18C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DAB98B-9CBD-4FEB-808F-144A554AA18C}.Release|Any CPU.Build.0 = Release|Any CPU
{2A87B271-DBE0-4F60-AAE4-1702F5AB6561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A87B271-DBE0-4F60-AAE4-1702F5AB6561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A87B271-DBE0-4F60-AAE4-1702F5AB6561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A87B271-DBE0-4F60-AAE4-1702F5AB6561}.Release|Any CPU.Build.0 = Release|Any CPU
{C208E631-1AE1-4BA6-AE95-19C8E5871176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C208E631-1AE1-4BA6-AE95-19C8E5871176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C208E631-1AE1-4BA6-AE95-19C8E5871176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C208E631-1AE1-4BA6-AE95-19C8E5871176}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal