-
Notifications
You must be signed in to change notification settings - Fork 0
/
Heroes.XmlData.sln
53 lines (53 loc) · 3.06 KB
/
Heroes.XmlData.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.XmlData", "Heroes.XmlData\Heroes.XmlData.csproj", "{5DD983E4-7AF5-4B85-BC48-FE873A2A70D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5F8104A6-9863-4B33-AE48-ABFAD6B32C69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FB8D7EE-244E-49CE-98EC-55A357B976FE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CascLib", "CascLib\CascLib\CascLib.csproj", "{B2E03C99-9058-4086-BF5B-CE9EDAB4DBF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.XmlData.Benchmarks", "Heroes.XmlData.Benchmarks\Heroes.XmlData.Benchmarks.csproj", "{CE800208-C127-4B68-8982-A28BE571EA56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.XmlData.Tests", "Tests\Heroes.XmlData.Tests\Heroes.XmlData.Tests.csproj", "{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DD983E4-7AF5-4B85-BC48-FE873A2A70D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD983E4-7AF5-4B85-BC48-FE873A2A70D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD983E4-7AF5-4B85-BC48-FE873A2A70D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD983E4-7AF5-4B85-BC48-FE873A2A70D2}.Release|Any CPU.Build.0 = Release|Any CPU
{B2E03C99-9058-4086-BF5B-CE9EDAB4DBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E03C99-9058-4086-BF5B-CE9EDAB4DBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E03C99-9058-4086-BF5B-CE9EDAB4DBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E03C99-9058-4086-BF5B-CE9EDAB4DBF0}.Release|Any CPU.Build.0 = Release|Any CPU
{CE800208-C127-4B68-8982-A28BE571EA56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE800208-C127-4B68-8982-A28BE571EA56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE800208-C127-4B68-8982-A28BE571EA56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE800208-C127-4B68-8982-A28BE571EA56}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B0150B3-6CA1-4B7C-B6C5-BE5640D79864} = {5F8104A6-9863-4B33-AE48-ABFAD6B32C69}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A828FEDC-5602-448F-8352-73ED076EAEDB}
EndGlobalSection
EndGlobal