Skip to content

Commit bb3e7df

Browse files
committed
Changed the path to SharpZipLib
1 parent ba73cfd commit bb3e7df

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

ESPSharp.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ Global
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
28-
GlobalSection(Performance) = preSolution
29-
HasPerformanceSessions = true
30-
EndGlobalSection
3128
EndGlobal

ESPSharp/ESPSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PropertyGroup />
3333
<ItemGroup>
3434
<Reference Include="ICSharpCode.SharpZipLib">
35-
<HintPath>..\..\Visual Studio 2013\Projects\ESPSharpOLD\ESPSharp\ESPSharp\bin\Debug\ICSharpCode.SharpZipLib.dll</HintPath>
35+
<HintPath>..\ICSharpCode.SharpZipLib.dll</HintPath>
3636
</Reference>
3737
<Reference Include="System" />
3838
<Reference Include="System.Core" />

ESPSharpTest/ESPSharpTest.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
<WarningLevel>4</WarningLevel>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\..\Visual Studio 2013\Projects\ESPSharpOLD\ESPSharp\ESPSharp\bin\Debug\ICSharpCode.SharpZipLib.dll</HintPath>
50+
<Reference Include="ICSharpCode.SharpZipLib">
51+
<HintPath>..\ICSharpCode.SharpZipLib.dll</HintPath>
5352
</Reference>
5453
<Reference Include="System" />
5554
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)