-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRefactorMe.sln
More file actions
39 lines (39 loc) · 2.16 KB
/
Copy pathRefactorMe.sln
File metadata and controls
39 lines (39 loc) · 2.16 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefactorMe", "RefactorMe\RefactorMe.csproj", "{817309D3-28E8-4E0A-9D80-9DD1ED672E62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefactorMe.Tests", "RefactorMe.Tests\RefactorMe.Tests.csproj", "{CBA7AE85-FC82-44CD-A40B-EB13FD54B23C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefactorMe.DontRefactor", "RefactorMe.DontRefactor\RefactorMe.DontRefactor.csproj", "{C487CDCA-8441-4E18-96B8-21CA60F766E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A20E2062-9DF6-4F88-8EDC-19277BDA4EC3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{817309D3-28E8-4E0A-9D80-9DD1ED672E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817309D3-28E8-4E0A-9D80-9DD1ED672E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817309D3-28E8-4E0A-9D80-9DD1ED672E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817309D3-28E8-4E0A-9D80-9DD1ED672E62}.Release|Any CPU.Build.0 = Release|Any CPU
{CBA7AE85-FC82-44CD-A40B-EB13FD54B23C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBA7AE85-FC82-44CD-A40B-EB13FD54B23C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBA7AE85-FC82-44CD-A40B-EB13FD54B23C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBA7AE85-FC82-44CD-A40B-EB13FD54B23C}.Release|Any CPU.Build.0 = Release|Any CPU
{C487CDCA-8441-4E18-96B8-21CA60F766E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C487CDCA-8441-4E18-96B8-21CA60F766E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C487CDCA-8441-4E18-96B8-21CA60F766E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C487CDCA-8441-4E18-96B8-21CA60F766E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal