-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMindbox.I18n.sln
73 lines (73 loc) · 4.96 KB
/
Mindbox.I18n.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindbox.I18n.Analyzers", "Mindbox.I18n.Analyzers\Mindbox.I18n.Analyzers\Mindbox.I18n.Analyzers.csproj", "{468A8AF3-EFA7-4FEE-93B7-DDB9F5EE14EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindbox.I18n.Analyzers.Test", "Mindbox.I18n.Analyzers\Mindbox.I18n.Analyzers.Test\Mindbox.I18n.Analyzers.Test.csproj", "{CA3FD631-3CE7-4DC8-8CBB-1A77AC9C627B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindbox.I18n", "Mindbox.I18n\Mindbox.I18n.csproj", "{4C3516A8-F84F-46CC-96BC-31D15115D2F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindbox.I18n.AspNetCore", "Mindbox.I18n.AspNetCore\Mindbox.I18n.AspNetCore.csproj", "{79BF0373-D8E8-408F-A609-7B0D5C3FCD62}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EBB4929-0BBD-41D0-943F-467627EB7EF0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindbox.I18n.AspNetCore.Tests", "Mindbox.I18n.AspNetCore.Tests\Mindbox.I18n.AspNetCore.Tests.csproj", "{FE60B00F-7BCC-4374-AD65-96CD74F3DCA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindbox.I18n.Abstractions", "Mindbox.I18n.Abstractions\Mindbox.I18n.Abstractions.csproj", "{32D48396-0A59-4931-99F2-D6C985696DFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindbox.I18n.Template", "Mindbox.I18n.Templates\Mindbox.I18n.Template.csproj", "{A47F9B1A-690E-481A-9232-EFE70CCE4989}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindbox.I18n.Tests", "Mindbox.I18n.Tests\Mindbox.I18n.Tests.csproj", "{2DE4BA95-9592-4CD9-839F-337BB41E68CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{468A8AF3-EFA7-4FEE-93B7-DDB9F5EE14EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{468A8AF3-EFA7-4FEE-93B7-DDB9F5EE14EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{468A8AF3-EFA7-4FEE-93B7-DDB9F5EE14EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{468A8AF3-EFA7-4FEE-93B7-DDB9F5EE14EC}.Release|Any CPU.Build.0 = Release|Any CPU
{CA3FD631-3CE7-4DC8-8CBB-1A77AC9C627B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA3FD631-3CE7-4DC8-8CBB-1A77AC9C627B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA3FD631-3CE7-4DC8-8CBB-1A77AC9C627B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA3FD631-3CE7-4DC8-8CBB-1A77AC9C627B}.Release|Any CPU.Build.0 = Release|Any CPU
{4C3516A8-F84F-46CC-96BC-31D15115D2F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C3516A8-F84F-46CC-96BC-31D15115D2F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C3516A8-F84F-46CC-96BC-31D15115D2F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C3516A8-F84F-46CC-96BC-31D15115D2F0}.Release|Any CPU.Build.0 = Release|Any CPU
{79BF0373-D8E8-408F-A609-7B0D5C3FCD62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BF0373-D8E8-408F-A609-7B0D5C3FCD62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BF0373-D8E8-408F-A609-7B0D5C3FCD62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BF0373-D8E8-408F-A609-7B0D5C3FCD62}.Release|Any CPU.Build.0 = Release|Any CPU
{FE60B00F-7BCC-4374-AD65-96CD74F3DCA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE60B00F-7BCC-4374-AD65-96CD74F3DCA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE60B00F-7BCC-4374-AD65-96CD74F3DCA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE60B00F-7BCC-4374-AD65-96CD74F3DCA7}.Release|Any CPU.Build.0 = Release|Any CPU
{32D48396-0A59-4931-99F2-D6C985696DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32D48396-0A59-4931-99F2-D6C985696DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32D48396-0A59-4931-99F2-D6C985696DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32D48396-0A59-4931-99F2-D6C985696DFC}.Release|Any CPU.Build.0 = Release|Any CPU
{A47F9B1A-690E-481A-9232-EFE70CCE4989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A47F9B1A-690E-481A-9232-EFE70CCE4989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A47F9B1A-690E-481A-9232-EFE70CCE4989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A47F9B1A-690E-481A-9232-EFE70CCE4989}.Release|Any CPU.Build.0 = Release|Any CPU
{2DE4BA95-9592-4CD9-839F-337BB41E68CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DE4BA95-9592-4CD9-839F-337BB41E68CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DE4BA95-9592-4CD9-839F-337BB41E68CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DE4BA95-9592-4CD9-839F-337BB41E68CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FDB530E-5378-48FB-BBF0-082C19DCD439}
EndGlobalSection
EndGlobal