Skip to content

Commit 575b878

Browse files
committed
fixed merge artifacts
1 parent 8eb5c7f commit 575b878

File tree

4 files changed

+49
-33
lines changed

4 files changed

+49
-33
lines changed

RubberduckCodeAnalysis/Resources.cs.Designer.cs

Whitespace-only changes.

RubberduckCodeAnalysis/Resources.Designer.cs renamed to RubberduckCodeAnalysis/Resources1.Designer.cs

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RubberduckCodeAnalysis/RubberduckCodeAnalysis.csproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@
147147
<Compile Include="ChainedWrapperAnalyzer.cs" />
148148
<Compile Include="ComVisibleTypeAnalyzer.cs" />
149149
<Compile Include="Properties\AssemblyInfo.cs" />
150-
<Compile Include="Resources.Designer.cs">
150+
<Compile Include="Resources.cs.Designer.cs">
151+
<AutoGen>True</AutoGen>
152+
<DesignTime>True</DesignTime>
153+
<DependentUpon>Resources.cs.resx</DependentUpon>
154+
</Compile>
155+
<Compile Include="Resources1.Designer.cs">
151156
<AutoGen>True</AutoGen>
152157
<DesignTime>True</DesignTime>
153158
<DependentUpon>Resources.resx</DependentUpon>
@@ -164,5 +169,16 @@
164169
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.6.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
165170
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.6.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
166171
</ItemGroup>
172+
<ItemGroup>
173+
<EmbeddedResource Include="Resources.cs.resx">
174+
<Generator>PublicResXFileCodeGenerator</Generator>
175+
<LastGenOutput>Resources.cs.Designer.cs</LastGenOutput>
176+
<SubType>Designer</SubType>
177+
</EmbeddedResource>
178+
<EmbeddedResource Include="Resources.resx">
179+
<Generator>PublicResXFileCodeGenerator</Generator>
180+
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
181+
</EmbeddedResource>
182+
</ItemGroup>
167183
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168184
</Project>

RubberduckTestsCodeAnalysis/RubberduckTestsCodeAnalysis.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@
171171
<Project>{ac1b4a57-364a-4f90-a0cd-6ee818349ce5}</Project>
172172
<Name>Rubberduck.API</Name>
173173
</ProjectReference>
174+
<ProjectReference Include="..\Rubberduck.CodeAnalysis\Rubberduck.CodeAnalysis.csproj">
175+
<Project>{def2fb9d-6e62-49d6-8e26-9983ac025768}</Project>
176+
<Name>Rubberduck.CodeAnalysis</Name>
177+
</ProjectReference>
174178
<ProjectReference Include="..\Rubberduck.Core\Rubberduck.Core.csproj">
175179
<Project>{a1587eac-7b54-407e-853f-4c7493d0323e}</Project>
176180
<Name>Rubberduck.Core</Name>
177181
</ProjectReference>
178-
<ProjectReference Include="..\Rubberduck.Inspections\Rubberduck.Inspections.csproj">
179-
<Project>{ac4f1d22-d74b-45ff-ab0c-cc2a104fe023}</Project>
180-
<Name>Rubberduck.Inspections</Name>
181-
</ProjectReference>
182182
<ProjectReference Include="..\Rubberduck.Interaction\Rubberduck.Interaction.csproj">
183183
<Project>{ac54b7fb-170d-4da6-a30b-8cad182f0e6b}</Project>
184184
<Name>Rubberduck.Interaction</Name>

0 commit comments

Comments
 (0)