-
Notifications
You must be signed in to change notification settings - Fork 0
/
Heroes.MpqTool.sln
47 lines (47 loc) · 2.6 KB
/
Heroes.MpqTool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.MpqTool", "Heroes.MpqTool\Heroes.MpqTool.csproj", "{274D0B05-6451-4C8F-848D-7C1728F70876}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58D78F49-4CF4-481B-BDF6-4F1868187030}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8F3B8F0B-F452-4259-BC83-D8FC6942E83A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.MpqTool.Tests", "Tests\Heroes.MpqTool.Tests\Heroes.MpqTool.Tests.csproj", "{0B4926F5-1539-4FF9-8661-826D43FEF469}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.MpqTool.Benchmarks", "Heroes.MpqTool.Benchmarks\Heroes.MpqTool.Benchmarks.csproj", "{D41C9727-C321-4557-84A2-F29FE8F1DEC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{274D0B05-6451-4C8F-848D-7C1728F70876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{274D0B05-6451-4C8F-848D-7C1728F70876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{274D0B05-6451-4C8F-848D-7C1728F70876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{274D0B05-6451-4C8F-848D-7C1728F70876}.Release|Any CPU.Build.0 = Release|Any CPU
{0B4926F5-1539-4FF9-8661-826D43FEF469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B4926F5-1539-4FF9-8661-826D43FEF469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B4926F5-1539-4FF9-8661-826D43FEF469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B4926F5-1539-4FF9-8661-826D43FEF469}.Release|Any CPU.Build.0 = Release|Any CPU
{D41C9727-C321-4557-84A2-F29FE8F1DEC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41C9727-C321-4557-84A2-F29FE8F1DEC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41C9727-C321-4557-84A2-F29FE8F1DEC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41C9727-C321-4557-84A2-F29FE8F1DEC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B4926F5-1539-4FF9-8661-826D43FEF469} = {8F3B8F0B-F452-4259-BC83-D8FC6942E83A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50B85034-9019-414D-BDFC-6B1305808C06}
EndGlobalSection
EndGlobal