Skip to content

Commit

Permalink
REmove duplicate entry in solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Dec 3, 2017
1 parent 151b527 commit f504ced
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Paket.VisualStudio/Paket.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,23 +199,11 @@
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(SolutionDir)\.paket\paket.targets" />
<ItemGroup>
<Content Include="..\..\docs\files\img\logo.png">
<Link>logo.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\LICENSE.txt">
<Link>LICENSE.txt</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<VSCTCompile Include="Commands\CommandTable.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
<EmbeddedResource Include="Resources\NuGet.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\docs\files\img\logo.png">
<Link>logo.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit f504ced

Please sign in to comment.