-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStringProcessor.sln
More file actions
37 lines (37 loc) · 2.12 KB
/
Copy pathStringProcessor.sln
File metadata and controls
37 lines (37 loc) · 2.12 KB
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.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringProcessor", "StringProcessor\StringProcessor.csproj", "{1E5572CB-DAE1-4697-8C86-6B64AB334BCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringProcessor.Test.Unit", "StringProcessor.Test.Unit\StringProcessor.Test.Unit.csproj", "{C7BAE80E-E729-481F-A194-C49ED55DBCC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringProcessor.Console", "StringProcessor.Console\StringProcessor.Console.csproj", "{87A88A05-9462-4B98-98FB-2881D8D60018}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E5572CB-DAE1-4697-8C86-6B64AB334BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5572CB-DAE1-4697-8C86-6B64AB334BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5572CB-DAE1-4697-8C86-6B64AB334BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5572CB-DAE1-4697-8C86-6B64AB334BCA}.Release|Any CPU.Build.0 = Release|Any CPU
{C7BAE80E-E729-481F-A194-C49ED55DBCC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7BAE80E-E729-481F-A194-C49ED55DBCC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7BAE80E-E729-481F-A194-C49ED55DBCC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7BAE80E-E729-481F-A194-C49ED55DBCC1}.Release|Any CPU.Build.0 = Release|Any CPU
{87A88A05-9462-4B98-98FB-2881D8D60018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87A88A05-9462-4B98-98FB-2881D8D60018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87A88A05-9462-4B98-98FB-2881D8D60018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87A88A05-9462-4B98-98FB-2881D8D60018}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC4A30F1-99EB-4694-B1CB-D1ED7F563662}
EndGlobalSection
EndGlobal