|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.30804.86 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A40E4FCE-76C0-4203-A359-CE412A28ACD6}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A21F092D-AF88-49C9-BA29-9D3658106302}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{4F24789D-F35D-4C2A-B744-70F2BA1B1299}" |
| 11 | +EndProject |
| 12 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{9EE2DA52-0EC6-4B67-BCAD-0A57AF0F95EC}" |
| 13 | + ProjectSection(SolutionItems) = preProject |
| 14 | + .editorconfig = .editorconfig |
| 15 | + .gitattributes = .gitattributes |
| 16 | + .gitignore = .gitignore |
| 17 | + build.cake = build.cake |
| 18 | + build.cmd = build.cmd |
| 19 | + build.ps1 = build.ps1 |
| 20 | + build.sh = build.sh |
| 21 | + cake.config = cake.config |
| 22 | + CHANGES.md = CHANGES.md |
| 23 | + CODEOWNERS = CODEOWNERS |
| 24 | + global.json = global.json |
| 25 | + LICENSE = LICENSE |
| 26 | + README.md = README.md |
| 27 | + EndProjectSection |
| 28 | +EndProject |
| 29 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleConsole", "sample\SampleConsole\SampleConsole.csproj", "{6D96EF45-C13A-4784-8BB6-48214B6FBE4B}" |
| 30 | +EndProject |
| 31 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaturalStringExtensions", "src\NaturalStringExtensions\NaturalStringExtensions.csproj", "{1D3AF11E-9062-4146-96E0-87EFEB6E75C8}" |
| 32 | +EndProject |
| 33 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaturalStringExtensions.Tests", "test\NaturalStringExtensions.Tests\NaturalStringExtensions.Tests.csproj", "{66B3A125-9518-41F3-A28B-F9AE45A49A3C}" |
| 34 | +EndProject |
| 35 | +Global |
| 36 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 37 | + Debug|Any CPU = Debug|Any CPU |
| 38 | + Release|Any CPU = Release|Any CPU |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 41 | + {6D96EF45-C13A-4784-8BB6-48214B6FBE4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 42 | + {6D96EF45-C13A-4784-8BB6-48214B6FBE4B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 43 | + {6D96EF45-C13A-4784-8BB6-48214B6FBE4B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 44 | + {6D96EF45-C13A-4784-8BB6-48214B6FBE4B}.Release|Any CPU.Build.0 = Release|Any CPU |
| 45 | + {1D3AF11E-9062-4146-96E0-87EFEB6E75C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 46 | + {1D3AF11E-9062-4146-96E0-87EFEB6E75C8}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 47 | + {1D3AF11E-9062-4146-96E0-87EFEB6E75C8}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 48 | + {1D3AF11E-9062-4146-96E0-87EFEB6E75C8}.Release|Any CPU.Build.0 = Release|Any CPU |
| 49 | + {66B3A125-9518-41F3-A28B-F9AE45A49A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 50 | + {66B3A125-9518-41F3-A28B-F9AE45A49A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 51 | + {66B3A125-9518-41F3-A28B-F9AE45A49A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 52 | + {66B3A125-9518-41F3-A28B-F9AE45A49A3C}.Release|Any CPU.Build.0 = Release|Any CPU |
| 53 | + EndGlobalSection |
| 54 | + GlobalSection(SolutionProperties) = preSolution |
| 55 | + HideSolutionNode = FALSE |
| 56 | + EndGlobalSection |
| 57 | + GlobalSection(NestedProjects) = preSolution |
| 58 | + {6D96EF45-C13A-4784-8BB6-48214B6FBE4B} = {4F24789D-F35D-4C2A-B744-70F2BA1B1299} |
| 59 | + {1D3AF11E-9062-4146-96E0-87EFEB6E75C8} = {A40E4FCE-76C0-4203-A359-CE412A28ACD6} |
| 60 | + {66B3A125-9518-41F3-A28B-F9AE45A49A3C} = {A21F092D-AF88-49C9-BA29-9D3658106302} |
| 61 | + EndGlobalSection |
| 62 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 63 | + SolutionGuid = {5C1C3FD9-FF97-46E3-926B-6A3ACC0650D9} |
| 64 | + EndGlobalSection |
| 65 | +EndGlobal |
0 commit comments