-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeadCodeAnalysis.sln
55 lines (55 loc) · 3.66 KB
/
DeadCodeAnalysis.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeadCodeAnalysis.Library", "DeadCodeAnalysis.Library\DeadCodeAnalysis.Library.csproj", "{80A6FD8E-E430-4FFB-959D-27AC03958BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.ProjectWithDeadCode", "Tests.ProjectWithDeadCode\Tests.ProjectWithDeadCode.csproj", "{798E13B2-AA41-48EE-8EAC-98157A3792A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadCodeAnalysis.ConsoleExample", "DeadCodeAnalysis.Console\DeadCodeAnalysis.ConsoleExample.csproj", "{76725F8B-072E-4167-9B7B-E93FEBB4AC58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadCodeAnalysis.Plugins", "DeadCodeAnalysis.Plugins\DeadCodeAnalysis.Plugins.csproj", "{69EF930B-01A9-40BE-82C7-E128F4EEF899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.DeadCodeProject", "Tests.DeadCodeProject\Tests.DeadCodeProject.csproj", "{2854C2A0-74AE-4483-A611-8F10814754DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadCodeAnalysis.Tests", "DeadCodeAnalysis.Tests\DeadCodeAnalysis.Tests.csproj", "{D1853DC9-4E96-4E2D-8A78-E102F3CD348A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80A6FD8E-E430-4FFB-959D-27AC03958BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80A6FD8E-E430-4FFB-959D-27AC03958BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80A6FD8E-E430-4FFB-959D-27AC03958BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80A6FD8E-E430-4FFB-959D-27AC03958BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{798E13B2-AA41-48EE-8EAC-98157A3792A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{798E13B2-AA41-48EE-8EAC-98157A3792A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{798E13B2-AA41-48EE-8EAC-98157A3792A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{798E13B2-AA41-48EE-8EAC-98157A3792A5}.Release|Any CPU.Build.0 = Release|Any CPU
{76725F8B-072E-4167-9B7B-E93FEBB4AC58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76725F8B-072E-4167-9B7B-E93FEBB4AC58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76725F8B-072E-4167-9B7B-E93FEBB4AC58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76725F8B-072E-4167-9B7B-E93FEBB4AC58}.Release|Any CPU.Build.0 = Release|Any CPU
{69EF930B-01A9-40BE-82C7-E128F4EEF899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69EF930B-01A9-40BE-82C7-E128F4EEF899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69EF930B-01A9-40BE-82C7-E128F4EEF899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69EF930B-01A9-40BE-82C7-E128F4EEF899}.Release|Any CPU.Build.0 = Release|Any CPU
{2854C2A0-74AE-4483-A611-8F10814754DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2854C2A0-74AE-4483-A611-8F10814754DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2854C2A0-74AE-4483-A611-8F10814754DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2854C2A0-74AE-4483-A611-8F10814754DB}.Release|Any CPU.Build.0 = Release|Any CPU
{D1853DC9-4E96-4E2D-8A78-E102F3CD348A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1853DC9-4E96-4E2D-8A78-E102F3CD348A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1853DC9-4E96-4E2D-8A78-E102F3CD348A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1853DC9-4E96-4E2D-8A78-E102F3CD348A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01380E56-864A-4097-8187-0F40BDCAC217}
EndGlobalSection
EndGlobal