Skip to content

Commit

Permalink
Cleanup third party assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
jmis committed Jan 30, 2012
1 parent a0c93db commit a7dd16c
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 18 deletions.
Expand Up @@ -49,7 +49,6 @@
</ItemGroup>
<ItemGroup>
<None Include="Key.snk" />
<None Include="packages.config" />
<Content Include="Runtimes\1.3.0.zip">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down Expand Up @@ -125,7 +124,8 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Expand Down
4 changes: 0 additions & 4 deletions ClojureExtension.Deployment/packages.config

This file was deleted.

6 changes: 3 additions & 3 deletions ClojureExtension.Utilities/ClojureExtension.Utilities.csproj
Expand Up @@ -37,8 +37,9 @@
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
Expand Down Expand Up @@ -68,7 +69,6 @@
</ItemGroup>
<ItemGroup>
<None Include="Key.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 0 additions & 4 deletions ClojureExtension.Utilities/packages.config

This file was deleted.

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions packages/repositories.config

This file was deleted.

0 comments on commit a7dd16c

Please sign in to comment.