Skip to content

Commit ced802a

Browse files
authored
Deconflict Take 2 (#221)
* Change the namespace for multiextractor to be in the application inspector namespace Currently it conflicts if you try to include the latest ApplicationInspector.Commands and the latest MultiExtractor. * Rename Shared.MultiExtractor
1 parent 6322509 commit ced802a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

AppInspector.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest.Commands", "UnitTe
3939
EndProject
4040
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{F031887C-EA60-4390-9940-765E99E69B8F}"
4141
EndProject
42-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared.MultiExtractor", "MultiExtractor\Shared.MultiExtractor.csproj", "{9D6C861B-845F-4ADC-86ED-2F1E7BB4A229}"
42+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiExtractor", "MultiExtractor\MultiExtractor.csproj", "{9D6C861B-845F-4ADC-86ED-2F1E7BB4A229}"
4343
EndProject
4444
Global
4545
GlobalSection(SolutionConfigurationPlatforms) = preSolution

AppInspector/AppInspector.Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</ItemGroup>
7979

8080
<ItemGroup>
81-
<ProjectReference Include="..\MultiExtractor\Shared.MultiExtractor.csproj"/>
81+
<ProjectReference Include="..\MultiExtractor\MultiExtractor.csproj" />
8282
<ProjectReference Include="..\RulesEngine\AppInspector.RulesEngine.csproj">
8383
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
8484
<IncludeAssets>ApplicationInspector.RulesEngine.dll</IncludeAssets>

0 commit comments

Comments
 (0)