-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeInspect.sln
65 lines (65 loc) · 4.32 KB
/
CodeInspect.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
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect", "CodeInspect\CodeInspect.csproj", "{3C5875AE-B3BF-4FDC-B7B6-1C98CB872D52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5EF05B2A-DA9D-4DC2-8467-3BE5EA72702A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect.Tests.ShouldPass", "Tests\CodeInspect.Tests.ShouldPass\CodeInspect.Tests.ShouldPass.csproj", "{15E09237-F00C-4372-B0F1-9EA0929E52C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect.ValidProject", "TestProjects\CodeInspect.ValidProject\CodeInspect.ValidProject.csproj", "{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect.Tests.ShouldFail", "Tests\CodeInspect.Tests.ShouldFail\CodeInspect.Tests.ShouldFail.csproj", "{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect.InValidProject", "TestProjects\CodeInspect.InValidProject\CodeInspect.InValidProject.csproj", "{623A09E0-A71C-43FF-8406-18D05E549029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeInspect.Attributes", "CodeInspect.Attributes\CodeInspect.Attributes.csproj", "{45B6F9D2-3A1C-4683-AFEF-315490AFE961}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestProjects", "TestProjects", "{6AC239C1-31A2-4EEB-8AF1-16E9AA334D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C5875AE-B3BF-4FDC-B7B6-1C98CB872D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C5875AE-B3BF-4FDC-B7B6-1C98CB872D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C5875AE-B3BF-4FDC-B7B6-1C98CB872D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C5875AE-B3BF-4FDC-B7B6-1C98CB872D52}.Release|Any CPU.Build.0 = Release|Any CPU
{15E09237-F00C-4372-B0F1-9EA0929E52C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15E09237-F00C-4372-B0F1-9EA0929E52C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15E09237-F00C-4372-B0F1-9EA0929E52C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15E09237-F00C-4372-B0F1-9EA0929E52C3}.Release|Any CPU.Build.0 = Release|Any CPU
{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977}.Release|Any CPU.Build.0 = Release|Any CPU
{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8}.Release|Any CPU.Build.0 = Release|Any CPU
{623A09E0-A71C-43FF-8406-18D05E549029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{623A09E0-A71C-43FF-8406-18D05E549029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{623A09E0-A71C-43FF-8406-18D05E549029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{623A09E0-A71C-43FF-8406-18D05E549029}.Release|Any CPU.Build.0 = Release|Any CPU
{45B6F9D2-3A1C-4683-AFEF-315490AFE961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B6F9D2-3A1C-4683-AFEF-315490AFE961}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B6F9D2-3A1C-4683-AFEF-315490AFE961}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B6F9D2-3A1C-4683-AFEF-315490AFE961}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{15E09237-F00C-4372-B0F1-9EA0929E52C3} = {5EF05B2A-DA9D-4DC2-8467-3BE5EA72702A}
{BD9B4FBC-C152-4E75-9EBD-5AE8641E3977} = {6AC239C1-31A2-4EEB-8AF1-16E9AA334D63}
{0BBC0951-5F56-4A8C-A9A7-D70ADBE61AC8} = {5EF05B2A-DA9D-4DC2-8467-3BE5EA72702A}
{623A09E0-A71C-43FF-8406-18D05E549029} = {6AC239C1-31A2-4EEB-8AF1-16E9AA334D63}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEC89055-D4E0-4FC7-AF01-C97CB64AA66B}
EndGlobalSection
EndGlobal