From 43d65dc03325bcce8561423b9607f7e114355f7d Mon Sep 17 00:00:00 2001 From: ferbas Date: Wed, 13 Jan 2010 09:41:29 +0000 Subject: initial import git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../win32/AcroDspOptions.rsp | 13 ++ .../win32/Debug/BuildLog.htm | Bin 0 -> 17230 bytes .../win32/PDF-AS.SigHandler.sln | 17 +++ .../win32/PDF-AS.SigHandler.sln.no | 16 ++ .../win32/PDF-AS.SigHandler.suo | Bin 0 -> 54784 bytes .../win32/PDF-AS.SigHandler.vcproj | 161 +++++++++++++++++++++ ...F-AS.SigHandler.vcproj.E-NNOVATION.dferbas.user | 37 +++++ 7 files changed, 244 insertions(+) create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/AcroDspOptions.rsp create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/Debug/BuildLog.htm create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln.no create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.suo create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj.E-NNOVATION.dferbas.user (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32') diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/AcroDspOptions.rsp b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/AcroDspOptions.rsp new file mode 100644 index 0000000..1b9c465 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/AcroDspOptions.rsp @@ -0,0 +1,13 @@ +/D ACRO_SDK_LEVEL=0x00080000 +/D PI_ACROCOLOR_VERSION=0x00060000 +/D PDMETADATA_HFT=1 +/D PLUGIN=1 +/D ACRO_SDK_PLUGIN_SAMPLE=1 + +/I "." +/I "..\sources" +/I "..\sources\import" +/I "..\sources\import\API" +/I "..\sources\import\SDK" + +/D _CRT_SECURE_NO_DEPRECATE \ No newline at end of file diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/Debug/BuildLog.htm b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/Debug/BuildLog.htm new file mode 100644 index 0000000..1382e6b Binary files /dev/null and b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/Debug/BuildLog.htm differ diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln new file mode 100644 index 0000000..3469143 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PDF-AS.SigHandler", "PDF-AS.SigHandler.vcproj", "{B6489A24-5179-4191-BF7F-0D41658AAF12}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B6489A24-5179-4191-BF7F-0D41658AAF12}.Debug|Win32.ActiveCfg = Debug|Win32 + {B6489A24-5179-4191-BF7F-0D41658AAF12}.Debug|Win32.Build.0 = Debug|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln.no b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln.no new file mode 100644 index 0000000..23a02c7 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.sln.no @@ -0,0 +1,16 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DocSign", "DocSign.vcproj", "{8DC2CFA8-DD6B-4461-AA52-9A4A072A0A13}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8DC2CFA8-DD6B-4461-AA52-9A4A072A0A13}.Debug|Win32.ActiveCfg = Debug|Win32 + {8DC2CFA8-DD6B-4461-AA52-9A4A072A0A13}.Debug|Win32.Build.0 = Debug|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.suo b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.suo new file mode 100644 index 0000000..e65d3a3 Binary files /dev/null and b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.suo differ diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj new file mode 100644 index 0000000..bde0c9a --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj.E-NNOVATION.dferbas.user b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj.E-NNOVATION.dferbas.user new file mode 100644 index 0000000..eee4897 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/win32/PDF-AS.SigHandler.vcproj.E-NNOVATION.dferbas.user @@ -0,0 +1,37 @@ + + + + + + + + -- cgit v1.2.3