-
Notifications
You must be signed in to change notification settings - Fork 0
/
Heroes.LocaleText.sln
47 lines (47 loc) · 2.63 KB
/
Heroes.LocaleText.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.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1E48E186-BCF0-4A02-872B-5FAD916F694A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.LocaleText", "Heroes.LocaleText\Heroes.LocaleText.csproj", "{22D2F4E7-F639-437D-BA3B-D24CF5375BDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.LocaleText.Tests", "Tests\Heroes.LocaleText.Tests\Heroes.LocaleText.Tests.csproj", "{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heroes.LocaleText.Benchmarks", "Heroes.LocaleText.Benchmarks\Heroes.LocaleText.Benchmarks.csproj", "{80E97147-3763-4022-8A88-E63B2E40241C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCDE5DB4-D153-47C4-9B20-4933F8242D9E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22D2F4E7-F639-437D-BA3B-D24CF5375BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D2F4E7-F639-437D-BA3B-D24CF5375BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D2F4E7-F639-437D-BA3B-D24CF5375BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D2F4E7-F639-437D-BA3B-D24CF5375BDA}.Release|Any CPU.Build.0 = Release|Any CPU
{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98}.Release|Any CPU.Build.0 = Release|Any CPU
{80E97147-3763-4022-8A88-E63B2E40241C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E97147-3763-4022-8A88-E63B2E40241C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E97147-3763-4022-8A88-E63B2E40241C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E97147-3763-4022-8A88-E63B2E40241C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE6C79BD-9B68-4732-9F68-91A0E6CE3A98} = {1E48E186-BCF0-4A02-872B-5FAD916F694A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8827861-4EBB-486E-AD4A-F3C6EC939D8B}
EndGlobalSection
EndGlobal