-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patheqlogparser.sln
More file actions
52 lines (52 loc) · 3.09 KB
/
eqlogparser.sln
File metadata and controls
52 lines (52 loc) · 3.09 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EQLogParser", "parser\core\EQLogParser.csproj", "{1C573E77-8416-4D48-BB44-FDE91836969D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "sample\Sample.csproj", "{646E5B99-5B58-46F3-9F85-4AB4BF6E51CD}"
ProjectSection(ProjectDependencies) = postProject
{1C573E77-8416-4D48-BB44-FDE91836969D} = {1C573E77-8416-4D48-BB44-FDE91836969D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EQLogParserTests", "parser\tests\EQLogParserTests.csproj", "{40803A5B-7F5B-40E4-8D8C-3B9711BF1A1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogSync", "logsync\LogSync.csproj", "{FAD6C236-CFF2-4D89-BEBB-8DF1484E66D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroLog", "retro\RetroLog.csproj", "{5D43F70F-DA9B-4424-9CFC-8D414699D8E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C573E77-8416-4D48-BB44-FDE91836969D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C573E77-8416-4D48-BB44-FDE91836969D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C573E77-8416-4D48-BB44-FDE91836969D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C573E77-8416-4D48-BB44-FDE91836969D}.Release|Any CPU.Build.0 = Release|Any CPU
{646E5B99-5B58-46F3-9F85-4AB4BF6E51CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{646E5B99-5B58-46F3-9F85-4AB4BF6E51CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{646E5B99-5B58-46F3-9F85-4AB4BF6E51CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{646E5B99-5B58-46F3-9F85-4AB4BF6E51CD}.Release|Any CPU.Build.0 = Release|Any CPU
{40803A5B-7F5B-40E4-8D8C-3B9711BF1A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40803A5B-7F5B-40E4-8D8C-3B9711BF1A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40803A5B-7F5B-40E4-8D8C-3B9711BF1A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40803A5B-7F5B-40E4-8D8C-3B9711BF1A1F}.Release|Any CPU.Build.0 = Release|Any CPU
{FAD6C236-CFF2-4D89-BEBB-8DF1484E66D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAD6C236-CFF2-4D89-BEBB-8DF1484E66D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAD6C236-CFF2-4D89-BEBB-8DF1484E66D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAD6C236-CFF2-4D89-BEBB-8DF1484E66D5}.Release|Any CPU.Build.0 = Release|Any CPU
{5D43F70F-DA9B-4424-9CFC-8D414699D8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D43F70F-DA9B-4424-9CFC-8D414699D8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D43F70F-DA9B-4424-9CFC-8D414699D8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D43F70F-DA9B-4424-9CFC-8D414699D8E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49390EBE-C6FC-49BC-A005-47F519945F2C}
EndGlobalSection
EndGlobal