forked from lepoco/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lepo.i18n.sln
86 lines (86 loc) · 5.64 KB
/
Lepo.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
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n", "src\Lepo.i18n\Lepo.i18n.csproj", "{FA600754-7612-4089-B114-AB5CAFE289AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.Wpf", "src\Lepo.i18n.Wpf\Lepo.i18n.Wpf.csproj", "{94DA5B37-AD49-42C0-AB0C-86055FE111B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8770563A-FE6A-41DC-A394-67CC9FB8181D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
nuget.config = nuget.config
README.md = README.md
ThirdPartyNotices.txt = ThirdPartyNotices.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.Json", "src\Lepo.i18n.Json\Lepo.i18n.Json.csproj", "{83E6E4CA-DC57-4F68-8FDF-A78BE95BFEA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AA93DD64-B88F-46ED-9981-EABA0F3C3E95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.UnitTests", "tests\Lepo.i18n.UnitTests\Lepo.i18n.UnitTests.csproj", "{98789E33-F370-46FF-B4B6-CEAA81E9C2C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.DependencyInjection", "src\Lepo.i18n.DependencyInjection\Lepo.i18n.DependencyInjection.csproj", "{6297D5AB-EE2C-4DBB-BE29-B4813BB8803F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.DependencyInjection.UnitTests", "tests\Lepo.i18n.DependencyInjection.UnitTests\Lepo.i18n.DependencyInjection.UnitTests.csproj", "{274021AA-F5A4-4A02-B8B7-224B254031A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lepo.i18n.Wpf.UnitTests", "tests\Lepo.i18n.Wpf.UnitTests\Lepo.i18n.Wpf.UnitTests.csproj", "{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lepo.i18n.Json.UnitTests", "tests\Lepo.i18n.Json.UnitTests\Lepo.i18n.Json.UnitTests.csproj", "{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA600754-7612-4089-B114-AB5CAFE289AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA600754-7612-4089-B114-AB5CAFE289AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA600754-7612-4089-B114-AB5CAFE289AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA600754-7612-4089-B114-AB5CAFE289AB}.Release|Any CPU.Build.0 = Release|Any CPU
{94DA5B37-AD49-42C0-AB0C-86055FE111B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94DA5B37-AD49-42C0-AB0C-86055FE111B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94DA5B37-AD49-42C0-AB0C-86055FE111B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94DA5B37-AD49-42C0-AB0C-86055FE111B9}.Release|Any CPU.Build.0 = Release|Any CPU
{83E6E4CA-DC57-4F68-8FDF-A78BE95BFEA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83E6E4CA-DC57-4F68-8FDF-A78BE95BFEA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83E6E4CA-DC57-4F68-8FDF-A78BE95BFEA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83E6E4CA-DC57-4F68-8FDF-A78BE95BFEA5}.Release|Any CPU.Build.0 = Release|Any CPU
{98789E33-F370-46FF-B4B6-CEAA81E9C2C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98789E33-F370-46FF-B4B6-CEAA81E9C2C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98789E33-F370-46FF-B4B6-CEAA81E9C2C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98789E33-F370-46FF-B4B6-CEAA81E9C2C3}.Release|Any CPU.Build.0 = Release|Any CPU
{6297D5AB-EE2C-4DBB-BE29-B4813BB8803F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6297D5AB-EE2C-4DBB-BE29-B4813BB8803F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6297D5AB-EE2C-4DBB-BE29-B4813BB8803F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6297D5AB-EE2C-4DBB-BE29-B4813BB8803F}.Release|Any CPU.Build.0 = Release|Any CPU
{274021AA-F5A4-4A02-B8B7-224B254031A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{274021AA-F5A4-4A02-B8B7-224B254031A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{274021AA-F5A4-4A02-B8B7-224B254031A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{274021AA-F5A4-4A02-B8B7-224B254031A1}.Release|Any CPU.Build.0 = Release|Any CPU
{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2}.Release|Any CPU.Build.0 = Release|Any CPU
{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{98789E33-F370-46FF-B4B6-CEAA81E9C2C3} = {AA93DD64-B88F-46ED-9981-EABA0F3C3E95}
{274021AA-F5A4-4A02-B8B7-224B254031A1} = {AA93DD64-B88F-46ED-9981-EABA0F3C3E95}
{ED677E81-8D0F-42B2-A001-D37FEB3AAEA2} = {AA93DD64-B88F-46ED-9981-EABA0F3C3E95}
{46BB2EDE-5A5C-46BC-930F-F1FB6128B4AE} = {AA93DD64-B88F-46ED-9981-EABA0F3C3E95}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF9C3C0B-D0EC-4FA3-A0D5-A8F70572737A}
EndGlobalSection
EndGlobal