From b1f826250f28eaff55d636e54b96990f0b3d0796 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 May 2019 21:15:05 -0400 Subject: Rename ippserver to ippeveprinter in Visual Studio projects. --- vcnet/config.h | 14 ----- vcnet/cups.sln | 2 +- vcnet/ippeveprinter.vcxproj | 116 ++++++++++++++++++++++++++++++++++++ vcnet/ippeveprinter.vcxproj.filters | 22 +++++++ vcnet/ippeveprinter.vcxproj.user | 4 ++ vcnet/ippserver.vcxproj | 116 ------------------------------------ vcnet/ippserver.vcxproj.filters | 22 ------- vcnet/ippserver.vcxproj.user | 4 -- 8 files changed, 143 insertions(+), 157 deletions(-) create mode 100644 vcnet/ippeveprinter.vcxproj create mode 100644 vcnet/ippeveprinter.vcxproj.filters create mode 100644 vcnet/ippeveprinter.vcxproj.user delete mode 100644 vcnet/ippserver.vcxproj delete mode 100644 vcnet/ippserver.vcxproj.filters delete mode 100644 vcnet/ippserver.vcxproj.user (limited to 'vcnet') diff --git a/vcnet/config.h b/vcnet/config.h index 1c04b9165..4c6aa2fbe 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -406,20 +406,6 @@ typedef unsigned long useconds_t; /* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */ -/* - * Do we have the SecKeychainOpen function? - */ - -/* #undef HAVE_SECKEYCHAINOPEN */ - - -/* - * Do we have (a working) SSLSetEnabledCiphers function? - */ - -#define HAVE_SSLSETENABLEDCIPHERS 1 - - /* * Do we have libpaper? */ diff --git a/vcnet/cups.sln b/vcnet/cups.sln index 52d64ee4a..a9045e401 100644 --- a/vcnet/cups.sln +++ b/vcnet/cups.sln @@ -31,7 +31,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippfind", "ippfind.vcxproj" {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippserver", "ippserver.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippeveprinter", "ippeveprinter.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}" ProjectSection(ProjectDependencies) = postProject {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} EndProjectSection diff --git a/vcnet/ippeveprinter.vcxproj b/vcnet/ippeveprinter.vcxproj new file mode 100644 index 000000000..a92d35952 --- /dev/null +++ b/vcnet/ippeveprinter.vcxproj @@ -0,0 +1,116 @@ + + + + + Debug + x64 + + + Release + x64 + + + + {82A03BC7-0746-4B85-8908-3C7A3FAA58A9} + ippeveprinter + Win32Proj + 10.0.17134.0 + + + + Application + v141 + Unicode + true + + + Application + v141 + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + true + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + false + + + + X64 + + + Disabled + ..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level1 + ProgramDatabase + + + ws2_32.lib;%(AdditionalDependencies) + true + Console + false + + MachineX64 + + + + + X64 + + + ..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level1 + ProgramDatabase + + + ws2_32.lib;%(AdditionalDependencies) + true + Console + true + true + false + + MachineX64 + + + + + + + + {c0899b3a-43e7-4bc3-a785-659e1fd2ea83} + + + {cb4aa6f2-3e84-45be-b505-95cd375e8be3} + false + + + + + + \ No newline at end of file diff --git a/vcnet/ippeveprinter.vcxproj.filters b/vcnet/ippeveprinter.vcxproj.filters new file mode 100644 index 000000000..beb929bf6 --- /dev/null +++ b/vcnet/ippeveprinter.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {5129820B-88C2-40AE-BE81-C7957F76540D} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {CAF4FFBF-7D66-4368-A03A-3FD0971B59A0} + h;hpp;hxx;hm;inl;inc;xsd + + + {17D3B9CD-53D2-47AF-9D2A-4516D777D695} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + \ No newline at end of file diff --git a/vcnet/ippeveprinter.vcxproj.user b/vcnet/ippeveprinter.vcxproj.user new file mode 100644 index 000000000..be2507870 --- /dev/null +++ b/vcnet/ippeveprinter.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/vcnet/ippserver.vcxproj b/vcnet/ippserver.vcxproj deleted file mode 100644 index c7f7c5bfb..000000000 --- a/vcnet/ippserver.vcxproj +++ /dev/null @@ -1,116 +0,0 @@ - - - - - Debug - x64 - - - Release - x64 - - - - {82A03BC7-0746-4B85-8908-3C7A3FAA58A9} - ippserver - Win32Proj - 10.0.17134.0 - - - - Application - v141 - Unicode - true - - - Application - v141 - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>12.0.30501.0 - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - true - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - false - - - - X64 - - - Disabled - ..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - Level1 - ProgramDatabase - - - ws2_32.lib;%(AdditionalDependencies) - true - Console - false - - MachineX64 - - - - - X64 - - - ..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - MultiThreadedDLL - - Level1 - ProgramDatabase - - - ws2_32.lib;%(AdditionalDependencies) - true - Console - true - true - false - - MachineX64 - - - - - - - - {c0899b3a-43e7-4bc3-a785-659e1fd2ea83} - - - {cb4aa6f2-3e84-45be-b505-95cd375e8be3} - false - - - - - - \ No newline at end of file diff --git a/vcnet/ippserver.vcxproj.filters b/vcnet/ippserver.vcxproj.filters deleted file mode 100644 index beb929bf6..000000000 --- a/vcnet/ippserver.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {5129820B-88C2-40AE-BE81-C7957F76540D} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {CAF4FFBF-7D66-4368-A03A-3FD0971B59A0} - h;hpp;hxx;hm;inl;inc;xsd - - - {17D3B9CD-53D2-47AF-9D2A-4516D777D695} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - \ No newline at end of file diff --git a/vcnet/ippserver.vcxproj.user b/vcnet/ippserver.vcxproj.user deleted file mode 100644 index be2507870..000000000 --- a/vcnet/ippserver.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file -- cgit v1.2.1