-
Notifications
You must be signed in to change notification settings - Fork 6
/
NaturalStringComparer.sln
50 lines (50 loc) · 2.48 KB
/
NaturalStringComparer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "[root]", "[root]", "{9F586DDC-96C8-4039-BF0B-6635AFFB1168}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
GihanSoft-logo.png = GihanSoft-logo.png
gihansoft.ico = gihansoft.ico
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaturalStringComparerTest", "test\NaturalStringComparerTest\NaturalStringComparerTest.csproj", "{479DF6EF-90D2-420F-B162-F8F26FEE772D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaturalStringComparer", "src\NaturalStringComparer\NaturalStringComparer.csproj", "{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A883778D-1211-4BC9-89BC-DA8046CA8B74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{887359C1-709E-4A0A-8030-FC2C1DFC8A93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{479DF6EF-90D2-420F-B162-F8F26FEE772D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{479DF6EF-90D2-420F-B162-F8F26FEE772D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{479DF6EF-90D2-420F-B162-F8F26FEE772D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{479DF6EF-90D2-420F-B162-F8F26FEE772D}.Release|Any CPU.Build.0 = Release|Any CPU
{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{479DF6EF-90D2-420F-B162-F8F26FEE772D} = {887359C1-709E-4A0A-8030-FC2C1DFC8A93}
{B50C072F-8195-4BDE-B8DE-4BD96B59BDDB} = {A883778D-1211-4BC9-89BC-DA8046CA8B74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1095A6E-DE4E-4C9A-BF9A-402C42D25C38}
EndGlobalSection
EndGlobal