diff --git a/How to/Add Save Button in Toolbar/.gitignore b/How to/Add Save Button in Toolbar/.gitignore new file mode 100644 index 0000000..9ff5132 --- /dev/null +++ b/How to/Add Save Button in Toolbar/.gitignore @@ -0,0 +1,83 @@ +# Misc folders +[Bb]in/ +[Oo]bj/ +[Pp]ackages/ +.vs/ + +# Build related +build/tools/Addins/ +build/tools/AssemblyInfoSwitcher/ +build/tools/Cake/ +build/tools/GitVersion.CommandLine/ +build/tools/NUnit.Runners/ +build/tools/NUnit.Console/ +build/tools/NUnit.ConsoleRunner/ +build/tools/Syncfusion.CodeAnalysis.StyleCop/ +build/tools/Syncfusion.CodeAnalysis.FxCop/ +build/tools/nuget.exe +build/tools/packages.config.md5sum + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates +*.sln.ide/ +*.userprefs +*.GhostDoc.xml + +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.log +*.vspscc +*.vssscc +.builds +*.lastcodeanalysissucceeded +*.FxCopAnalysis.xml +*.StyleCopAnalysis.xml + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# ReSharper is a .NET coding add-in +_ReSharper* + +# NCrunch +*.ncrunch* +.*crunch*.local.xml +_NCrunch_* + +# NuGet Packages Directory +packages +DependentAssemblies + +# Windows +Thumbs.db + +# NUnit +TestResult.xml +Assemblies/ +*.cache +Nuget/ +cireports/ diff --git a/How to/Add Save Button in Toolbar/PDFViewerSample/PDFViewerSample.csproj b/How to/Add Save Button in Toolbar/PDFViewerSample/PDFViewerSample.csproj index 376393b..a112510 100644 --- a/How to/Add Save Button in Toolbar/PDFViewerSample/PDFViewerSample.csproj +++ b/How to/Add Save Button in Toolbar/PDFViewerSample/PDFViewerSample.csproj @@ -45,24 +45,32 @@ 4 + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + True + ..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - - ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.24.1.41\lib\net45\Syncfusion.Compression.Base.dll + + ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.27.1.56\lib\net45\Syncfusion.Compression.Base.dll - - ..\packages\Syncfusion.EJ2.MVC5.24.1.41\lib\net45\Syncfusion.EJ2.dll + + ..\packages\Syncfusion.EJ2.MVC5.27.1.56\lib\net45\Syncfusion.EJ2.dll - - ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.24.1.41\lib\net45\Syncfusion.EJ2.PdfViewer.dll + + ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.27.1.56\lib\net45\Syncfusion.EJ2.PdfViewer.dll + + + ..\packages\Syncfusion.Licensing.27.1.56\lib\net462\Syncfusion.Licensing.dll + True - - ..\packages\Syncfusion.Licensing.24.1.41\lib\net46\Syncfusion.Licensing.dll + + ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.27.1.56\lib\net45\Syncfusion.Pdf.Base.dll - - ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.24.1.41\lib\net45\Syncfusion.Pdf.Base.dll + + ..\packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.27.1.56\lib\net45\Syncfusion.PdfToImageConverter.Base.dll @@ -126,11 +134,6 @@ ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll - - - ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - - @@ -158,10 +161,23 @@ + + + + + + + + + + + + + @@ -172,16 +188,33 @@ + + + + + + + + + + + + + + + + + @@ -205,6 +238,13 @@ + + + + + + + @@ -296,9 +336,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - -