-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBetterStrings.sln
51 lines (51 loc) · 2.93 KB
/
BetterStrings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B117095B-8A44-44F4-BEA0-F8532D8799B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{56E9D4EC-A166-4867-B6B9-31B0CD43B5AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D5D7B45-97AE-4F6C-8D8B-85B67746BBFA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterStrings.Processors", "src\BetterStrings.Processors\BetterStrings.Processors.csproj", "{62F1C713-9814-4692-813D-1898E72E4BAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterStrings.UnitTests", "tests\BetterStrings.UnitTests\BetterStrings.UnitTests.csproj", "{BC1681EB-5F28-436B-8F6E-251A5441AA6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterStrings.SpectreConsoleApp", "BetterStrings.SpectreConsoleApp\BetterStrings.SpectreConsoleApp.csproj", "{480EBA24-4F93-41C2-A257-63699A3A9FED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62F1C713-9814-4692-813D-1898E72E4BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62F1C713-9814-4692-813D-1898E72E4BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62F1C713-9814-4692-813D-1898E72E4BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62F1C713-9814-4692-813D-1898E72E4BAA}.Release|Any CPU.Build.0 = Release|Any CPU
{BC1681EB-5F28-436B-8F6E-251A5441AA6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC1681EB-5F28-436B-8F6E-251A5441AA6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC1681EB-5F28-436B-8F6E-251A5441AA6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC1681EB-5F28-436B-8F6E-251A5441AA6C}.Release|Any CPU.Build.0 = Release|Any CPU
{480EBA24-4F93-41C2-A257-63699A3A9FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{480EBA24-4F93-41C2-A257-63699A3A9FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{480EBA24-4F93-41C2-A257-63699A3A9FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{480EBA24-4F93-41C2-A257-63699A3A9FED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62F1C713-9814-4692-813D-1898E72E4BAA} = {B117095B-8A44-44F4-BEA0-F8532D8799B0}
{BC1681EB-5F28-436B-8F6E-251A5441AA6C} = {56E9D4EC-A166-4867-B6B9-31B0CD43B5AA}
{480EBA24-4F93-41C2-A257-63699A3A9FED} = {B117095B-8A44-44F4-BEA0-F8532D8799B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FC18A01-00F4-48D2-831F-9B0D395AB1E2}
EndGlobalSection
EndGlobal