This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Blazored.Localisation.sln
62 lines (62 loc) · 3.51 KB
/
Blazored.Localisation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazored.Localisation", "src\Blazored.Localisation\Blazored.Localisation.csproj", "{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{C27C5151-5D31-4FB2-8023-4DB1902ADF5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSample", "sample\BlazorSample\BlazorSample.csproj", "{EB56E281-BDAD-4CE0-9E57-58804357F541}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A64B9C71-0A41-4689-ACC6-1B964B3F5FB6}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|x64.ActiveCfg = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|x64.Build.0 = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Debug|x86.Build.0 = Debug|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|x64.ActiveCfg = Release|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|x64.Build.0 = Release|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|x86.ActiveCfg = Release|Any CPU
{D72FBAA9-4395-4EA0-AC44-2F69A56F8AB3}.Release|x86.Build.0 = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|x64.ActiveCfg = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|x64.Build.0 = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Debug|x86.Build.0 = Debug|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|Any CPU.Build.0 = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|x64.ActiveCfg = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|x64.Build.0 = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|x86.ActiveCfg = Release|Any CPU
{EB56E281-BDAD-4CE0-9E57-58804357F541}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EB56E281-BDAD-4CE0-9E57-58804357F541} = {C27C5151-5D31-4FB2-8023-4DB1902ADF5D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB66CEA4-2FAD-46A1-9804-F4905C210532}
EndGlobalSection
EndGlobal