Skip to content

Commit

Permalink
re-removed Rubberduck.Parsing.Inspection.Resources namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed May 11, 2018
1 parent e1dba32 commit 25d9f5d
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 510 deletions.
1 change: 1 addition & 0 deletions Rubberduck.Core/Settings/CodeInspectionSettings.cs
Expand Up @@ -5,6 +5,7 @@
using System.Linq;
using System.Xml.Serialization;
using Rubberduck.Parsing.Inspections.Abstract;
using Rubberduck.Parsing.Inspections;
using Rubberduck.Parsing.Inspections.Resources;

namespace Rubberduck.Settings
Expand Down
2 changes: 0 additions & 2 deletions Rubberduck.Inspections/Inspector.cs
Expand Up @@ -12,11 +12,9 @@
using NLog;
using Rubberduck.Parsing.Inspections;
using Rubberduck.Parsing.Inspections.Abstract;
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.VBA;
using Rubberduck.Resources;
using Rubberduck.Settings;
using Rubberduck.UI;
using Rubberduck.UI.Inspections;
using Rubberduck.VBEditor;

Expand Down
@@ -1,4 +1,4 @@
using Rubberduck.Parsing.Inspections.Resources;
using Rubberduck.Parsing.Inspections;

namespace Rubberduck.Parsing.Inspections.Abstract
{
Expand Down
@@ -1,4 +1,4 @@
namespace Rubberduck.Parsing.Inspections.Resources
namespace Rubberduck.Parsing.Inspections
{
public enum CodeInspectionSeverity
{
Expand Down
@@ -1,4 +1,4 @@
namespace Rubberduck.Parsing.Inspections.Resources
namespace Rubberduck.Parsing.Inspections
{
public enum CodeInspectionType
{
Expand Down
471 changes: 0 additions & 471 deletions Rubberduck.Parsing/Inspections/Resources/InspectionsUI.cs.resx

This file was deleted.

35 changes: 3 additions & 32 deletions Rubberduck.Parsing/Rubberduck.Parsing.csproj
Expand Up @@ -169,11 +169,6 @@
<Compile Include="Inspections\Abstract\IInspector.cs" />
<Compile Include="Inspections\Abstract\IParseTreeInspection.cs" />
<Compile Include="Inspections\Abstract\IQuickFix.cs" />
<Compile Include="Inspections\Resources\InspectionsUI.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>InspectionsUI.resx</DependentUpon>
</Compile>
<Compile Include="Inspections\PropertyBag.cs" />
<Compile Include="Symbols\ParsingExceptions\MainParseExceptionErrorListener.cs" />
<Compile Include="Symbols\ParsingExceptions\PreprocessorExceptionErrorListener.cs" />
Expand All @@ -188,18 +183,8 @@
<Compile Include="VBA\ParsePass.cs" />
<Compile Include="Inspections\CannotAnnotateAttribute.cs" />
<Compile Include="Inspections\RequiredLibraryAttribute.cs" />
<Compile Include="Inspections\Resources\CodeInspectionSeverity.cs" />
<Compile Include="Inspections\Resources\CodeInspectionType.cs" />
<Compile Include="Inspections\Resources\InspectionsUI.de.Designer.cs">
<DependentUpon>InspectionsUI.de.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Inspections\Resources\InspectionsUI.fr.Designer.cs">
<DependentUpon>InspectionsUI.fr.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Inspections\CodeInspectionSeverity.cs" />
<Compile Include="Inspections\CodeInspectionType.cs" />
<Compile Include="Rewriter\MemberAttributesRewriter.cs" />
<Compile Include="Rewriter\RewriterInfo\ConstantRewriterInfoFinder.cs" />
<Compile Include="Rewriter\RewriterInfo\DefaultRewriterInfoFinder.cs" />
Expand Down Expand Up @@ -439,21 +424,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Inspections\Resources\InspectionsUI.de.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>InspectionsUI.de.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Inspections\Resources\InspectionsUI.fr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>InspectionsUI.fr.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Inspections\Resources\InspectionsUI.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>InspectionsUI.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="ParsingText.de.resx" />
<EmbeddedResource Include="ParsingText.fr.resx" />
<EmbeddedResource Include="ParsingText.resx">
Expand All @@ -467,6 +437,7 @@
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Rubberduck.Resources/Rubberduck.Resources.csproj
Expand Up @@ -307,12 +307,12 @@
<LastGenOutput>RegexAssistantUI.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Inspections\InspectionsUI.de.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>InspectionsUI.de.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Inspections\InspectionsUI.fr.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>InspectionsUI.fr.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
Expand Down

0 comments on commit 25d9f5d

Please sign in to comment.