@@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
13
13
EndProject
14
14
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "AppInspector.RulesEngine" , "RulesEngine\AppInspector.RulesEngine.csproj" , "{C19A98D2-629D-4F4D-87E4-3154416970BA}"
15
15
EndProject
16
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MultiExtractor" , "MultiExtractor\MultiExtractor.csproj" , "{7C07A2A2-508E-4BBE-873F-F60F9FB4A9D9}"
17
+ EndProject
16
18
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "AppInspector.CLI" , "AppInspector.CLI\AppInspector.CLI.csproj" , "{824ED27E-A4CF-46A6-A01F-98B0821EB61C}"
17
19
EndProject
18
20
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "RulesPacker" , "RulesPacker" , "{C464D0CE-5254-4EA5-87C9-C0C96E40C3CB}"
@@ -37,9 +39,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RulesPacker", "RulesPacker"
37
39
EndProject
38
40
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "UnitTest.Commands" , "UnitTest.Commands\UnitTest.Commands.csproj" , "{181BD826-A428-41D9-8BEC-0D8EB2288DF5}"
39
41
EndProject
40
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Benchmarks" , "Benchmarks\Benchmarks.csproj" , "{F031887C-EA60-4390-9940-765E99E69B8F}"
41
- EndProject
42
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MultiExtractor" , "MultiExtractor\MultiExtractor.csproj" , "{9D6C861B-845F-4ADC-86ED-2F1E7BB4A229}"
42
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Benchmarks" , "Benchmarks\Benchmarks.csproj" , "{F031887C-EA60-4390-9940-765E99E69B8F}"
43
43
EndProject
44
44
Global
45
45
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -55,6 +55,10 @@ Global
55
55
{C19A98D2-629D-4F4D-87E4-3154416970BA} .Debug| Any CPU .Build .0 = Debug| Any CPU
56
56
{C19A98D2-629D-4F4D-87E4-3154416970BA} .Release| Any CPU .ActiveCfg = Release| Any CPU
57
57
{C19A98D2-629D-4F4D-87E4-3154416970BA} .Release| Any CPU .Build .0 = Release| Any CPU
58
+ {7C07A2A2-508E-4BBE-873F-F60F9FB4A9D9} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
59
+ {7C07A2A2-508E-4BBE-873F-F60F9FB4A9D9} .Debug| Any CPU .Build .0 = Debug| Any CPU
60
+ {7C07A2A2-508E-4BBE-873F-F60F9FB4A9D9} .Release| Any CPU .ActiveCfg = Release| Any CPU
61
+ {7C07A2A2-508E-4BBE-873F-F60F9FB4A9D9} .Release| Any CPU .Build .0 = Release| Any CPU
58
62
{824ED27E-A4CF-46A6-A01F-98B0821EB61C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
59
63
{824ED27E-A4CF-46A6-A01F-98B0821EB61C} .Debug| Any CPU .Build .0 = Debug| Any CPU
60
64
{824ED27E-A4CF-46A6-A01F-98B0821EB61C} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -67,10 +71,6 @@ Global
67
71
{F031887C-EA60-4390-9940-765E99E69B8F} .Debug| Any CPU .Build .0 = Debug| Any CPU
68
72
{F031887C-EA60-4390-9940-765E99E69B8F} .Release| Any CPU .ActiveCfg = Release| Any CPU
69
73
{F031887C-EA60-4390-9940-765E99E69B8F} .Release| Any CPU .Build .0 = Release| Any CPU
70
- {9D6C861B-845F-4ADC-86ED-2F1E7BB4A229} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
71
- {9D6C861B-845F-4ADC-86ED-2F1E7BB4A229} .Debug| Any CPU .Build .0 = Debug| Any CPU
72
- {9D6C861B-845F-4ADC-86ED-2F1E7BB4A229} .Release| Any CPU .ActiveCfg = Release| Any CPU
73
- {9D6C861B-845F-4ADC-86ED-2F1E7BB4A229} .Release| Any CPU .Build .0 = Release| Any CPU
74
74
EndGlobalSection
75
75
GlobalSection (SolutionProperties ) = preSolution
76
76
HideSolutionNode = FALSE
0 commit comments