-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Verticular.Extensions.Strings.sln
78 lines (78 loc) · 4.47 KB
/
Verticular.Extensions.Strings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{3B387D52-A766-4ADC-9AAF-D1DA38E8A5B2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
assembly.props = assembly.props
LICENSE.md = LICENSE.md
README.md = README.md
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F8996B82-B57B-4789-B5E3-5168A3BB1A16}"
ProjectSection(SolutionItems) = preProject
src\dir.props = src\dir.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verticular.Extensions.Strings", "src\Verticular.Extensions.Strings\Verticular.Extensions.Strings.csproj", "{33A24170-86A2-453E-B7E2-37179F859A92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3B4AA6EC-5BBC-4D5E-8F10-EF8C5D820C91}"
ProjectSection(SolutionItems) = preProject
test\dir.props = test\dir.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verticular.Extensions.Strings.UnitTests", "test\Verticular.Extensions.Strings.UnitTests\Verticular.Extensions.Strings.UnitTests.csproj", "{A2F02328-336C-4284-B00B-EA92195F7BA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{3D078516-57BE-4070-992E-6B613C9B6FA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verticular.Extensions.Strings.Benchmark", "benchmark\Verticular.Extensions.Strings.Benchmark\Verticular.Extensions.Strings.Benchmark.csproj", "{146AADD8-FCA7-4E54-BC60-1F6D173F49DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verticular.Extensions.Strings.Benchmark.Runner", "benchmark\Verticular.Extensions.Strings.Benchmark.Runner\Verticular.Extensions.Strings.Benchmark.Runner.csproj", "{A3CA3C62-0F20-4B28-A797-88D65B6F7E71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "azure-devops", "azure-devops", "{6B7C8F2B-CF83-4CDD-AC51-DCB38EF55BC9}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33A24170-86A2-453E-B7E2-37179F859A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A24170-86A2-453E-B7E2-37179F859A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A24170-86A2-453E-B7E2-37179F859A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A24170-86A2-453E-B7E2-37179F859A92}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F02328-336C-4284-B00B-EA92195F7BA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F02328-336C-4284-B00B-EA92195F7BA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F02328-336C-4284-B00B-EA92195F7BA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F02328-336C-4284-B00B-EA92195F7BA5}.Release|Any CPU.Build.0 = Release|Any CPU
{146AADD8-FCA7-4E54-BC60-1F6D173F49DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{146AADD8-FCA7-4E54-BC60-1F6D173F49DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{146AADD8-FCA7-4E54-BC60-1F6D173F49DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{146AADD8-FCA7-4E54-BC60-1F6D173F49DC}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CA3C62-0F20-4B28-A797-88D65B6F7E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CA3C62-0F20-4B28-A797-88D65B6F7E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CA3C62-0F20-4B28-A797-88D65B6F7E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CA3C62-0F20-4B28-A797-88D65B6F7E71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{33A24170-86A2-453E-B7E2-37179F859A92} = {F8996B82-B57B-4789-B5E3-5168A3BB1A16}
{A2F02328-336C-4284-B00B-EA92195F7BA5} = {3B4AA6EC-5BBC-4D5E-8F10-EF8C5D820C91}
{146AADD8-FCA7-4E54-BC60-1F6D173F49DC} = {3D078516-57BE-4070-992E-6B613C9B6FA6}
{A3CA3C62-0F20-4B28-A797-88D65B6F7E71} = {3D078516-57BE-4070-992E-6B613C9B6FA6}
{6B7C8F2B-CF83-4CDD-AC51-DCB38EF55BC9} = {3B387D52-A766-4ADC-9AAF-D1DA38E8A5B2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDEFA373-3FD2-4A59-9ECD-AB4F4D7D7498}
EndGlobalSection
EndGlobal