-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeadCode.sln
60 lines (60 loc) · 3.45 KB
/
DeadCode.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
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xample", "xample", "{F6465512-85A1-4FD5-94EC-AE860EFAE206}"
ProjectSection(SolutionItems) = preProject
xample\Xample.sln = xample\Xample.sln
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xample.DeadCode.CSharp", "xample\Xample.DeadCode.CSharp\Xample.DeadCode.CSharp.csproj", "{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Xample.DeadCode.VisualBasic", "xample\Xample.DeadCode.VisualBasic\Xample.DeadCode.VisualBasic.vbproj", "{828F5A13-36EF-4448-971E-A369B0A8E821}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadCode", "src\DeadCode\DeadCode.csproj", "{903046DB-AB28-4CDB-BACC-FB4F68E3C02B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2366146C-8217-4C0E-919D-EBB4E45F65B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadCode.UnitTests", "test\DeadCode.UnitTests\DeadCode.UnitTests.csproj", "{B196BB76-8EB6-467F-B3D7-0BCD10830B72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70F408FA-E5F0-4908-981C-A53C8518B9CF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
DeadCode.license.txt = DeadCode.license.txt
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
{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC}.Release|Any CPU.Build.0 = Release|Any CPU
{828F5A13-36EF-4448-971E-A369B0A8E821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828F5A13-36EF-4448-971E-A369B0A8E821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828F5A13-36EF-4448-971E-A369B0A8E821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828F5A13-36EF-4448-971E-A369B0A8E821}.Release|Any CPU.Build.0 = Release|Any CPU
{903046DB-AB28-4CDB-BACC-FB4F68E3C02B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903046DB-AB28-4CDB-BACC-FB4F68E3C02B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903046DB-AB28-4CDB-BACC-FB4F68E3C02B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903046DB-AB28-4CDB-BACC-FB4F68E3C02B}.Release|Any CPU.Build.0 = Release|Any CPU
{B196BB76-8EB6-467F-B3D7-0BCD10830B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B196BB76-8EB6-467F-B3D7-0BCD10830B72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B196BB76-8EB6-467F-B3D7-0BCD10830B72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B196BB76-8EB6-467F-B3D7-0BCD10830B72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{20FA1FB4-2CBC-4F61-BC7C-AEA4C5A731AC} = {F6465512-85A1-4FD5-94EC-AE860EFAE206}
{828F5A13-36EF-4448-971E-A369B0A8E821} = {F6465512-85A1-4FD5-94EC-AE860EFAE206}
{B196BB76-8EB6-467F-B3D7-0BCD10830B72} = {2366146C-8217-4C0E-919D-EBB4E45F65B0}
EndGlobalSection
EndGlobal