-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringProcessor.sln
37 lines (37 loc) · 2.08 KB
/
StringProcessor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringProcessor", "src\StringProcessor\StringProcessor.csproj", "{1802B36E-0368-4C80-B0F2-90A7FB63676D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringProcessor.Tests", "tests\StringProcessor.Tests.csproj", "{8638A404-5C18-45BE-A6C3-6EE3A5F87847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringProcessor.API", "src\StringProcessor.API\StringProcessor.API.csproj", "{56295773-445B-497A-87A0-63B54ADFA113}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1802B36E-0368-4C80-B0F2-90A7FB63676D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1802B36E-0368-4C80-B0F2-90A7FB63676D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1802B36E-0368-4C80-B0F2-90A7FB63676D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1802B36E-0368-4C80-B0F2-90A7FB63676D}.Release|Any CPU.Build.0 = Release|Any CPU
{8638A404-5C18-45BE-A6C3-6EE3A5F87847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8638A404-5C18-45BE-A6C3-6EE3A5F87847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8638A404-5C18-45BE-A6C3-6EE3A5F87847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8638A404-5C18-45BE-A6C3-6EE3A5F87847}.Release|Any CPU.Build.0 = Release|Any CPU
{56295773-445B-497A-87A0-63B54ADFA113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56295773-445B-497A-87A0-63B54ADFA113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56295773-445B-497A-87A0-63B54ADFA113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56295773-445B-497A-87A0-63B54ADFA113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {549DEA6B-A89D-4B96-BB97-F9931ABD2017}
EndGlobalSection
EndGlobal