Skip to content

Commit

Permalink
Revert "remove 3rdParty folder and use nuget package folder instead"
Browse files Browse the repository at this point in the history
This reverts commit 52aed03.
  • Loading branch information
tonyqus committed Feb 23, 2015
1 parent 00ec36f commit 35cf4b5
Show file tree
Hide file tree
Showing 102 changed files with 56,453 additions and 162,492 deletions.
File renamed without changes.
File renamed without changes.
Binary file added 3rdParty/HtmlAgilityPack.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
66 changes: 66 additions & 0 deletions 3rdParty/PDFsharp/!ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
Welcome to PDFsharp and MigraDoc Foundation
===========================================

PDFsharp & MigraDoc Foundation Support Forum
--------------------------------------------
The right place to search for answers and to ask new questions:
http://forum.pdfsharp.net/


The PDFsharp & MigraDoc Web Site
--------------------------------
Here's the homepage:
http://www.pdfsharp.net/

Here's the PDFsharp & MigraDoc Wiki:
http://www.pdfsharp.net/wiki/

Please note: the Wiki introduces many of the PDFsharp and MigraDoc samples with screen shots, code snippets, generated PDF files, etc.


Current Downloads
-----------------
Visit the homepage and click on Downloads.

You'll find the latest versions on CodePlex:
http://pdfsharp.codeplex.com/Release/ProjectReleases.aspx

And on SourceForge:
http://sourceforge.net/projects/pdfsharp


Available Packages
------------------
PDFSharp-MigraDocFoundation-1_32.zip: the complete source code (recommended if you're using Visual Studio 2010)
PDFsharp-MigraDocFoundation-Assemblies-1_32.zip: the compiled assemblies (for those who don't use Visual Studio 2010)

Visit CodePlex for further information:
http://pdfsharp.codeplex.com/Release/ProjectReleases.aspx


What's New in PDFsharp & MigraDoc Foundation 1.32
-------------------------------------------------
Version 1.32 contains some minor bug fixes.
Version 1.32 includes solutions for Visual Studio 2010.
If you need solutions for VS 2005 or VS 2008, download version 1.31.

What's New in PDFsharp & MigraDoc Foundation 1.31
-------------------------------------------------
Version 1.31 contains some minor bug fixes.
Image compression was improved:
* Bitonal images are now compressed using CCITT Fax encoding
* Bitonal images are still FlateEncoded if compression ratio is better
* JPEG images are now FlateEncoded if that reduces size
* Non-JPEG grayscale image are now stored without color palette
* Color paletters are now FlateEncoded

Bitonal images: only images with a two-color palette are
treated as bitonal images; save images that only contain black and
white in a bitonal format (Paint calls it "Monochrome Bitmap")
to be able to profit from the new CCITT Fax compression.

Please note: if you favor small PDF files, go for version 1.31.
If you favor fast PDF generation, stay with version 1.30.
One of the forthcoming versions will allow you to configure the
generation of PDF files (something like "Optimize for Size" and
"Optimize for Speed").
Binary file not shown.
Binary file added 3rdParty/PDFsharp/GDI+/MigraDoc.Rendering.dll
Binary file not shown.
Binary file not shown.
Binary file added 3rdParty/PDFsharp/GDI+/PdfSharp.Charting.dll
Binary file not shown.
Binary file added 3rdParty/PDFsharp/GDI+/PdfSharp.dll
Binary file not shown.
Binary file not shown.
Binary file added 3rdParty/PDFsharp/WPF/MigraDoc.Rendering-WPF.dll
Binary file not shown.
Binary file not shown.
Binary file added 3rdParty/PDFsharp/WPF/PdfSharp-WPF.dll
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
56,361 changes: 56,361 additions & 0 deletions 3rdParty/itextsharp-dll-core/iTextSharp.xml

Large diffs are not rendered by default.

Binary file added 3rdParty/itextsharp-dll-core/itextsharp.dll
Binary file not shown.
Binary file added 3rdParty/nunit.framework.dll
Binary file not shown.
Binary file added 3rdParty/taglib-sharp.dll
Binary file not shown.
File renamed without changes.
15 changes: 3 additions & 12 deletions Toxy.Test/App.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="testdataPath" value="..\..\testdata" />
<add key="testdataPath" value="..\..\testdata"/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
10 changes: 3 additions & 7 deletions Toxy.Test/Toxy.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
<HintPath>..\3rdParty\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down Expand Up @@ -84,15 +81,14 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ToxyFramework\ToxyFramework_dotnet4.csproj">
<ProjectReference Include="..\ToxyFramework\ToxyFramework.csproj">
<Project>{ccb814a5-a750-4b96-afd3-f7e4d868f231}</Project>
<Name>ToxyFramework_dotnet4</Name>
<Name>ToxyFramework</Name>
</ProjectReference>
</ItemGroup>
<Choose>
Expand Down
4 changes: 0 additions & 4 deletions Toxy.Test/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Thought.vCards">
<HintPath>..\..\packages\Thought.vCards.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\Thought.vCards.dll</HintPath>
</Reference>
<Reference Include="Toxy">
<HintPath>..\..\Build\Net40\Debug\Toxy.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\Toxy.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
40 changes: 15 additions & 25 deletions Toxy.Tools/ExtractionViewer/ExtractionViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,31 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DCSoft.RTF">
<HintPath>..\..\packages\DCSoft.RTF.dll</HintPath>
</Reference>
<Reference Include="dmach.Mail">
<HintPath>..\..\packages\dmach.Mail.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\DCSoft.RTF.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>..\..\packages\HtmlAgilityPack.1.4.9\lib\Net40\HtmlAgilityPack.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="itextsharp">
<HintPath>..\..\packages\iTextSharp.5.5.5\lib\itextsharp.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\itextsharp.dll</HintPath>
</Reference>
<Reference Include="LumenWorks.Framework.IO">
<HintPath>..\..\Build\Net40\Release\LumenWorks.Framework.IO.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\NPOI.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OOXML.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="NPOI.ScratchPad.HWPF">
<HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\NPOI.ScratchPad.HWPF.dll</HintPath>
</Reference>
<Reference Include="policy.2.0.taglib-sharp">
<HintPath>..\..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -76,18 +70,14 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="taglib-sharp">
<HintPath>..\..\packages\taglib.2.1.0.0\lib\taglib-sharp.dll</HintPath>
</Reference>
<Reference Include="Thought.vCards">
<HintPath>..\..\packages\Thought.vCards.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\Thought.vCards.dll</HintPath>
</Reference>
<Reference Include="Toxy">
<HintPath>..\..\Build\Net40\Debug\Toxy.dll</HintPath>
<HintPath>..\..\Build\Net40\Release\Toxy.dll</HintPath>
</Reference>
<Reference Include="unvell.ReoGrid, Version=0.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\ReoGrid-0.8.5-Editor\unvell.ReoGrid.dll</HintPath>
<Reference Include="unvell.ReoGrid">
<HintPath>..\..\3rdParty\ReoGrid-0.8.5-Editor\unvell.ReoGrid.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Toxy.Tools/ExtractionViewer/RichTextBoxPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void Clear()
richTextBox1.Clear();
}

public override string Text
public string Text
{
get { return this.richTextBox1.Text; }
set { this.richTextBox1.Text = value; }
Expand Down
2 changes: 1 addition & 1 deletion ToxyFramework/3rdParty/CnmFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using InSolve.dmach.Mail;
using InSolve.dmach.Mail.Decoders;

namespace Toxy
namespace CnmViewer
{
public class CnmFile : IMessageConstructor
{
Expand Down
Loading

0 comments on commit 35cf4b5

Please sign in to comment.