forked from tpill90/battlenet-lancache-prefill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBattleNetPrefill.sln
89 lines (89 loc) · 6 KB
/
BattleNetPrefill.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BattleNetPrefill", "BattleNetPrefill\BattleNetPrefill.csproj", "{7A7ADAC8-F8D4-4557-949F-67BCF6F3057D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2C92A98A-5193-48A6-9B4B-992B803C04FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BattleNetPrefill.Test", "BattleNetPrefill.Test\BattleNetPrefill.Test.csproj", "{6E977C05-A385-43EB-8176-2FC801891CDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBFF3357-782F-4754-B495-AB0C8203F76B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\actions.yml = .github\workflows\actions.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{E47D1521-6631-4326-9906-E5794767BB8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogFileGenerator", "LogFileGenerator\LogFileGenerator.csproj", "{EB693B7C-27A1-46FC-8D5E-6516120BDBED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Util", "Util", "{A7E980C5-2009-498D-8186-92C23331E836}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectre.Console", "SpectreConsole\src\Spectre.Console\Spectre.Console.csproj", "{C9DBD2FA-40B7-49C1-8806-77503E249082}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Third Party", "Third Party", "{4BB0EA93-464D-450A-8EEE-5D4CE57756AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectre.Console.Testing", "SpectreConsole\src\Spectre.Console.Testing\Spectre.Console.Testing.csproj", "{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectre.Console.Cli", "SpectreConsole\src\Spectre.Console.Cli\Spectre.Console.Cli.csproj", "{AFEDF40F-54BD-46A3-BB2F-8840B01FB504}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectre.Console.Tests", "SpectreConsole\test\Spectre.Console.Tests\Spectre.Console.Tests.csproj", "{922DF87C-A660-4450-AF84-A2B13DE99FA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A7ADAC8-F8D4-4557-949F-67BCF6F3057D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7ADAC8-F8D4-4557-949F-67BCF6F3057D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7ADAC8-F8D4-4557-949F-67BCF6F3057D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7ADAC8-F8D4-4557-949F-67BCF6F3057D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E977C05-A385-43EB-8176-2FC801891CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E977C05-A385-43EB-8176-2FC801891CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E977C05-A385-43EB-8176-2FC801891CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E977C05-A385-43EB-8176-2FC801891CDB}.Release|Any CPU.Build.0 = Release|Any CPU
{E47D1521-6631-4326-9906-E5794767BB8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E47D1521-6631-4326-9906-E5794767BB8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E47D1521-6631-4326-9906-E5794767BB8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E47D1521-6631-4326-9906-E5794767BB8E}.Release|Any CPU.Build.0 = Release|Any CPU
{EB693B7C-27A1-46FC-8D5E-6516120BDBED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB693B7C-27A1-46FC-8D5E-6516120BDBED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB693B7C-27A1-46FC-8D5E-6516120BDBED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB693B7C-27A1-46FC-8D5E-6516120BDBED}.Release|Any CPU.Build.0 = Release|Any CPU
{C9DBD2FA-40B7-49C1-8806-77503E249082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9DBD2FA-40B7-49C1-8806-77503E249082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9DBD2FA-40B7-49C1-8806-77503E249082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9DBD2FA-40B7-49C1-8806-77503E249082}.Release|Any CPU.Build.0 = Release|Any CPU
{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2}.Release|Any CPU.Build.0 = Release|Any CPU
{AFEDF40F-54BD-46A3-BB2F-8840B01FB504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEDF40F-54BD-46A3-BB2F-8840B01FB504}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEDF40F-54BD-46A3-BB2F-8840B01FB504}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEDF40F-54BD-46A3-BB2F-8840B01FB504}.Release|Any CPU.Build.0 = Release|Any CPU
{922DF87C-A660-4450-AF84-A2B13DE99FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{922DF87C-A660-4450-AF84-A2B13DE99FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{922DF87C-A660-4450-AF84-A2B13DE99FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{922DF87C-A660-4450-AF84-A2B13DE99FA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E977C05-A385-43EB-8176-2FC801891CDB} = {2C92A98A-5193-48A6-9B4B-992B803C04FE}
{E47D1521-6631-4326-9906-E5794767BB8E} = {A7E980C5-2009-498D-8186-92C23331E836}
{EB693B7C-27A1-46FC-8D5E-6516120BDBED} = {A7E980C5-2009-498D-8186-92C23331E836}
{C9DBD2FA-40B7-49C1-8806-77503E249082} = {4BB0EA93-464D-450A-8EEE-5D4CE57756AA}
{A0F299AB-FEC8-4EC7-855D-2BA6CA8EB8F2} = {4BB0EA93-464D-450A-8EEE-5D4CE57756AA}
{AFEDF40F-54BD-46A3-BB2F-8840B01FB504} = {4BB0EA93-464D-450A-8EEE-5D4CE57756AA}
{922DF87C-A660-4450-AF84-A2B13DE99FA1} = {4BB0EA93-464D-450A-8EEE-5D4CE57756AA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13DEC178-59CD-4396-B1A1-7FB89D08D0F4}
EndGlobalSection
EndGlobal