-
Notifications
You must be signed in to change notification settings - Fork 0
/
Refactoring.sln
36 lines (36 loc) · 1.88 KB
/
Refactoring.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refactoring.Chapter1", "src\Chapter1\Refactoring.Chapter1.csproj", "{EBC0C5F5-D861-446C-8F66-CCAC8E6D9283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{8C25BEA8-0419-4CF2-BB67-C15B80DB6ADF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refactoring.Test.Chapter1", "test\Refactoring.Test.Chapter1\Refactoring.Test.Chapter1.csproj", "{4E7D59AC-800A-4AE0-954D-F1E90267B6DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBC0C5F5-D861-446C-8F66-CCAC8E6D9283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBC0C5F5-D861-446C-8F66-CCAC8E6D9283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBC0C5F5-D861-446C-8F66-CCAC8E6D9283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBC0C5F5-D861-446C-8F66-CCAC8E6D9283}.Release|Any CPU.Build.0 = Release|Any CPU
{4E7D59AC-800A-4AE0-954D-F1E90267B6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E7D59AC-800A-4AE0-954D-F1E90267B6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E7D59AC-800A-4AE0-954D-F1E90267B6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E7D59AC-800A-4AE0-954D-F1E90267B6DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E7D59AC-800A-4AE0-954D-F1E90267B6DF} = {8C25BEA8-0419-4CF2-BB67-C15B80DB6ADF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {851A6A2D-DDAF-4B56-860C-4D70AD635CF5}
EndGlobalSection
EndGlobal