-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRefactoring.sln
36 lines (36 loc) · 1.78 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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refactoring", "Refactoring\Refactoring.csproj", "{5123C23C-D7E3-4804-92A4-9C20C190A9DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{DBE7552C-0897-4AA1-8285-C917A7A9F65D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A602DF3C-1394-4B75-B7CC-751E06EC71E2}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Refactoring.vsmdi = Refactoring.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Refactoring.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5123C23C-D7E3-4804-92A4-9C20C190A9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5123C23C-D7E3-4804-92A4-9C20C190A9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5123C23C-D7E3-4804-92A4-9C20C190A9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5123C23C-D7E3-4804-92A4-9C20C190A9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{DBE7552C-0897-4AA1-8285-C917A7A9F65D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE7552C-0897-4AA1-8285-C917A7A9F65D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE7552C-0897-4AA1-8285-C917A7A9F65D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE7552C-0897-4AA1-8285-C917A7A9F65D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal