-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMGR.Extensions.Localization.PortableObject.sln
70 lines (70 loc) · 4.25 KB
/
MGR.Extensions.Localization.PortableObject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9CEAB859-55A0-4B48-9230-89C8B9F6AE00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8D3C9783-F686-4410-B334-DDBFBDBEC18E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A9D48E0F-FB50-4EA1-960E-223A48DC5E30}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
coverlet.runsettings = coverlet.runsettings
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE = LICENSE
MGR.Extensions.Localization.PortableObject.lutconfig = MGR.Extensions.Localization.PortableObject.lutconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGR.Extensions.Localization.PortableObject", "src\MGR.Extensions.Localization.PortableObject\MGR.Extensions.Localization.PortableObject.csproj", "{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGR.Extensions.Localization.PortableObject.UnitTests", "tests\MGR.Extensions.Localization.PortableObject.UnitTests\MGR.Extensions.Localization.PortableObject.UnitTests.csproj", "{06B36E33-2E1E-4346-B4F3-2DFEBEA05577}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{04E077B6-F325-40EB-BD14-FCB6615B28BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGR.Extensions.Localization.PortableObject.Sample", "samples\MGR.Extensions.Localization.PortableObject.Sample\MGR.Extensions.Localization.PortableObject.Sample.csproj", "{90C2F741-63B5-4F27-93A6-C1046515D8F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{1EA7B64F-B8D5-48D3-96E8-62996F82A9F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docs", "docs\docs.csproj", "{D49523A1-10F8-4F8E-8654-191E5BC22A83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C}.Release|Any CPU.Build.0 = Release|Any CPU
{06B36E33-2E1E-4346-B4F3-2DFEBEA05577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B36E33-2E1E-4346-B4F3-2DFEBEA05577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B36E33-2E1E-4346-B4F3-2DFEBEA05577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B36E33-2E1E-4346-B4F3-2DFEBEA05577}.Release|Any CPU.Build.0 = Release|Any CPU
{90C2F741-63B5-4F27-93A6-C1046515D8F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90C2F741-63B5-4F27-93A6-C1046515D8F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90C2F741-63B5-4F27-93A6-C1046515D8F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90C2F741-63B5-4F27-93A6-C1046515D8F7}.Release|Any CPU.Build.0 = Release|Any CPU
{D49523A1-10F8-4F8E-8654-191E5BC22A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D49523A1-10F8-4F8E-8654-191E5BC22A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D49523A1-10F8-4F8E-8654-191E5BC22A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D49523A1-10F8-4F8E-8654-191E5BC22A83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7BE3A6E3-3043-4B89-AFA5-437292C0FE1C} = {9CEAB859-55A0-4B48-9230-89C8B9F6AE00}
{06B36E33-2E1E-4346-B4F3-2DFEBEA05577} = {8D3C9783-F686-4410-B334-DDBFBDBEC18E}
{90C2F741-63B5-4F27-93A6-C1046515D8F7} = {04E077B6-F325-40EB-BD14-FCB6615B28BC}
{D49523A1-10F8-4F8E-8654-191E5BC22A83} = {1EA7B64F-B8D5-48D3-96E8-62996F82A9F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D26ED50-5F2C-457F-B47D-863B93D4527E}
EndGlobalSection
EndGlobal