diff --git a/CMakeLists.txt b/CMakeLists.txt index 620fd032af..5f336efd61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,14 +206,14 @@ if (MINGW) set(CMAKE_STATIC_LIBRARY_PREFIX) add_definitions(-D_WIN32_WINNT=0x0600) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4 -std=c++11") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4 -std=c++17") endif() if (UNIX) set(OS_DIR posix) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -msse4 -std=c++11") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -msse4 -std=c++17") if (NOT CMAKE_CROSSCOMPILING) set(LIB_readline readline) diff --git a/builds/posix/make.defaults b/builds/posix/make.defaults index 8ad0bea20e..1ba56ccbad 100755 --- a/builds/posix/make.defaults +++ b/builds/posix/make.defaults @@ -103,7 +103,7 @@ GLOB_OPTIONS:= #____________________________________________________________________________ # Global c++ flags: firebird needs no RTTI, choose build standard -PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 +PLUSPLUS_FLAGS:= -fno-rtti -std=c++17 # If this is defined then we use special rules useful for developers only IsDeveloper = @DEVEL_FLG@ diff --git a/builds/posix/prefix.freebsd_amd64 b/builds/posix/prefix.freebsd_amd64 index f27567a271..0736d87e93 100644 --- a/builds/posix/prefix.freebsd_amd64 +++ b/builds/posix/prefix.freebsd_amd64 @@ -26,4 +26,4 @@ DEV_FLAGS=-ggdb -DFREEBSD -DAMD64 -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dto # This file must be compiled with SSE4.2 support %/CRC32C.o: CXXFLAGS += -msse4 -CXXFLAGS := $(CXXFLAGS) -std=c++11 +CXXFLAGS := $(CXXFLAGS) -std=c++17 diff --git a/builds/win32/msvc12/DllNoEmbedManifest.props b/builds/win32/msvc12/DllNoEmbedManifest.props deleted file mode 100644 index 8a06e4a75b..0000000000 --- a/builds/win32/msvc12/DllNoEmbedManifest.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - false - - \ No newline at end of file diff --git a/builds/win32/msvc12/Firebird.sln b/builds/win32/msvc12/Firebird.sln deleted file mode 100644 index 7ee2a5611e..0000000000 --- a/builds/win32/msvc12/Firebird.sln +++ /dev/null @@ -1,373 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alice", "alice.vcxproj", "{0D616380-1A5A-4230-A80B-021360E4E669}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "burp", "burp.vcxproj", "{D1507562-A363-4685-96AF-B036F5E5E47F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "engine.vcxproj", "{F8798A49-9D20-451E-A7BD-FEB5237103B5}" - ProjectSection(ProjectDependencies) = postProject - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} = {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} - {53F75437-15B8-4A5C-86BF-E238CC68FCBC} = {53F75437-15B8-4A5C-86BF-E238CC68FCBC} - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} = {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fb_lock_print", "fb_lock_print.vcxproj", "{E8397148-0E9C-449B-9F45-7FB377A08242}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbguard", "fbguard.vcxproj", "{BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbserver", "fbserver.vcxproj", "{23EC8DAA-6718-4EF3-979F-89F611C7D504}" - ProjectSection(ProjectDependencies) = postProject - {F8798A49-9D20-451E-A7BD-FEB5237103B5} = {F8798A49-9D20-451E-A7BD-FEB5237103B5} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gbak", "gbak.vcxproj", "{B732F5D2-B5D9-417F-B156-D790F466CB8E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gfix", "gfix.vcxproj", "{44A9E4AD-B932-4620-B319-431A153BB341}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre", "gpre.vcxproj", "{D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsec", "gsec.vcxproj", "{7043CC61-DEC1-4C6B-86B9-0E911D1094C9}" - ProjectSection(ProjectDependencies) = postProject - {D836FBF5-071E-4E04-8D63-C7EB6701B296} = {D836FBF5-071E-4E04-8D63-C7EB6701B296} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsplit", "gsplit.vcxproj", "{B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstat", "gstat.vcxproj", "{7E862973-37C4-4202-80E7-490ED4DEDA14}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ib_util", "ib_util.vcxproj", "{EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instreg", "instreg.vcxproj", "{19470DE6-1975-4F9B-B1BE-E87A83240B15}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instsvc", "instsvc.vcxproj", "{72894398-38CA-47A6-95FE-9647DE2BE968}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intl", "intl.vcxproj", "{DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "isql", "isql.vcxproj", "{DEE75AD5-F165-40E1-80B2-400E27725D5C}" - ProjectSection(ProjectDependencies) = postProject - {F8798A49-9D20-451E-A7BD-FEB5237103B5} = {F8798A49-9D20-451E-A7BD-FEB5237103B5} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nbackup", "nbackup.vcxproj", "{01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instclient", "instclient.vcxproj", "{C6A31374-178C-4680-A404-76BE24D0229B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fb2control", "fb2control.vcxproj", "{1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbrmclib", "fbrmclib.vcxproj", "{FAF9AD25-8238-49E9-9AC9-8C56E190440A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbsvcmgr", "fbsvcmgr.vcxproj", "{EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbtrace", "fbtrace.vcxproj", "{53F75437-15B8-4A5C-86BF-E238CC68FCBC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbtracemgr", "fbtracemgr.vcxproj", "{58C7E370-0EDD-4F5E-8617-3F5071170205}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udr_engine", "udr_engine.vcxproj", "{20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_common", "gpre_common.vcxproj", "{2925B855-5975-44AE-BB00-1217A2A4E511}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy_usermanager", "legacy_usermanager.vcxproj", "{D836FBF5-071E-4E04-8D63-C7EB6701B296}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "srp", "srp.vcxproj", "{BD00D28E-6667-414E-A4B1-6BEFC07ADB42}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy_auth", "legacy_auth.vcxproj", "{062BD3C7-2D01-44F6-8D79-070F688C559F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udf_compat", "udf_compat.vcxproj", "{6794EB8C-6425-422D-A3B0-14EED54C0E98}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chacha", "chacha.vcxproj", "{F2E1A852-5A4B-4162-9DA8-0363805FCFD0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|Win32.ActiveCfg = Debug|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|Win32.Build.0 = Debug|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|x64.ActiveCfg = Debug|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|x64.Build.0 = Debug|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|Win32.ActiveCfg = Release|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|Win32.Build.0 = Release|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|x64.ActiveCfg = Release|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|x64.Build.0 = Release|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|Win32.ActiveCfg = Debug|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|Win32.Build.0 = Debug|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|x64.ActiveCfg = Debug|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|x64.Build.0 = Debug|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|Win32.ActiveCfg = Release|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|Win32.Build.0 = Release|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|x64.ActiveCfg = Release|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|Win32.Build.0 = Debug|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|x64.ActiveCfg = Debug|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|x64.Build.0 = Debug|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|Win32.ActiveCfg = Release|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|Win32.Build.0 = Release|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|x64.ActiveCfg = Release|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|x64.Build.0 = Release|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|Win32.ActiveCfg = Debug|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|Win32.Build.0 = Debug|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|x64.ActiveCfg = Debug|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|x64.Build.0 = Debug|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|Win32.ActiveCfg = Release|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|Win32.Build.0 = Release|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|x64.ActiveCfg = Release|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|x64.Build.0 = Release|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|Win32.ActiveCfg = Debug|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|Win32.Build.0 = Debug|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|x64.ActiveCfg = Debug|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|x64.Build.0 = Debug|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|Win32.ActiveCfg = Release|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|Win32.Build.0 = Release|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|x64.ActiveCfg = Release|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|x64.Build.0 = Release|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|Win32.ActiveCfg = Debug|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|Win32.Build.0 = Debug|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|x64.ActiveCfg = Debug|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|x64.Build.0 = Debug|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|Win32.ActiveCfg = Release|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|Win32.Build.0 = Release|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|x64.ActiveCfg = Release|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|x64.Build.0 = Release|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|Win32.ActiveCfg = Debug|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|Win32.Build.0 = Debug|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|x64.ActiveCfg = Debug|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|x64.Build.0 = Debug|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|Win32.ActiveCfg = Release|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|Win32.Build.0 = Release|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|x64.ActiveCfg = Release|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|x64.Build.0 = Release|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|Win32.ActiveCfg = Debug|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|Win32.Build.0 = Debug|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|x64.ActiveCfg = Debug|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|x64.Build.0 = Debug|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|Win32.ActiveCfg = Release|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|Win32.Build.0 = Release|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|x64.ActiveCfg = Release|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|x64.Build.0 = Release|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|Win32.ActiveCfg = Debug|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|Win32.Build.0 = Debug|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|x64.ActiveCfg = Debug|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|x64.Build.0 = Debug|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|Win32.ActiveCfg = Release|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|Win32.Build.0 = Release|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|x64.ActiveCfg = Release|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|x64.Build.0 = Release|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|Win32.ActiveCfg = Debug|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|Win32.Build.0 = Debug|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|x64.ActiveCfg = Debug|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|x64.Build.0 = Debug|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|Win32.ActiveCfg = Release|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|Win32.Build.0 = Release|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|x64.ActiveCfg = Release|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|x64.Build.0 = Release|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|Win32.ActiveCfg = Debug|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|Win32.Build.0 = Debug|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|x64.ActiveCfg = Debug|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|x64.Build.0 = Debug|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|Win32.ActiveCfg = Release|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|Win32.Build.0 = Release|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|x64.ActiveCfg = Release|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|x64.Build.0 = Release|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|Win32.ActiveCfg = Debug|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|Win32.Build.0 = Debug|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|x64.ActiveCfg = Debug|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|x64.Build.0 = Debug|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|Win32.ActiveCfg = Release|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|Win32.Build.0 = Release|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|x64.ActiveCfg = Release|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|x64.Build.0 = Release|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|Win32.ActiveCfg = Debug|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|Win32.Build.0 = Debug|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|x64.ActiveCfg = Debug|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|x64.Build.0 = Debug|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|Win32.ActiveCfg = Release|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|Win32.Build.0 = Release|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|x64.ActiveCfg = Release|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|x64.Build.0 = Release|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|Win32.ActiveCfg = Debug|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|Win32.Build.0 = Debug|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|x64.ActiveCfg = Debug|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|x64.Build.0 = Debug|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|Win32.ActiveCfg = Release|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|Win32.Build.0 = Release|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|x64.ActiveCfg = Release|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|x64.Build.0 = Release|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|Win32.ActiveCfg = Debug|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|Win32.Build.0 = Debug|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|x64.ActiveCfg = Debug|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|x64.Build.0 = Debug|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|Win32.ActiveCfg = Release|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|Win32.Build.0 = Release|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|x64.ActiveCfg = Release|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|x64.Build.0 = Release|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|Win32.ActiveCfg = Debug|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|Win32.Build.0 = Debug|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|x64.ActiveCfg = Debug|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|x64.Build.0 = Debug|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|Win32.ActiveCfg = Release|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|Win32.Build.0 = Release|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|x64.ActiveCfg = Release|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|x64.Build.0 = Release|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|Win32.ActiveCfg = Debug|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|Win32.Build.0 = Debug|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|x64.ActiveCfg = Debug|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|x64.Build.0 = Debug|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|Win32.ActiveCfg = Release|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|Win32.Build.0 = Release|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|x64.ActiveCfg = Release|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|x64.Build.0 = Release|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|Win32.ActiveCfg = Debug|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|Win32.Build.0 = Debug|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|x64.ActiveCfg = Debug|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|x64.Build.0 = Debug|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|Win32.ActiveCfg = Release|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|Win32.Build.0 = Release|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|x64.ActiveCfg = Release|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|Win32.ActiveCfg = Debug|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|Win32.Build.0 = Debug|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|x64.ActiveCfg = Debug|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|x64.Build.0 = Debug|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|Win32.ActiveCfg = Release|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|Win32.Build.0 = Release|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|x64.ActiveCfg = Release|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|x64.Build.0 = Release|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|Win32.ActiveCfg = Debug|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|Win32.Build.0 = Debug|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|x64.ActiveCfg = Debug|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|x64.Build.0 = Debug|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|Win32.ActiveCfg = Release|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|Win32.Build.0 = Release|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|x64.ActiveCfg = Release|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|x64.Build.0 = Release|x64 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Debug|Win32.ActiveCfg = Debug|Win32 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Debug|x64.ActiveCfg = Debug|x64 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Release|Win32.ActiveCfg = Release|Win32 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Release|x64.ActiveCfg = Release|x64 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|Win32.ActiveCfg = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|Win32.Build.0 = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|x64.ActiveCfg = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|Win32.ActiveCfg = Release|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|Win32.Build.0 = Release|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|x64.ActiveCfg = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|Win32.ActiveCfg = Debug|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|Win32.Build.0 = Debug|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|x64.ActiveCfg = Debug|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|x64.Build.0 = Debug|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|Win32.ActiveCfg = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|Win32.Build.0 = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|x64.ActiveCfg = Release|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|x64.Build.0 = Release|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|Win32.ActiveCfg = Debug|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|Win32.Build.0 = Debug|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|x64.ActiveCfg = Debug|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|x64.Build.0 = Debug|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|Win32.ActiveCfg = Release|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|Win32.Build.0 = Release|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|x64.ActiveCfg = Release|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|x64.Build.0 = Release|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|Win32.ActiveCfg = Debug|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|Win32.Build.0 = Debug|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|x64.ActiveCfg = Debug|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|x64.Build.0 = Debug|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|Win32.ActiveCfg = Release|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|Win32.Build.0 = Release|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|x64.ActiveCfg = Release|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|x64.Build.0 = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.ActiveCfg = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.Build.0 = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.ActiveCfg = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.Build.0 = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.ActiveCfg = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.Build.0 = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.Build.0 = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.ActiveCfg = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.Build.0 = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.ActiveCfg = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.Build.0 = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.ActiveCfg = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.Build.0 = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.ActiveCfg = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|Win32.ActiveCfg = Debug|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|Win32.Build.0 = Debug|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|x64.ActiveCfg = Debug|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|x64.Build.0 = Debug|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|Win32.ActiveCfg = Release|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|Win32.Build.0 = Release|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|x64.ActiveCfg = Release|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|x64.Build.0 = Release|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|Win32.ActiveCfg = Debug|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|Win32.Build.0 = Debug|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|x64.ActiveCfg = Debug|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|x64.Build.0 = Debug|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|Win32.ActiveCfg = Release|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|Win32.Build.0 = Release|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|x64.ActiveCfg = Release|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|x64.Build.0 = Release|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|Win32.ActiveCfg = Debug|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|Win32.Build.0 = Debug|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|x64.ActiveCfg = Debug|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|x64.Build.0 = Debug|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|Win32.ActiveCfg = Release|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|Win32.Build.0 = Release|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|x64.ActiveCfg = Release|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|x64.Build.0 = Release|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|Win32.ActiveCfg = Debug|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|Win32.Build.0 = Debug|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|x64.ActiveCfg = Debug|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|x64.Build.0 = Debug|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|Win32.ActiveCfg = Release|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|Win32.Build.0 = Release|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|x64.ActiveCfg = Release|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|x64.Build.0 = Release|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|Win32.Build.0 = Debug|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|x64.ActiveCfg = Debug|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|x64.Build.0 = Debug|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|Win32.ActiveCfg = Release|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|Win32.Build.0 = Release|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|x64.ActiveCfg = Release|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc12/FirebirdBoot.sln b/builds/win32/msvc12/FirebirdBoot.sln deleted file mode 100644 index d88cc9917f..0000000000 --- a/builds/win32/msvc12/FirebirdBoot.sln +++ /dev/null @@ -1,95 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "build_msg", "build_msg.vcxproj", "{99A84638-DF3A-417F-895D-5BD88FC29411}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "codes", "codes.vcxproj", "{5658573B-E79E-4C84-8B15-C910C4CDB9AD}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_boot", "gpre_boot.vcxproj", "{8348521F-4480-4A1D-AE3B-E260235E9860}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btyacc", "btyacc.vcxproj", "{57CDBF51-F1FB-4227-8C03-6F4134A7E234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_common", "gpre_common.vcxproj", "{2925B855-5975-44AE-BB00-1217A2A4E511}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|Win32.ActiveCfg = Debug|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|Win32.Build.0 = Debug|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|x64.ActiveCfg = Debug|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|x64.Build.0 = Debug|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|Win32.ActiveCfg = Release|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|Win32.Build.0 = Release|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|x64.ActiveCfg = Release|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|x64.Build.0 = Release|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|Win32.Build.0 = Debug|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|x64.ActiveCfg = Debug|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|x64.Build.0 = Debug|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|Win32.ActiveCfg = Release|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|Win32.Build.0 = Release|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|x64.ActiveCfg = Release|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|x64.Build.0 = Release|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|Win32.ActiveCfg = Debug|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|Win32.Build.0 = Debug|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|x64.ActiveCfg = Debug|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|x64.Build.0 = Debug|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|Win32.ActiveCfg = Release|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|Win32.Build.0 = Release|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|x64.ActiveCfg = Release|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|Win32.ActiveCfg = Debug|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|Win32.Build.0 = Debug|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|x64.ActiveCfg = Debug|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|x64.Build.0 = Debug|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|Win32.ActiveCfg = Release|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|Win32.Build.0 = Release|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|x64.ActiveCfg = Release|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.ActiveCfg = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.Build.0 = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.ActiveCfg = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.Build.0 = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.ActiveCfg = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.Build.0 = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.ActiveCfg = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc12/FirebirdCommon.props b/builds/win32/msvc12/FirebirdCommon.props deleted file mode 100644 index a3f24757cb..0000000000 --- a/builds/win32/msvc12/FirebirdCommon.props +++ /dev/null @@ -1,44 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\..\temp\$(PlatformName)\$(Configuration)\$(ProjectName)\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\$(ProjectName)\ - false - - - - /EHsc- %(AdditionalOptions) - true - ../../../src/include;../../../src/include/gen;../../../extern/libtomcrypt/src/headers;../../../extern/libtommath;../../../extern/icu/include;../../../extern/zlib;%(AdditionalIncludeDirectories) - - - false - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)\$(ProjectName).pch - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - true - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)\ - Level3 - true - ProgramDatabase - Default - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - true - true - $(IntDir)$(TargetName).pdb - $(IntDir)$(TargetName).lib - - - $(IntDir)$(TargetName).bsc - - - RC_ARH_$(Platform);RC_TARGET_$(TargetName);RC_TARGET_NAME=$(TargetName);RC_TARGET_FILENAME=$(TargetFileName);%(PreprocessorDefinitions) - - - diff --git a/builds/win32/msvc12/FirebirdDebug.props b/builds/win32/msvc12/FirebirdDebug.props deleted file mode 100644 index af1b3dfde6..0000000000 --- a/builds/win32/msvc12/FirebirdDebug.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - - - - MultiThreadedDebugDLL - EnableFastChecks - - - _DEBUG;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/builds/win32/msvc12/FirebirdExamples.sln b/builds/win32/msvc12/FirebirdExamples.sln deleted file mode 100644 index 82fe993bed..0000000000 --- a/builds/win32/msvc12/FirebirdExamples.sln +++ /dev/null @@ -1,86 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "empbuild", "empbuild.vcxproj", "{FC2859B9-56DB-40B4-86C4-2DE31ECE9144}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intlbuild", "intlbuild.vcxproj", "{9546EF04-1326-464B-A6ED-395C60DD63CC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udr_engine", "udr_engine.vcxproj", "{20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udrcpp_example", "udrcpp_example.vcxproj", "{FF0FD8DF-1E5C-486E-B395-A620376A4633}" - ProjectSection(ProjectDependencies) = postProject - {4FE03933-98CD-4879-A135-FD9430087A6B} = {4FE03933-98CD-4879-A135-FD9430087A6B} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|Win32.Build.0 = Debug|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|x64.ActiveCfg = Debug|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|x64.Build.0 = Debug|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|Win32.ActiveCfg = Release|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|Win32.Build.0 = Release|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|x64.ActiveCfg = Release|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|x64.Build.0 = Release|x64 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Debug|Win32.ActiveCfg = Debug|Win32 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Debug|x64.ActiveCfg = Debug|x64 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Release|Win32.ActiveCfg = Release|Win32 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.ActiveCfg = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.Build.0 = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.ActiveCfg = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.Build.0 = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.ActiveCfg = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.Build.0 = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.Build.0 = Release|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|Win32.ActiveCfg = Debug|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|Win32.Build.0 = Debug|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|x64.ActiveCfg = Debug|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|x64.Build.0 = Debug|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|Win32.ActiveCfg = Release|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|Win32.Build.0 = Release|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|x64.ActiveCfg = Release|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc12/FirebirdRelease.props b/builds/win32/msvc12/FirebirdRelease.props deleted file mode 100644 index c2857a78b0..0000000000 --- a/builds/win32/msvc12/FirebirdRelease.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - - - - MultiThreadedDLL - /Zo %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/builds/win32/msvc12/VCCRT_Shared_Body.wxi b/builds/win32/msvc12/VCCRT_Shared_Body.wxi deleted file mode 100644 index 9a26ac7372..0000000000 --- a/builds/win32/msvc12/VCCRT_Shared_Body.wxi +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/builds/win32/msvc12/VCCRT_Shared_Header.wxi b/builds/win32/msvc12/VCCRT_Shared_Header.wxi deleted file mode 100644 index 8366e7b9fc..0000000000 --- a/builds/win32/msvc12/VCCRT_Shared_Header.wxi +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/builds/win32/msvc12/VCCRT_Win32.wxi b/builds/win32/msvc12/VCCRT_Win32.wxi deleted file mode 100644 index c901340a4d..0000000000 --- a/builds/win32/msvc12/VCCRT_Win32.wxi +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/builds/win32/msvc12/VCCRT_Win32.wxs b/builds/win32/msvc12/VCCRT_Win32.wxs deleted file mode 100644 index 83adf5dad1..0000000000 --- a/builds/win32/msvc12/VCCRT_Win32.wxs +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/builds/win32/msvc12/VCCRT_x64.wxi b/builds/win32/msvc12/VCCRT_x64.wxi deleted file mode 100644 index 7312fa157d..0000000000 --- a/builds/win32/msvc12/VCCRT_x64.wxi +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/builds/win32/msvc12/VCCRT_x64.wxs b/builds/win32/msvc12/VCCRT_x64.wxs deleted file mode 100644 index ba82d427d3..0000000000 --- a/builds/win32/msvc12/VCCRT_x64.wxs +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/builds/win32/msvc12/alice.vcxproj b/builds/win32/msvc12/alice.vcxproj deleted file mode 100644 index 32312d0c37..0000000000 --- a/builds/win32/msvc12/alice.vcxproj +++ /dev/null @@ -1,149 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0D616380-1A5A-4230-A80B-021360E4E669} - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/alice.vcxproj.filters b/builds/win32/msvc12/alice.vcxproj.filters deleted file mode 100644 index 1b72e071c8..0000000000 --- a/builds/win32/msvc12/alice.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {4744ff85-687e-463a-bd05-c8dbc4965b78} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7b10a2cf-e42c-4a2e-851c-1b60ea3ff9f3} - epp - - - {2ef69e20-bbb8-47f1-bc08-69341a6b42d9} - c - - - {54c589f8-95de-4b05-a2e1-a9c5b7432f9e} - h;hpp;hxx;hm;inl - - - - - ALICE files - - - ALICE files - - - ALICE files\Generated files - - - ALICE files - - - - - ALICE files\epp files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/btyacc.vcxproj b/builds/win32/msvc12/btyacc.vcxproj deleted file mode 100644 index 59e1c894b9..0000000000 --- a/builds/win32/msvc12/btyacc.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {57CDBF51-F1FB-4227-8C03-6F4134A7E234} - btyacc - ManagedCProj - - - - Application - MultiByte - false - v120_xp - - - Application - MultiByte - false - v120_xp - - - Application - MultiByte - false - v120 - - - Application - MultiByte - false - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions) - false - Default - - - - - true - false - - - - - - - WIN32;NDEBUG;%(PreprocessorDefinitions) - false - - - - - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions) - false - Default - - - - - true - false - - - MachineX64 - - - - - X64 - - - WIN32;NDEBUG;%(PreprocessorDefinitions) - false - - - - - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/btyacc.vcxproj.filters b/builds/win32/msvc12/btyacc.vcxproj.filters deleted file mode 100644 index a6ed61ef74..0000000000 --- a/builds/win32/msvc12/btyacc.vcxproj.filters +++ /dev/null @@ -1,69 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/build_msg.vcxproj b/builds/win32/msvc12/build_msg.vcxproj deleted file mode 100644 index 8892fafefe..0000000000 --- a/builds/win32/msvc12/build_msg.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {99A84638-DF3A-417F-895D-5BD88FC29411} - build_msg - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/build_msg.vcxproj.filters b/builds/win32/msvc12/build_msg.vcxproj.filters deleted file mode 100644 index bd1bd0ad0c..0000000000 --- a/builds/win32/msvc12/build_msg.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {fcdd6b30-509f-42af-a518-62266799e430} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {56bc7ec7-a5b0-49f7-88b8-329f39418f57} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {516ad004-1726-4fc9-965c-314487a60d9d} - h;hpp;hxx;hm;inl - - - - - Source Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/burp.vcxproj b/builds/win32/msvc12/burp.vcxproj deleted file mode 100644 index 4032ce4323..0000000000 --- a/builds/win32/msvc12/burp.vcxproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D1507562-A363-4685-96AF-B036F5E5E47F} - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/burp.vcxproj.filters b/builds/win32/msvc12/burp.vcxproj.filters deleted file mode 100644 index 03e6d1a31f..0000000000 --- a/builds/win32/msvc12/burp.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {fd99cd9f-613b-4a15-b474-628e56554ec1} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {d70145a9-24c1-4e37-b304-c68ec2bd2554} - epp - - - {29b1e9b7-aa82-4e3d-a40d-050a52c1a462} - - - {eb4b34e6-bff2-4f4f-acff-eda9621d223b} - h;hpp;hxx;hm;inl - - - - - BURP files - - - BURP files - - - BURP files - - - BURP files - - - BURP files\Generated files - - - BURP files\Generated files - - - BURP files\Generated files - - - - - BURP files\epp files - - - BURP files\epp files - - - BURP files\epp files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/chacha.vcxproj b/builds/win32/msvc12/chacha.vcxproj deleted file mode 100644 index 7d448257ad..0000000000 --- a/builds/win32/msvc12/chacha.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0} - chacha - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/chacha.vcxproj.filters b/builds/win32/msvc12/chacha.vcxproj.filters deleted file mode 100644 index 54479ff268..0000000000 --- a/builds/win32/msvc12/chacha.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - {ae75b2f0-6301-43d5-ac84-b552b3f9b1fb} - - - {8a20ce21-8fe2-4921-bdf3-9e65efd23d2a} - - - - - Source files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/codes.vcxproj b/builds/win32/msvc12/codes.vcxproj deleted file mode 100644 index d6d40af22a..0000000000 --- a/builds/win32/msvc12/codes.vcxproj +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5658573B-E79E-4C84-8B15-C910C4CDB9AD} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - true - false - false - true - false - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/codes.vcxproj.filters b/builds/win32/msvc12/codes.vcxproj.filters deleted file mode 100644 index cfabd7e877..0000000000 --- a/builds/win32/msvc12/codes.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {05ece0fa-1062-451b-a11c-7610865be08d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0c75fa27-3d0d-47f6-8e6b-1e1465475587} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {87b52ce6-a829-4262-a3f9-b089abb4ced9} - h;hpp;hxx;hm;inl - - - - - Source Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/common.vcxproj b/builds/win32/msvc12/common.vcxproj deleted file mode 100644 index a85f310ee8..0000000000 --- a/builds/win32/msvc12/common.vcxproj +++ /dev/null @@ -1,351 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - StreamingSIMDExtensions2 - true - StreamingSIMDExtensions2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {15605F44-BFFD-444F-AD4C-55DC9D704465} - common - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies) - - - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - EditAndContinue - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;$(TargetDir)\ttmathuint_x86_64_msvc.obj;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;$(TargetDir)\ttmathuint_x86_64_msvc.obj;%(AdditionalDependencies) - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/common.vcxproj.filters b/builds/win32/msvc12/common.vcxproj.filters deleted file mode 100644 index 600d50df14..0000000000 --- a/builds/win32/msvc12/common.vcxproj.filters +++ /dev/null @@ -1,600 +0,0 @@ - - - - - {f95ad003-41e0-4fd7-b4de-7f3a729835c3} - - - {496670e9-f445-4416-a716-96ec5709858c} - - - {dfed73a4-6b65-411d-b43b-d000b7edfb70} - - - {03f83331-723e-4ba5-9ebb-348f0554a088} - - - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - config - - - config - - - config - - - config - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - classes - - - classes - - - classes - - - classes - - - classes - - - common - - - common - - - common - - - common - - - classes - - - common - - - classes - - - classes - - - classes - - - common - - - common - - - common - - - classes - - - classes - - - common - - - common - - - classes - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/builds/win32/msvc12/empbuild.vcxproj b/builds/win32/msvc12/empbuild.vcxproj deleted file mode 100644 index e52dc64bd5..0000000000 --- a/builds/win32/msvc12/empbuild.vcxproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144} - empbuild - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - Console - - - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - Console - - - false - - - - - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\fbclient;%(AdditionalLibraryDirectories) - Console - - - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - odbc32.lib;odbccp32.lib;fbclient.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\fbclient;%(AdditionalLibraryDirectories) - Console - - - false - - - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/empbuild.vcxproj.filters b/builds/win32/msvc12/empbuild.vcxproj.filters deleted file mode 100644 index d2356d3c6e..0000000000 --- a/builds/win32/msvc12/empbuild.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {d8040221-dac9-41e3-a485-dc7404c177e3} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {539bf5d3-a626-4903-8dc3-75d82bf172de} - h;hpp;hxx;hm;inl - - - {307f31db-efbf-4c9c-9aa6-dbda2d6d8484} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/engine.vcxproj b/builds/win32/msvc12/engine.vcxproj deleted file mode 100644 index 1c90387e03..0000000000 --- a/builds/win32/msvc12/engine.vcxproj +++ /dev/null @@ -1,562 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Document - - - - - - - - - - - - - - - - {0d616380-1a5a-4230-a80b-021360e4e669} - true - false - false - true - false - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - true - false - false - true - false - - - - - - - {F8798A49-9D20-451E-A7BD-FEB5237103B5} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - engine13 - engine13 - engine13 - engine13 - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - true - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_LIB;SUPERSERVER;DEV_BUILD;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - EditAndContinue - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_LIB;SUPERSERVER;DEV_BUILD;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_LIB;SUPERSERVER;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_LIB;SUPERSERVER;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - - diff --git a/builds/win32/msvc12/engine.vcxproj.filters b/builds/win32/msvc12/engine.vcxproj.filters deleted file mode 100644 index 774d3c2cb2..0000000000 --- a/builds/win32/msvc12/engine.vcxproj.filters +++ /dev/null @@ -1,1094 +0,0 @@ - - - - - {908cb401-f8b0-49f4-8427-5563bd6d934f} - - - {9275b77d-951f-43db-9617-a358302fc7f0} - - - {44b01586-fa6d-4e08-9fa0-9795798fa07c} - - - {b822c843-e6f1-409b-bb59-2e142870df72} - - - {94e778dd-b8e5-4864-8ae0-31c64dd3f724} - - - {95e5aff1-8ee9-4769-aa91-3be6d34a96df} - - - {f260b1eb-19c9-4092-afdc-e2d6ac8890a3} - - - {b8aab4da-86a2-4d2c-ac72-d93d0b8133e6} - - - {cd135cb6-654a-4611-a458-dd2d6ccce267} - - - {825d3a91-312b-435f-bb14-6d420a52616e} - - - {9a0dbf17-af8f-4bfb-9ea8-ff3af7d0a873} - - - {82c21748-f164-41ab-bd6e-4e56a123fb94} - - - {f8ad7750-3087-4a0c-9679-a44b5d0f38dd} - - - {686cba10-1e4f-44f7-b044-972ef8327197} - - - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - JRD files\EXTDS - - - JRD files\EXTDS - - - JRD files\EXTDS - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - Lock - - - Services - - - Services - - - Services - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - DSQL\preprocesed - - - DSQL\preprocesed - - - DSQL\preprocesed - - - Services - - - JRD files\Data Access - - - JRD files - - - JRD files - - - DSQL - - - JRD files - - - JRD files - - - JRD files - - - DSQL - - - JRD files\EXTDS - - - JRD files - - - DSQL - - - JRD files - - - JRD files - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - JRD files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - DSQL\GPRE files - - - DSQL\GPRE files - - - DSQL\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - Services - - - DSQL - - - - - - Resource files - - - diff --git a/builds/win32/msvc12/fb2control.vcxproj b/builds/win32/msvc12/fb2control.vcxproj deleted file mode 100644 index 02cc44f90c..0000000000 --- a/builds/win32/msvc12/fb2control.vcxproj +++ /dev/null @@ -1,260 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16} - MFCProj - - - - DynamicLibrary - Static - MultiByte - v120_xp - - - DynamicLibrary - Static - MultiByte - v120_xp - - - DynamicLibrary - Dynamic - MultiByte - v120 - - - DynamicLibrary - Static - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - Firebird2Control - .cpl - Firebird2Control - .cpl - Firebird2Control - .cpl - Firebird2Control - .cpl - - - - NDEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Full - OnlyExplicitInline - Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreaded - - - true - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - - - - - NDEBUG;%(PreprocessorDefinitions) - true - X64 - - - Full - OnlyExplicitInline - Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreaded - - - true - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;WIN32;DEV_BUILD;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreadedDebug - true - TRACE;%(UndefinePreprocessorDefinitions) - EditAndContinue - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;WIN32;DEV_BUILD;_USRDLL;CPL_APPLET;WINVER=0x500;%(PreprocessorDefinitions) - true - TRACE;%(UndefinePreprocessorDefinitions) - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fb2control.vcxproj.filters b/builds/win32/msvc12/fb2control.vcxproj.filters deleted file mode 100644 index c5adb05ae6..0000000000 --- a/builds/win32/msvc12/fb2control.vcxproj.filters +++ /dev/null @@ -1,82 +0,0 @@ - - - - - {39ef1e90-4480-440c-bd17-f800e234ed33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {659cf67a-b4b0-44d2-9be7-2cb1ef156b5e} - h;hpp;hxx;hm;inl - - - {12b4835d-5be9-40e1-9574-ef349643898f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fb_lock_print.vcxproj b/builds/win32/msvc12/fb_lock_print.vcxproj deleted file mode 100644 index 948fb12e37..0000000000 --- a/builds/win32/msvc12/fb_lock_print.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E8397148-0E9C-449B-9F45-7FB377A08242} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - true - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fb_lock_print.vcxproj.filters b/builds/win32/msvc12/fb_lock_print.vcxproj.filters deleted file mode 100644 index 1f0ee467b0..0000000000 --- a/builds/win32/msvc12/fb_lock_print.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {e57779c3-749c-414c-a95f-823e769c5117} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e96bce9e-7477-442a-bd98-97d8e8dec9dc} - - - - - LOCK files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbguard.vcxproj b/builds/win32/msvc12/fbguard.vcxproj deleted file mode 100644 index c0c1546e90..0000000000 --- a/builds/win32/msvc12/fbguard.vcxproj +++ /dev/null @@ -1,210 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_WINDOWS;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_WINDOWS;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;WIN32;_WINDOWS;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;WIN32;_WINDOWS;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - MachineX64 - - - - - - - - - - - - - - ..\..\..\src\iscguard - ..\..\..\src\iscguard - ..\..\..\src\iscguard - ..\..\..\src\iscguard - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbguard.vcxproj.filters b/builds/win32/msvc12/fbguard.vcxproj.filters deleted file mode 100644 index 84fac80c16..0000000000 --- a/builds/win32/msvc12/fbguard.vcxproj.filters +++ /dev/null @@ -1,43 +0,0 @@ - - - - - {a0bfa88f-217a-4063-8889-1ed633aec0fc} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {fdd05782-9e05-4326-8ff6-d9b3ea6bfa0c} - - - {8aefd5a8-801b-4c4f-a627-7f7ef3dea237} - h;hpp;hxx;hm;inl - - - {769da84e-5691-4f8f-ac8b-af4fd58d8e7a} - - - - - GUARD files - - - GUARD files - - - REMOTE files - - - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbrmclib.vcxproj b/builds/win32/msvc12/fbrmclib.vcxproj deleted file mode 100644 index 25d29bac4f..0000000000 --- a/builds/win32/msvc12/fbrmclib.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {FAF9AD25-8238-49E9-9AC9-8C56E190440A} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\bin\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;WIN32;_X86_;GDS32_EXPORTS;%(PreprocessorDefinitions) - true - EditAndContinue - - - /MACHINE:I386 /SECTION:.edata,RD %(AdditionalOptions) - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\fbrmclib.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;I386;_X86_=1;WIN32;_X86_;GDS32_EXPORTS;%(PreprocessorDefinitions) - true - - - /MACHINE:I386 /SECTION:.edata,RD %(AdditionalOptions) - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\fbrmclib.def - false - - - $(OutDir)$(TargetName)$(TargetExt) - Windows - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbrmclib.vcxproj.filters b/builds/win32/msvc12/fbrmclib.vcxproj.filters deleted file mode 100644 index 92b49d6360..0000000000 --- a/builds/win32/msvc12/fbrmclib.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {e7e72570-dab2-4979-bea4-84f41282be29} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cdcc10f7-96e3-4d58-abd1-5d6c62b0578f} - - - {6276b068-8ece-49a5-b4e9-70f1fd033bb9} - - - - - FBRMCLIB files - - - - - Resource files - - - - - JRD files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbserver.vcxproj b/builds/win32/msvc12/fbserver.vcxproj deleted file mode 100644 index 908d46b426..0000000000 --- a/builds/win32/msvc12/fbserver.vcxproj +++ /dev/null @@ -1,235 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {23EC8DAA-6718-4EF3-979F-89F611C7D504} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - firebird - firebird - firebird - firebird - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;SUPERSERVER;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - Windows - 2097152 - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;SUPERSERVER;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - Windows - 4194304 - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;SUPERSERVER;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - Windows - 2097152 - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;SUPERSERVER;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - Windows - 4194304 - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbserver.vcxproj.filters b/builds/win32/msvc12/fbserver.vcxproj.filters deleted file mode 100644 index d20a985e5f..0000000000 --- a/builds/win32/msvc12/fbserver.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {2343e620-c8ee-4202-b2b5-8d3462f02f74} - - - {4af5b667-81f4-470d-9fa2-ef0ab6cfdff3} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {6e27505b-0eda-4a76-8bfd-6f4e74348cb8} - - - {5b3183b0-e185-4c7e-8e41-3f163a40880d} - - - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - AUTH files - - - AUTH files - - - Replication - - - Replication - - - Replication - - - - - Resource files - - - Resource files - - - - - Resource files - - - - - AUTH files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbsvcmgr.vcxproj b/builds/win32/msvc12/fbsvcmgr.vcxproj deleted file mode 100644 index a56a65482b..0000000000 --- a/builds/win32/msvc12/fbsvcmgr.vcxproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbsvcmgr.vcxproj.filters b/builds/win32/msvc12/fbsvcmgr.vcxproj.filters deleted file mode 100644 index 63f756d9bd..0000000000 --- a/builds/win32/msvc12/fbsvcmgr.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {33bc8a69-c1fb-4f8a-8651-36ffa9569ddb} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {240a682a-2105-409c-8a6e-416a1b11d1b5} - h;hpp;hxx;hm;inl - - - {6613cf3d-f24f-4e23-8c94-f660ef24689e} - - - - - UTILITIES files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbtrace.vcxproj b/builds/win32/msvc12/fbtrace.vcxproj deleted file mode 100644 index 52f83f70ff..0000000000 --- a/builds/win32/msvc12/fbtrace.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {53F75437-15B8-4A5C-86BF-E238CC68FCBC} - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;SUPERCLIENT;FBTRACE_EXPORTS;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - EditAndContinue - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - ..\defs\plugin.def - Console - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;FBTRACE_EXPORTS;SUPERCLIENT;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - ..\defs\plugin.def - Console - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;SUPERCLIENT;FBTRACE_EXPORTS;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - ..\defs\plugin.def - Console - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;FBTRACE_EXPORTS;SUPERCLIENT;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - ..\defs\plugin.def - Console - - - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbtrace.vcxproj.filters b/builds/win32/msvc12/fbtrace.vcxproj.filters deleted file mode 100644 index da6c776679..0000000000 --- a/builds/win32/msvc12/fbtrace.vcxproj.filters +++ /dev/null @@ -1,65 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbtracemgr.vcxproj b/builds/win32/msvc12/fbtracemgr.vcxproj deleted file mode 100644 index f67c7ffbd5..0000000000 --- a/builds/win32/msvc12/fbtracemgr.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58C7E370-0EDD-4F5E-8617-3F5071170205} - fbtracemgr - Win32Proj - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/fbtracemgr.vcxproj.filters b/builds/win32/msvc12/fbtracemgr.vcxproj.filters deleted file mode 100644 index d27f4fc7d7..0000000000 --- a/builds/win32/msvc12/fbtracemgr.vcxproj.filters +++ /dev/null @@ -1,32 +0,0 @@ - - - - - {b6b8c307-b3d5-4d7f-a5c4-4e450cbe1658} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {c8f684e3-ddb4-45aa-8ea4-32c393dd0052} - h;hpp;hxx;hm;inl - - - {4bad3699-e854-4f4e-b122-6760d3b20813} - - - {b3969856-669d-4782-abb7-0097a5a60e97} - - - - - UTILITIES files - - - JRD files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gbak.vcxproj b/builds/win32/msvc12/gbak.vcxproj deleted file mode 100644 index 985618a567..0000000000 --- a/builds/win32/msvc12/gbak.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B732F5D2-B5D9-417F-B156-D790F466CB8E} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gbak.vcxproj.filters b/builds/win32/msvc12/gbak.vcxproj.filters deleted file mode 100644 index 3bbffdaef9..0000000000 --- a/builds/win32/msvc12/gbak.vcxproj.filters +++ /dev/null @@ -1,55 +0,0 @@ - - - - - {dc6a0003-5187-4334-bb97-7c3054d3007f} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cef9f9cb-51e9-46dd-820f-a136c14da5a2} - h;hpp;hxx;hm;inl - - - {77137e05-f023-41ce-a069-10f79775c92c} - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - Resource files - - - - - BURP files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gfix.vcxproj b/builds/win32/msvc12/gfix.vcxproj deleted file mode 100644 index db12bdcbe8..0000000000 --- a/builds/win32/msvc12/gfix.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {44A9E4AD-B932-4620-B319-431A153BB341} - gfix - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;SUPERCLIENT;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {0d616380-1a5a-4230-a80b-021360e4e669} - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gfix.vcxproj.filters b/builds/win32/msvc12/gfix.vcxproj.filters deleted file mode 100644 index c6044f3ac8..0000000000 --- a/builds/win32/msvc12/gfix.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {a6d713b6-1a61-4b49-b9d7-97833674962c} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9aeb1df9-9026-42c6-be5f-5ad7690f8307} - - - - - ALICE files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre.vcxproj b/builds/win32/msvc12/gpre.vcxproj deleted file mode 100644 index f5182843d0..0000000000 --- a/builds/win32/msvc12/gpre.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0} - gpre - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {2925b855-5975-44ae-bb00-1217a2a4e511} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre.vcxproj.filters b/builds/win32/msvc12/gpre.vcxproj.filters deleted file mode 100644 index 1fa9a96d34..0000000000 --- a/builds/win32/msvc12/gpre.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {11018968-f943-43a8-98d5-0c4b7945faea} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cb2662f4-fa8b-46e1-9553-c94832689e9b} - epp - - - {0a194b12-fcfe-4b9f-b7eb-f175ba253fd0} - - - {9622adbe-ffad-4a2a-9790-37fd66af31e3} - h;hpp;hxx;hm;inl - - - {98a65697-c33c-4784-b6f5-6061a81a21d9} - - - - - GPRE files\epp files - - - - - Resource files - - - - - GPRE files\Generated files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre_boot.vcxproj b/builds/win32/msvc12/gpre_boot.vcxproj deleted file mode 100644 index 51d9d90107..0000000000 --- a/builds/win32/msvc12/gpre_boot.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8348521F-4480-4A1D-AE3B-E260235E9860} - gpre_boot - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {2925b855-5975-44ae-bb00-1217a2a4e511} - true - false - false - true - false - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre_boot.vcxproj.filters b/builds/win32/msvc12/gpre_boot.vcxproj.filters deleted file mode 100644 index 8a33a34524..0000000000 --- a/builds/win32/msvc12/gpre_boot.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {0ae52c1b-ecb6-4640-b8f9-abab4f3c591b} - - - {5a901ec6-4d0b-4fcc-9d92-28afb658c13d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Resource files - - - - - source - - - source - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre_common.vcxproj b/builds/win32/msvc12/gpre_common.vcxproj deleted file mode 100644 index 7472559480..0000000000 --- a/builds/win32/msvc12/gpre_common.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2925B855-5975-44AE-BB00-1217A2A4E511} - gpre - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - MachineX64 - - - - - Disabled - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gpre_common.vcxproj.filters b/builds/win32/msvc12/gpre_common.vcxproj.filters deleted file mode 100644 index 73bf14084d..0000000000 --- a/builds/win32/msvc12/gpre_common.vcxproj.filters +++ /dev/null @@ -1,147 +0,0 @@ - - - - - {6d322128-5058-4047-937b-94d4a96da17f} - - - {aab206c3-5026-4090-8708-fd89143148f7} - - - {fb2180df-a00b-4430-bbd8-04f933ab0183} - - - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - languages - - - languages - - - languages - - - languages - - - languages - - - languages - - - source - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gsec.vcxproj b/builds/win32/msvc12/gsec.vcxproj deleted file mode 100644 index 39c91e24f8..0000000000 --- a/builds/win32/msvc12/gsec.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gsec.vcxproj.filters b/builds/win32/msvc12/gsec.vcxproj.filters deleted file mode 100644 index 78cf85031a..0000000000 --- a/builds/win32/msvc12/gsec.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {3326a9b6-4ba6-4e54-a8cc-b6435d9825de} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6156a2ac-63b7-40e8-be35-fa14af10a050} - h;hpp;hxx;hm;inl - - - {c2239767-b491-4f6b-9650-affdc5b7504f} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gsplit.vcxproj b/builds/win32/msvc12/gsplit.vcxproj deleted file mode 100644 index 6656b92843..0000000000 --- a/builds/win32/msvc12/gsplit.vcxproj +++ /dev/null @@ -1,206 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5} - gsplit - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gsplit.vcxproj.filters b/builds/win32/msvc12/gsplit.vcxproj.filters deleted file mode 100644 index c7b20049f8..0000000000 --- a/builds/win32/msvc12/gsplit.vcxproj.filters +++ /dev/null @@ -1,31 +0,0 @@ - - - - - {61b6181a-cafd-463f-91d6-cf9341064f19} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7d098c02-ec7d-4119-83de-2e08553dab14} - h;hpp;hxx;hm;inl - - - {c31574e3-ec81-43e9-9e68-b4fe5340cef5} - - - - - BURP files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gstat.vcxproj b/builds/win32/msvc12/gstat.vcxproj deleted file mode 100644 index ec35a4f54a..0000000000 --- a/builds/win32/msvc12/gstat.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7E862973-37C4-4202-80E7-490ED4DEDA14} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/gstat.vcxproj.filters b/builds/win32/msvc12/gstat.vcxproj.filters deleted file mode 100644 index 4e76c88a39..0000000000 --- a/builds/win32/msvc12/gstat.vcxproj.filters +++ /dev/null @@ -1,54 +0,0 @@ - - - - - {d1710e2e-ebf5-41ad-bfab-3cfc31cb3568} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {1c45342c-123f-42e9-9a49-ff69f254379e} - h;hpp;hxx;hm;inl - - - {9730a97d-e176-4ef0-913c-a155734dd4d0} - - - {0f51e8fe-c55b-4527-be3e-72c5e0732e20} - - - - - UTILITIES files - - - JRD files - - - JRD files - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - Header files - - - - - Resource files - - - - - UTILITIES files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/ib_util.vcxproj b/builds/win32/msvc12/ib_util.vcxproj deleted file mode 100644 index 69af9b768b..0000000000 --- a/builds/win32/msvc12/ib_util.vcxproj +++ /dev/null @@ -1,209 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - MachineX64 - Windows - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/ib_util.vcxproj.filters b/builds/win32/msvc12/ib_util.vcxproj.filters deleted file mode 100644 index f5c3a0c438..0000000000 --- a/builds/win32/msvc12/ib_util.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {07794775-3b18-437c-8583-11e268f3c756} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {3aac0511-0fc8-43ed-b3c7-0b7e532a0fba} - h;hpp;hxx;hm;inl - - - {78d66bf7-89fd-4613-b91c-17fe6de3f949} - - - - - EXTLIB files - - - - - Header files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instclient.vcxproj b/builds/win32/msvc12/instclient.vcxproj deleted file mode 100644 index d8a650065f..0000000000 --- a/builds/win32/msvc12/instclient.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C6A31374-178C-4680-A404-76BE24D0229B} - instclient - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - /EHc- %(AdditionalOptions) - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instclient.vcxproj.filters b/builds/win32/msvc12/instclient.vcxproj.filters deleted file mode 100644 index fb7c5c73ef..0000000000 --- a/builds/win32/msvc12/instclient.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {e9e5f2ef-1057-4011-8819-3bcd5391f00a} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e45d09c1-ec8d-4a9f-8dd6-8233970ede2a} - h;hpp;hxx;hm;inl - - - {b805b2dc-01b3-492b-a532-d11c2abbe47b} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instreg.vcxproj b/builds/win32/msvc12/instreg.vcxproj deleted file mode 100644 index b8ebafd24c..0000000000 --- a/builds/win32/msvc12/instreg.vcxproj +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {19470DE6-1975-4F9B-B1BE-E87A83240B15} - instreg - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instreg.vcxproj.filters b/builds/win32/msvc12/instreg.vcxproj.filters deleted file mode 100644 index 20c5d8857b..0000000000 --- a/builds/win32/msvc12/instreg.vcxproj.filters +++ /dev/null @@ -1,37 +0,0 @@ - - - - - {a4227c9b-9ff9-4f5d-ba6c-93047f4503b0} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {624c72bc-fde4-43c5-8ae8-865accbf35e7} - h;hpp;hxx;hm;inl - - - {387a9f3a-c471-48ce-bec0-0d9f9347ce13} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instsvc.vcxproj b/builds/win32/msvc12/instsvc.vcxproj deleted file mode 100644 index 3e8e6ed7aa..0000000000 --- a/builds/win32/msvc12/instsvc.vcxproj +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {72894398-38CA-47A6-95FE-9647DE2BE968} - instsvc - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/instsvc.vcxproj.filters b/builds/win32/msvc12/instsvc.vcxproj.filters deleted file mode 100644 index a94d048e99..0000000000 --- a/builds/win32/msvc12/instsvc.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {b0b5e92d-5dbf-4588-b1bd-138690e2e290} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {96f993e3-6f7d-44c8-ad7f-4293b1c28e98} - h;hpp;hxx;hm;inl - - - {4adbe8e5-78cb-4136-9023-fedd78430c9a} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/intl.vcxproj b/builds/win32/msvc12/intl.vcxproj deleted file mode 100644 index 3490ef5d03..0000000000 --- a/builds/win32/msvc12/intl.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - fbintl - fbintl - fbintl - fbintl - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/intl.vcxproj.filters b/builds/win32/msvc12/intl.vcxproj.filters deleted file mode 100644 index bce9e65b53..0000000000 --- a/builds/win32/msvc12/intl.vcxproj.filters +++ /dev/null @@ -1,130 +0,0 @@ - - - - - {023515a1-e852-4346-9992-31ef1b8cb002} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7124f9ff-8c59-466e-916e-5f13ed7f2c53} - h;hpp;hxx;hm;inl - - - {8e2ee845-fff9-4741-891d-132cfbad590e} - - - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - - - Resource files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/intlbuild.vcxproj b/builds/win32/msvc12/intlbuild.vcxproj deleted file mode 100644 index c62876ff15..0000000000 --- a/builds/win32/msvc12/intlbuild.vcxproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9546EF04-1326-464B-A6ED-395C60DD63CC} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - Console - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - Console - false - - - MachineX64 - - - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient_ms.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient_ms.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/intlbuild.vcxproj.filters b/builds/win32/msvc12/intlbuild.vcxproj.filters deleted file mode 100644 index 7b712c511e..0000000000 --- a/builds/win32/msvc12/intlbuild.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {6e26db48-0502-4e89-80bd-2da496b8b307} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {f7880664-df5b-4361-8df7-0832b58be3db} - h;hpp;hxx;hm;inl - - - {e3c02581-b5db-444d-85b4-d4e869e9e192} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/isql.vcxproj b/builds/win32/msvc12/isql.vcxproj deleted file mode 100644 index be0904957d..0000000000 --- a/builds/win32/msvc12/isql.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DEE75AD5-F165-40E1-80B2-400E27725D5C} - isql - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;WIN32;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/isql.vcxproj.filters b/builds/win32/msvc12/isql.vcxproj.filters deleted file mode 100644 index 5dbee3dc2c..0000000000 --- a/builds/win32/msvc12/isql.vcxproj.filters +++ /dev/null @@ -1,97 +0,0 @@ - - - - - {432b17da-feb5-4854-bf4a-2eade764f005} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0e9c9357-7411-4d36-b6da-5bf58d471259} - h;hpp;hxx;hm;inl - - - {64a46d33-07a2-4c68-8ae0-30be298677f3} - - - {a0276ced-d198-4e65-bb2b-d78e9c5e1f3c} - epp - - - {b3973b46-4da2-46d6-921f-d6e87e3ba3e7} - - - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files\GPRE cpp - - - ISQL files\GPRE cpp - - - ISQL files\GPRE cpp - - - - - ISQL files\GPRE epp - - - ISQL files\GPRE epp - - - ISQL files\GPRE epp - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/legacy_auth.vcxproj b/builds/win32/msvc12/legacy_auth.vcxproj deleted file mode 100644 index 0c9671cae4..0000000000 --- a/builds/win32/msvc12/legacy_auth.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {062BD3C7-2D01-44F6-8D79-070F688C559F} - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/legacy_auth.vcxproj.filters b/builds/win32/msvc12/legacy_auth.vcxproj.filters deleted file mode 100644 index 2502900a3f..0000000000 --- a/builds/win32/msvc12/legacy_auth.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - {7b6c8954-96af-468f-a901-f3c81597d183} - - - {4c5e0fa9-7842-465d-9364-753bfb267c3d} - - - - - Resource files - - - - - AUTH files - - - AUTH files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/legacy_usermanager.vcxproj b/builds/win32/msvc12/legacy_usermanager.vcxproj deleted file mode 100644 index 5402999dc3..0000000000 --- a/builds/win32/msvc12/legacy_usermanager.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D836FBF5-071E-4E04-8D63-C7EB6701B296} - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/legacy_usermanager.vcxproj.filters b/builds/win32/msvc12/legacy_usermanager.vcxproj.filters deleted file mode 100644 index df0166bb7d..0000000000 --- a/builds/win32/msvc12/legacy_usermanager.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {f5abfba7-e5fe-444a-8f3a-71613bd06b14} - - - {4d7668b6-d659-4684-ac32-6285d87a8977} - - - {65cc725f-d68d-46a8-b9fd-1a442c5aa8bb} - - - {a4bf3426-2fd1-4474-8dcf-41acdd200b1a} - - - - - Resource files - - - - - GPRE epp - - - - - - headers - - - - - GPRE cpp - - - \ No newline at end of file diff --git a/builds/win32/msvc12/nbackup.vcxproj b/builds/win32/msvc12/nbackup.vcxproj deleted file mode 100644 index b3ede52a65..0000000000 --- a/builds/win32/msvc12/nbackup.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1} - - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120_xp - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/nbackup.vcxproj.filters b/builds/win32/msvc12/nbackup.vcxproj.filters deleted file mode 100644 index 2d938072f9..0000000000 --- a/builds/win32/msvc12/nbackup.vcxproj.filters +++ /dev/null @@ -1,43 +0,0 @@ - - - - - {8e1eff3b-6a1a-43ea-bc8d-a8ebd71c6aef} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e2992ff7-660d-4db0-8a11-d80828945f36} - h;hpp;hxx;hm;inl - - - {8bc29f10-4115-449b-b6d1-ab09f325f89f} - - - {0491117a-e8e1-4601-958e-742cc5e07bfa} - - - - - JRD files - - - UTILITIES files - - - UTILITIES files - - - - - Resource files - - - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/remote.vcxproj b/builds/win32/msvc12/remote.vcxproj deleted file mode 100644 index 481a1b3b89..0000000000 --- a/builds/win32/msvc12/remote.vcxproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {4BCC693D-1745-45ED-8302-E5E2F979549A} - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - ws2_32.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/remote.vcxproj.filters b/builds/win32/msvc12/remote.vcxproj.filters deleted file mode 100644 index 391b076fc8..0000000000 --- a/builds/win32/msvc12/remote.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {8db9d6e7-0f62-4a2d-8deb-64e4040c3f51} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {ffaa24af-5ba6-42bc-8ef9-7955cbdee0bf} - h;hpp;hxx;hm;inl - - - {d7ae1b59-bd1a-4d73-8cd3-c9619194ce80} - - - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - AUTH files - - - REMOTE files - - - AUTH files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/srp.vcxproj b/builds/win32/msvc12/srp.vcxproj deleted file mode 100644 index 8613cf7de9..0000000000 --- a/builds/win32/msvc12/srp.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42} - srp - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/srp.vcxproj.filters b/builds/win32/msvc12/srp.vcxproj.filters deleted file mode 100644 index ba9c8b90e5..0000000000 --- a/builds/win32/msvc12/srp.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - {ae75b2f0-6301-43d5-ac84-b552b3f9b1fb} - - - {8a20ce21-8fe2-4921-bdf3-9e65efd23d2a} - - - - - Source files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udf_compat.vcxproj b/builds/win32/msvc12/udf_compat.vcxproj deleted file mode 100644 index 15cf0285db..0000000000 --- a/builds/win32/msvc12/udf_compat.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6794EB8C-6425-422D-A3B0-14EED54C0E98} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - true - - - - NDEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;%(PreprocessorDefinitions) - - - false - - - Windows - ..\defs\udr_plugin.def - - - - - NDEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;%(PreprocessorDefinitions) - - - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;DEV_BUILD;%(PreprocessorDefinitions) - - - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udf_compat.vcxproj.filters b/builds/win32/msvc12/udf_compat.vcxproj.filters deleted file mode 100644 index 63926188ca..0000000000 --- a/builds/win32/msvc12/udf_compat.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {b8e84500-8d51-41a9-879a-665157ad8cba} - - - {e1d0ec8b-34eb-49f1-88ee-e63ecfea0db1} - - - {1995e0f6-f169-4a72-bcc9-21990c0db77a} - - - - - Resource files - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udr_engine.vcxproj b/builds/win32/msvc12/udr_engine.vcxproj deleted file mode 100644 index 38a7404c3d..0000000000 --- a/builds/win32/msvc12/udr_engine.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - MachineX64 - Windows - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udr_engine.vcxproj.filters b/builds/win32/msvc12/udr_engine.vcxproj.filters deleted file mode 100644 index 340ee3bc4e..0000000000 --- a/builds/win32/msvc12/udr_engine.vcxproj.filters +++ /dev/null @@ -1,29 +0,0 @@ - - - - - {52e7e4d5-11d5-4ff8-8f9e-61aeaeff22cf} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {144b4b1e-186a-42fb-b337-70f9443f12dd} - h;hpp;hxx;hm;inl - - - {52819501-0416-46a9-b273-8911bbaa943f} - - - - - Source files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udrcpp_example.vcxproj b/builds/win32/msvc12/udrcpp_example.vcxproj deleted file mode 100644 index 3d3ea95312..0000000000 --- a/builds/win32/msvc12/udrcpp_example.vcxproj +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {FF0FD8DF-1E5C-486E-B395-A620376A4633} - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/udrcpp_example.vcxproj.filters b/builds/win32/msvc12/udrcpp_example.vcxproj.filters deleted file mode 100644 index c7b2dcb78d..0000000000 --- a/builds/win32/msvc12/udrcpp_example.vcxproj.filters +++ /dev/null @@ -1,39 +0,0 @@ - - - - - {64d1047e-8316-4427-afc2-e2ae6cc718e3} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {17a79299-4afd-4265-886b-503946dfcf3e} - h;hpp;hxx;hm;inl - - - {7502259d-a2fd-4024-9a44-8d401b22c3b4} - - - - - Source files - - - - - Source files - - - - - Source files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/yvalve.vcxproj b/builds/win32/msvc12/yvalve.vcxproj deleted file mode 100644 index 77975a407a..0000000000 --- a/builds/win32/msvc12/yvalve.vcxproj +++ /dev/null @@ -1,233 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - true - false - false - true - false - - - - - - - - - - - - {4FE03933-98CD-4879-A135-FD9430087A6B} - yvalve - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120 - - - DynamicLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - fbclient - fbclient - fbclient - fbclient - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - true - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - EditAndContinue - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc12/yvalve.vcxproj.filters b/builds/win32/msvc12/yvalve.vcxproj.filters deleted file mode 100644 index 9433c43662..0000000000 --- a/builds/win32/msvc12/yvalve.vcxproj.filters +++ /dev/null @@ -1,155 +0,0 @@ - - - - - {e851796a-334f-465a-87d4-3a8493cde72c} - - - {c8501fd3-5859-4685-baad-969e1b6e2e1c} - - - {a06a0231-22bb-432f-95c2-ee97b9a1cee8} - - - {754afcc7-5b6d-4620-abe9-78b4653e08b0} - - - {5ee9ba85-e5ee-4f0d-a7b6-9ac703ff491c} - - - {2d91d43b-c689-41b3-9d55-227f0a4f5193} - - - {e5984b18-8167-41b3-9f37-51ccf2fd566e} - - - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - Auth - - - source - - - preprocessed - - - preprocessed - - - Remote client - - - source - - - source - - - Auth - - - source - - - Remote client - - - source - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - - - Resource files - - - - - - GPRE files - - - GPRE files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/DllNoEmbedManifest.props b/builds/win32/msvc14/DllNoEmbedManifest.props deleted file mode 100644 index 8a06e4a75b..0000000000 --- a/builds/win32/msvc14/DllNoEmbedManifest.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - false - - \ No newline at end of file diff --git a/builds/win32/msvc14/Firebird.sln b/builds/win32/msvc14/Firebird.sln deleted file mode 100644 index 6c72197cf3..0000000000 --- a/builds/win32/msvc14/Firebird.sln +++ /dev/null @@ -1,373 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alice", "alice.vcxproj", "{0D616380-1A5A-4230-A80B-021360E4E669}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "burp", "burp.vcxproj", "{D1507562-A363-4685-96AF-B036F5E5E47F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "engine.vcxproj", "{F8798A49-9D20-451E-A7BD-FEB5237103B5}" - ProjectSection(ProjectDependencies) = postProject - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} = {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} - {53F75437-15B8-4A5C-86BF-E238CC68FCBC} = {53F75437-15B8-4A5C-86BF-E238CC68FCBC} - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} = {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fb_lock_print", "fb_lock_print.vcxproj", "{E8397148-0E9C-449B-9F45-7FB377A08242}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbguard", "fbguard.vcxproj", "{BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbserver", "fbserver.vcxproj", "{23EC8DAA-6718-4EF3-979F-89F611C7D504}" - ProjectSection(ProjectDependencies) = postProject - {F8798A49-9D20-451E-A7BD-FEB5237103B5} = {F8798A49-9D20-451E-A7BD-FEB5237103B5} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gbak", "gbak.vcxproj", "{B732F5D2-B5D9-417F-B156-D790F466CB8E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gfix", "gfix.vcxproj", "{44A9E4AD-B932-4620-B319-431A153BB341}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre", "gpre.vcxproj", "{D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsec", "gsec.vcxproj", "{7043CC61-DEC1-4C6B-86B9-0E911D1094C9}" - ProjectSection(ProjectDependencies) = postProject - {D836FBF5-071E-4E04-8D63-C7EB6701B296} = {D836FBF5-071E-4E04-8D63-C7EB6701B296} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsplit", "gsplit.vcxproj", "{B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstat", "gstat.vcxproj", "{7E862973-37C4-4202-80E7-490ED4DEDA14}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ib_util", "ib_util.vcxproj", "{EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instreg", "instreg.vcxproj", "{19470DE6-1975-4F9B-B1BE-E87A83240B15}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instsvc", "instsvc.vcxproj", "{72894398-38CA-47A6-95FE-9647DE2BE968}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intl", "intl.vcxproj", "{DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "isql", "isql.vcxproj", "{DEE75AD5-F165-40E1-80B2-400E27725D5C}" - ProjectSection(ProjectDependencies) = postProject - {F8798A49-9D20-451E-A7BD-FEB5237103B5} = {F8798A49-9D20-451E-A7BD-FEB5237103B5} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nbackup", "nbackup.vcxproj", "{01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instclient", "instclient.vcxproj", "{C6A31374-178C-4680-A404-76BE24D0229B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fb2control", "fb2control.vcxproj", "{1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbrmclib", "fbrmclib.vcxproj", "{FAF9AD25-8238-49E9-9AC9-8C56E190440A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbsvcmgr", "fbsvcmgr.vcxproj", "{EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbtrace", "fbtrace.vcxproj", "{53F75437-15B8-4A5C-86BF-E238CC68FCBC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbtracemgr", "fbtracemgr.vcxproj", "{58C7E370-0EDD-4F5E-8617-3F5071170205}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udr_engine", "udr_engine.vcxproj", "{20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_common", "gpre_common.vcxproj", "{2925B855-5975-44AE-BB00-1217A2A4E511}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy_usermanager", "legacy_usermanager.vcxproj", "{D836FBF5-071E-4E04-8D63-C7EB6701B296}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "srp", "srp.vcxproj", "{BD00D28E-6667-414E-A4B1-6BEFC07ADB42}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy_auth", "legacy_auth.vcxproj", "{062BD3C7-2D01-44F6-8D79-070F688C559F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udf_compat", "udf_compat.vcxproj", "{6794EB8C-6425-422D-A3B0-14EED54C0E98}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chacha", "chacha.vcxproj", "{F2E1A852-5A4B-4162-9DA8-0363805FCFD0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|Win32.ActiveCfg = Debug|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|Win32.Build.0 = Debug|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|x64.ActiveCfg = Debug|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Debug|x64.Build.0 = Debug|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|Win32.ActiveCfg = Release|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|Win32.Build.0 = Release|Win32 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|x64.ActiveCfg = Release|x64 - {0D616380-1A5A-4230-A80B-021360E4E669}.Release|x64.Build.0 = Release|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|Win32.ActiveCfg = Debug|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|Win32.Build.0 = Debug|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|x64.ActiveCfg = Debug|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Debug|x64.Build.0 = Debug|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|Win32.ActiveCfg = Release|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|Win32.Build.0 = Release|Win32 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|x64.ActiveCfg = Release|x64 - {D1507562-A363-4685-96AF-B036F5E5E47F}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|Win32.Build.0 = Debug|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|x64.ActiveCfg = Debug|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Debug|x64.Build.0 = Debug|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|Win32.ActiveCfg = Release|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|Win32.Build.0 = Release|Win32 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|x64.ActiveCfg = Release|x64 - {F8798A49-9D20-451E-A7BD-FEB5237103B5}.Release|x64.Build.0 = Release|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|Win32.ActiveCfg = Debug|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|Win32.Build.0 = Debug|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|x64.ActiveCfg = Debug|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Debug|x64.Build.0 = Debug|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|Win32.ActiveCfg = Release|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|Win32.Build.0 = Release|Win32 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|x64.ActiveCfg = Release|x64 - {E8397148-0E9C-449B-9F45-7FB377A08242}.Release|x64.Build.0 = Release|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|Win32.ActiveCfg = Debug|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|Win32.Build.0 = Debug|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|x64.ActiveCfg = Debug|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Debug|x64.Build.0 = Debug|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|Win32.ActiveCfg = Release|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|Win32.Build.0 = Release|Win32 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|x64.ActiveCfg = Release|x64 - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2}.Release|x64.Build.0 = Release|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|Win32.ActiveCfg = Debug|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|Win32.Build.0 = Debug|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|x64.ActiveCfg = Debug|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Debug|x64.Build.0 = Debug|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|Win32.ActiveCfg = Release|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|Win32.Build.0 = Release|Win32 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|x64.ActiveCfg = Release|x64 - {23EC8DAA-6718-4EF3-979F-89F611C7D504}.Release|x64.Build.0 = Release|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|Win32.ActiveCfg = Debug|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|Win32.Build.0 = Debug|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|x64.ActiveCfg = Debug|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Debug|x64.Build.0 = Debug|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|Win32.ActiveCfg = Release|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|Win32.Build.0 = Release|Win32 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|x64.ActiveCfg = Release|x64 - {B732F5D2-B5D9-417F-B156-D790F466CB8E}.Release|x64.Build.0 = Release|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|Win32.ActiveCfg = Debug|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|Win32.Build.0 = Debug|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|x64.ActiveCfg = Debug|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Debug|x64.Build.0 = Debug|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|Win32.ActiveCfg = Release|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|Win32.Build.0 = Release|Win32 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|x64.ActiveCfg = Release|x64 - {44A9E4AD-B932-4620-B319-431A153BB341}.Release|x64.Build.0 = Release|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|Win32.ActiveCfg = Debug|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|Win32.Build.0 = Debug|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|x64.ActiveCfg = Debug|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Debug|x64.Build.0 = Debug|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|Win32.ActiveCfg = Release|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|Win32.Build.0 = Release|Win32 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|x64.ActiveCfg = Release|x64 - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0}.Release|x64.Build.0 = Release|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|Win32.ActiveCfg = Debug|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|Win32.Build.0 = Debug|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|x64.ActiveCfg = Debug|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Debug|x64.Build.0 = Debug|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|Win32.ActiveCfg = Release|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|Win32.Build.0 = Release|Win32 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|x64.ActiveCfg = Release|x64 - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9}.Release|x64.Build.0 = Release|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|Win32.ActiveCfg = Debug|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|Win32.Build.0 = Debug|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|x64.ActiveCfg = Debug|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Debug|x64.Build.0 = Debug|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|Win32.ActiveCfg = Release|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|Win32.Build.0 = Release|Win32 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|x64.ActiveCfg = Release|x64 - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5}.Release|x64.Build.0 = Release|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|Win32.ActiveCfg = Debug|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|Win32.Build.0 = Debug|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|x64.ActiveCfg = Debug|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Debug|x64.Build.0 = Debug|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|Win32.ActiveCfg = Release|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|Win32.Build.0 = Release|Win32 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|x64.ActiveCfg = Release|x64 - {7E862973-37C4-4202-80E7-490ED4DEDA14}.Release|x64.Build.0 = Release|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|Win32.ActiveCfg = Debug|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|Win32.Build.0 = Debug|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|x64.ActiveCfg = Debug|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Debug|x64.Build.0 = Debug|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|Win32.ActiveCfg = Release|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|Win32.Build.0 = Release|Win32 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|x64.ActiveCfg = Release|x64 - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D}.Release|x64.Build.0 = Release|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|Win32.ActiveCfg = Debug|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|Win32.Build.0 = Debug|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|x64.ActiveCfg = Debug|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Debug|x64.Build.0 = Debug|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|Win32.ActiveCfg = Release|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|Win32.Build.0 = Release|Win32 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|x64.ActiveCfg = Release|x64 - {19470DE6-1975-4F9B-B1BE-E87A83240B15}.Release|x64.Build.0 = Release|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|Win32.ActiveCfg = Debug|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|Win32.Build.0 = Debug|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|x64.ActiveCfg = Debug|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Debug|x64.Build.0 = Debug|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|Win32.ActiveCfg = Release|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|Win32.Build.0 = Release|Win32 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|x64.ActiveCfg = Release|x64 - {72894398-38CA-47A6-95FE-9647DE2BE968}.Release|x64.Build.0 = Release|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|Win32.ActiveCfg = Debug|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|Win32.Build.0 = Debug|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|x64.ActiveCfg = Debug|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Debug|x64.Build.0 = Debug|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|Win32.ActiveCfg = Release|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|Win32.Build.0 = Release|Win32 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|x64.ActiveCfg = Release|x64 - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A}.Release|x64.Build.0 = Release|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|Win32.ActiveCfg = Debug|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|Win32.Build.0 = Debug|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|x64.ActiveCfg = Debug|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Debug|x64.Build.0 = Debug|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|Win32.ActiveCfg = Release|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|Win32.Build.0 = Release|Win32 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|x64.ActiveCfg = Release|x64 - {DEE75AD5-F165-40E1-80B2-400E27725D5C}.Release|x64.Build.0 = Release|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|Win32.ActiveCfg = Debug|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|Win32.Build.0 = Debug|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|x64.ActiveCfg = Debug|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Debug|x64.Build.0 = Debug|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|Win32.ActiveCfg = Release|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|Win32.Build.0 = Release|Win32 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|x64.ActiveCfg = Release|x64 - {EBB8361B-49D5-43A5-8771-940DF3E308EF}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|Win32.ActiveCfg = Debug|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|Win32.Build.0 = Debug|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|x64.ActiveCfg = Debug|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Debug|x64.Build.0 = Debug|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|Win32.ActiveCfg = Release|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|Win32.Build.0 = Release|Win32 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|x64.ActiveCfg = Release|x64 - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1}.Release|x64.Build.0 = Release|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|Win32.ActiveCfg = Debug|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|Win32.Build.0 = Debug|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|x64.ActiveCfg = Debug|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Debug|x64.Build.0 = Debug|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|Win32.ActiveCfg = Release|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|Win32.Build.0 = Release|Win32 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|x64.ActiveCfg = Release|x64 - {C6A31374-178C-4680-A404-76BE24D0229B}.Release|x64.Build.0 = Release|x64 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Debug|Win32.ActiveCfg = Debug|Win32 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Debug|x64.ActiveCfg = Debug|x64 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Release|Win32.ActiveCfg = Release|Win32 - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16}.Release|x64.ActiveCfg = Release|x64 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|Win32.ActiveCfg = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|Win32.Build.0 = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Debug|x64.ActiveCfg = Debug|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|Win32.ActiveCfg = Release|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|Win32.Build.0 = Release|Win32 - {FAF9AD25-8238-49E9-9AC9-8C56E190440A}.Release|x64.ActiveCfg = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|Win32.ActiveCfg = Debug|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|Win32.Build.0 = Debug|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|x64.ActiveCfg = Debug|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Debug|x64.Build.0 = Debug|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|Win32.ActiveCfg = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|Win32.Build.0 = Release|Win32 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|x64.ActiveCfg = Release|x64 - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B}.Release|x64.Build.0 = Release|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|Win32.ActiveCfg = Debug|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|Win32.Build.0 = Debug|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|x64.ActiveCfg = Debug|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Debug|x64.Build.0 = Debug|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|Win32.ActiveCfg = Release|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|Win32.Build.0 = Release|Win32 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|x64.ActiveCfg = Release|x64 - {53F75437-15B8-4A5C-86BF-E238CC68FCBC}.Release|x64.Build.0 = Release|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|Win32.ActiveCfg = Debug|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|Win32.Build.0 = Debug|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|x64.ActiveCfg = Debug|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Debug|x64.Build.0 = Debug|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|Win32.ActiveCfg = Release|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|Win32.Build.0 = Release|Win32 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|x64.ActiveCfg = Release|x64 - {58C7E370-0EDD-4F5E-8617-3F5071170205}.Release|x64.Build.0 = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.ActiveCfg = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.Build.0 = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.ActiveCfg = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.Build.0 = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.ActiveCfg = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.Build.0 = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.Build.0 = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.ActiveCfg = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.Build.0 = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.ActiveCfg = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.Build.0 = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.ActiveCfg = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.Build.0 = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.ActiveCfg = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|Win32.ActiveCfg = Debug|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|Win32.Build.0 = Debug|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|x64.ActiveCfg = Debug|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Debug|x64.Build.0 = Debug|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|Win32.ActiveCfg = Release|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|Win32.Build.0 = Release|Win32 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|x64.ActiveCfg = Release|x64 - {D836FBF5-071E-4E04-8D63-C7EB6701B296}.Release|x64.Build.0 = Release|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|Win32.ActiveCfg = Debug|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|Win32.Build.0 = Debug|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|x64.ActiveCfg = Debug|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Debug|x64.Build.0 = Debug|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|Win32.ActiveCfg = Release|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|Win32.Build.0 = Release|Win32 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|x64.ActiveCfg = Release|x64 - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42}.Release|x64.Build.0 = Release|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|Win32.ActiveCfg = Debug|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|Win32.Build.0 = Debug|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|x64.ActiveCfg = Debug|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Debug|x64.Build.0 = Debug|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|Win32.ActiveCfg = Release|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|Win32.Build.0 = Release|Win32 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|x64.ActiveCfg = Release|x64 - {062BD3C7-2D01-44F6-8D79-070F688C559F}.Release|x64.Build.0 = Release|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|Win32.ActiveCfg = Debug|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|Win32.Build.0 = Debug|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|x64.ActiveCfg = Debug|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Debug|x64.Build.0 = Debug|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|Win32.ActiveCfg = Release|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|Win32.Build.0 = Release|Win32 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|x64.ActiveCfg = Release|x64 - {6794EB8C-6425-422D-A3B0-14EED54C0E98}.Release|x64.Build.0 = Release|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|Win32.Build.0 = Debug|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|x64.ActiveCfg = Debug|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Debug|x64.Build.0 = Debug|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|Win32.ActiveCfg = Release|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|Win32.Build.0 = Release|Win32 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|x64.ActiveCfg = Release|x64 - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc14/FirebirdBoot.sln b/builds/win32/msvc14/FirebirdBoot.sln deleted file mode 100644 index e293b92420..0000000000 --- a/builds/win32/msvc14/FirebirdBoot.sln +++ /dev/null @@ -1,97 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "build_msg", "build_msg.vcxproj", "{99A84638-DF3A-417F-895D-5BD88FC29411}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "codes", "codes.vcxproj", "{5658573B-E79E-4C84-8B15-C910C4CDB9AD}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_boot", "gpre_boot.vcxproj", "{8348521F-4480-4A1D-AE3B-E260235E9860}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btyacc", "btyacc.vcxproj", "{57CDBF51-F1FB-4227-8C03-6F4134A7E234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpre_common", "gpre_common.vcxproj", "{2925B855-5975-44AE-BB00-1217A2A4E511}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|Win32.ActiveCfg = Debug|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|Win32.Build.0 = Debug|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|x64.ActiveCfg = Debug|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Debug|x64.Build.0 = Debug|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|Win32.ActiveCfg = Release|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|Win32.Build.0 = Release|Win32 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|x64.ActiveCfg = Release|x64 - {99A84638-DF3A-417F-895D-5BD88FC29411}.Release|x64.Build.0 = Release|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|Win32.Build.0 = Debug|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|x64.ActiveCfg = Debug|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Debug|x64.Build.0 = Debug|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|Win32.ActiveCfg = Release|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|Win32.Build.0 = Release|Win32 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|x64.ActiveCfg = Release|x64 - {5658573B-E79E-4C84-8B15-C910C4CDB9AD}.Release|x64.Build.0 = Release|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|Win32.ActiveCfg = Debug|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|Win32.Build.0 = Debug|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|x64.ActiveCfg = Debug|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Debug|x64.Build.0 = Debug|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|Win32.ActiveCfg = Release|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|Win32.Build.0 = Release|Win32 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|x64.ActiveCfg = Release|x64 - {8348521F-4480-4A1D-AE3B-E260235E9860}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|Win32.ActiveCfg = Debug|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|Win32.Build.0 = Debug|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|x64.ActiveCfg = Debug|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Debug|x64.Build.0 = Debug|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|Win32.ActiveCfg = Release|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|Win32.Build.0 = Release|Win32 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|x64.ActiveCfg = Release|x64 - {57CDBF51-F1FB-4227-8C03-6F4134A7E234}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.ActiveCfg = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|Win32.Build.0 = Debug|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.ActiveCfg = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Debug|x64.Build.0 = Debug|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.ActiveCfg = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|Win32.Build.0 = Release|Win32 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.ActiveCfg = Release|x64 - {2925B855-5975-44AE-BB00-1217A2A4E511}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc14/FirebirdCommon.props b/builds/win32/msvc14/FirebirdCommon.props deleted file mode 100644 index 50faef634d..0000000000 --- a/builds/win32/msvc14/FirebirdCommon.props +++ /dev/null @@ -1,44 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\..\temp\$(PlatformName)\$(Configuration)\$(ProjectName)\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\$(ProjectName)\ - false - - - - /EHsc- %(AdditionalOptions) - true - ../../../src/include;../../../src/include/gen;../../../extern/libtomcrypt/src/headers;../../../extern/libtommath;../../../extern/icu/include;../../../extern/zlib;../../../extern/re2;%(AdditionalIncludeDirectories) - - - false - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)\$(ProjectName).pch - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)/ - true - ..\..\..\temp\$(Platform)\$(Configuration)\$(ProjectName)\ - Level3 - true - ProgramDatabase - Default - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - true - true - $(IntDir)$(TargetName).pdb - $(IntDir)$(TargetName).lib - - - $(IntDir)$(TargetName).bsc - - - RC_ARH_$(Platform);RC_TARGET_$(TargetName);RC_TARGET_NAME=$(TargetName);RC_TARGET_FILENAME=$(TargetFileName);%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/builds/win32/msvc14/FirebirdDebug.props b/builds/win32/msvc14/FirebirdDebug.props deleted file mode 100644 index af1b3dfde6..0000000000 --- a/builds/win32/msvc14/FirebirdDebug.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - - - - MultiThreadedDebugDLL - EnableFastChecks - - - _DEBUG;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/builds/win32/msvc14/FirebirdExamples.sln b/builds/win32/msvc14/FirebirdExamples.sln deleted file mode 100644 index 98b8fecacf..0000000000 --- a/builds/win32/msvc14/FirebirdExamples.sln +++ /dev/null @@ -1,86 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "empbuild", "empbuild.vcxproj", "{FC2859B9-56DB-40B4-86C4-2DE31ECE9144}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intlbuild", "intlbuild.vcxproj", "{9546EF04-1326-464B-A6ED-395C60DD63CC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udr_engine", "udr_engine.vcxproj", "{20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udrcpp_example", "udrcpp_example.vcxproj", "{FF0FD8DF-1E5C-486E-B395-A620376A4633}" - ProjectSection(ProjectDependencies) = postProject - {4FE03933-98CD-4879-A135-FD9430087A6B} = {4FE03933-98CD-4879-A135-FD9430087A6B} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcxproj", "{15605F44-BFFD-444F-AD4C-55DC9D704465}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yvalve", "yvalve.vcxproj", "{4FE03933-98CD-4879-A135-FD9430087A6B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote", "remote.vcxproj", "{4BCC693D-1745-45ED-8302-E5E2F979549A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|Win32.Build.0 = Debug|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|x64.ActiveCfg = Debug|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Debug|x64.Build.0 = Debug|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|Win32.ActiveCfg = Release|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|Win32.Build.0 = Release|Win32 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|x64.ActiveCfg = Release|x64 - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144}.Release|x64.Build.0 = Release|x64 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Debug|Win32.ActiveCfg = Debug|Win32 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Debug|x64.ActiveCfg = Debug|x64 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Release|Win32.ActiveCfg = Release|Win32 - {9546EF04-1326-464B-A6ED-395C60DD63CC}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.ActiveCfg = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|Win32.Build.0 = Debug|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.ActiveCfg = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Debug|x64.Build.0 = Debug|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.ActiveCfg = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|Win32.Build.0 = Release|Win32 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.ActiveCfg = Release|x64 - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B}.Release|x64.Build.0 = Release|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|Win32.ActiveCfg = Debug|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|Win32.Build.0 = Debug|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|x64.ActiveCfg = Debug|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Debug|x64.Build.0 = Debug|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|Win32.ActiveCfg = Release|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|Win32.Build.0 = Release|Win32 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|x64.ActiveCfg = Release|x64 - {FF0FD8DF-1E5C-486E-B395-A620376A4633}.Release|x64.Build.0 = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.ActiveCfg = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|Win32.Build.0 = Debug|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.ActiveCfg = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Debug|x64.Build.0 = Debug|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.ActiveCfg = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|Win32.Build.0 = Release|Win32 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.ActiveCfg = Release|x64 - {15605F44-BFFD-444F-AD4C-55DC9D704465}.Release|x64.Build.0 = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|Win32.Build.0 = Debug|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.ActiveCfg = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Debug|x64.Build.0 = Debug|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.ActiveCfg = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|Win32.Build.0 = Release|Win32 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.ActiveCfg = Release|x64 - {4FE03933-98CD-4879-A135-FD9430087A6B}.Release|x64.Build.0 = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|Win32.Build.0 = Debug|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.ActiveCfg = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Debug|x64.Build.0 = Debug|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.ActiveCfg = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|Win32.Build.0 = Release|Win32 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.ActiveCfg = Release|x64 - {4BCC693D-1745-45ED-8302-E5E2F979549A}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/builds/win32/msvc14/FirebirdRelease.props b/builds/win32/msvc14/FirebirdRelease.props deleted file mode 100644 index c2857a78b0..0000000000 --- a/builds/win32/msvc14/FirebirdRelease.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - <_ProjectFileVersion>10.0.30319.1 - - - - MultiThreadedDLL - /Zo %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/builds/win32/msvc14/alice.vcxproj b/builds/win32/msvc14/alice.vcxproj deleted file mode 100644 index 7047a027c8..0000000000 --- a/builds/win32/msvc14/alice.vcxproj +++ /dev/null @@ -1,149 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0D616380-1A5A-4230-A80B-021360E4E669} - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/alice.vcxproj.filters b/builds/win32/msvc14/alice.vcxproj.filters deleted file mode 100644 index 1b72e071c8..0000000000 --- a/builds/win32/msvc14/alice.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {4744ff85-687e-463a-bd05-c8dbc4965b78} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7b10a2cf-e42c-4a2e-851c-1b60ea3ff9f3} - epp - - - {2ef69e20-bbb8-47f1-bc08-69341a6b42d9} - c - - - {54c589f8-95de-4b05-a2e1-a9c5b7432f9e} - h;hpp;hxx;hm;inl - - - - - ALICE files - - - ALICE files - - - ALICE files\Generated files - - - ALICE files - - - - - ALICE files\epp files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/btyacc.vcxproj b/builds/win32/msvc14/btyacc.vcxproj deleted file mode 100644 index 4bdb08bdc7..0000000000 --- a/builds/win32/msvc14/btyacc.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {57CDBF51-F1FB-4227-8C03-6F4134A7E234} - btyacc - ManagedCProj - - - - Application - MultiByte - false - v140_xp - - - Application - MultiByte - false - v140_xp - - - Application - MultiByte - false - v140 - - - Application - MultiByte - false - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions) - false - Default - - - - - true - false - - - - - - - WIN32;NDEBUG;%(PreprocessorDefinitions) - false - - - - - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions) - false - Default - - - - - true - false - - - MachineX64 - - - - - X64 - - - WIN32;NDEBUG;%(PreprocessorDefinitions) - false - - - - - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/btyacc.vcxproj.filters b/builds/win32/msvc14/btyacc.vcxproj.filters deleted file mode 100644 index a6ed61ef74..0000000000 --- a/builds/win32/msvc14/btyacc.vcxproj.filters +++ /dev/null @@ -1,69 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/build_msg.vcxproj b/builds/win32/msvc14/build_msg.vcxproj deleted file mode 100644 index 9168f91713..0000000000 --- a/builds/win32/msvc14/build_msg.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {99A84638-DF3A-417F-895D-5BD88FC29411} - build_msg - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/build_msg.vcxproj.filters b/builds/win32/msvc14/build_msg.vcxproj.filters deleted file mode 100644 index bd1bd0ad0c..0000000000 --- a/builds/win32/msvc14/build_msg.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {fcdd6b30-509f-42af-a518-62266799e430} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {56bc7ec7-a5b0-49f7-88b8-329f39418f57} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {516ad004-1726-4fc9-965c-314487a60d9d} - h;hpp;hxx;hm;inl - - - - - Source Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/burp.vcxproj b/builds/win32/msvc14/burp.vcxproj deleted file mode 100644 index dec13a3cdc..0000000000 --- a/builds/win32/msvc14/burp.vcxproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D1507562-A363-4685-96AF-B036F5E5E47F} - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/burp.vcxproj.filters b/builds/win32/msvc14/burp.vcxproj.filters deleted file mode 100644 index 03e6d1a31f..0000000000 --- a/builds/win32/msvc14/burp.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {fd99cd9f-613b-4a15-b474-628e56554ec1} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {d70145a9-24c1-4e37-b304-c68ec2bd2554} - epp - - - {29b1e9b7-aa82-4e3d-a40d-050a52c1a462} - - - {eb4b34e6-bff2-4f4f-acff-eda9621d223b} - h;hpp;hxx;hm;inl - - - - - BURP files - - - BURP files - - - BURP files - - - BURP files - - - BURP files\Generated files - - - BURP files\Generated files - - - BURP files\Generated files - - - - - BURP files\epp files - - - BURP files\epp files - - - BURP files\epp files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/chacha.vcxproj b/builds/win32/msvc14/chacha.vcxproj deleted file mode 100644 index 71c96bc3a2..0000000000 --- a/builds/win32/msvc14/chacha.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F2E1A852-5A4B-4162-9DA8-0363805FCFD0} - chacha - - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140 - - - DynamicLibrary - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/chacha.vcxproj.filters b/builds/win32/msvc14/chacha.vcxproj.filters deleted file mode 100644 index 54479ff268..0000000000 --- a/builds/win32/msvc14/chacha.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - {ae75b2f0-6301-43d5-ac84-b552b3f9b1fb} - - - {8a20ce21-8fe2-4921-bdf3-9e65efd23d2a} - - - - - Source files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/codes.vcxproj b/builds/win32/msvc14/codes.vcxproj deleted file mode 100644 index 46a9048c07..0000000000 --- a/builds/win32/msvc14/codes.vcxproj +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5658573B-E79E-4C84-8B15-C910C4CDB9AD} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - true - - - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - \progs\firebird\firebird2\src\jrd - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - true - false - false - true - false - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/codes.vcxproj.filters b/builds/win32/msvc14/codes.vcxproj.filters deleted file mode 100644 index cfabd7e877..0000000000 --- a/builds/win32/msvc14/codes.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {05ece0fa-1062-451b-a11c-7610865be08d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0c75fa27-3d0d-47f6-8e6b-1e1465475587} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {87b52ce6-a829-4262-a3f9-b089abb4ced9} - h;hpp;hxx;hm;inl - - - - - Source Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/common.vcxproj b/builds/win32/msvc14/common.vcxproj deleted file mode 100644 index c230c82a3e..0000000000 --- a/builds/win32/msvc14/common.vcxproj +++ /dev/null @@ -1,351 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - StreamingSIMDExtensions2 - true - StreamingSIMDExtensions2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {15605F44-BFFD-444F-AD4C-55DC9D704465} - common - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;../../../extern/re2/builds/$(PlatformName)\$(Configuration)\re2.lib;%(AdditionalDependencies) - - - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - EditAndContinue - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;../../../extern/re2/builds/$(PlatformName)\$(Configuration)\re2.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;../../../extern/re2/builds/$(PlatformName)\$(Configuration)\re2.lib;$(TargetDir)\ttmathuint_x86_64_msvc.obj;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - - - ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/libtomcrypt/lib/$(PlatformName)\$(Configuration)\tomcrypt.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;../../../extern/re2/builds/$(PlatformName)\$(Configuration)\re2.lib;$(TargetDir)\ttmathuint_x86_64_msvc.obj;%(AdditionalDependencies) - - - - - - diff --git a/builds/win32/msvc14/common.vcxproj.filters b/builds/win32/msvc14/common.vcxproj.filters deleted file mode 100644 index 755df2e523..0000000000 --- a/builds/win32/msvc14/common.vcxproj.filters +++ /dev/null @@ -1,600 +0,0 @@ - - - - - {f95ad003-41e0-4fd7-b4de-7f3a729835c3} - - - {496670e9-f445-4416-a716-96ec5709858c} - - - {dfed73a4-6b65-411d-b43b-d000b7edfb70} - - - {03f83331-723e-4ba5-9ebb-348f0554a088} - - - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - classes - - - config - - - config - - - config - - - config - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - classes - - - classes - - - classes - - - classes - - - classes - - - common - - - common - - - common - - - common - - - classes - - - common - - - classes - - - classes - - - classes - - - common - - - common - - - common - - - classes - - - classes - - - common - - - common - - - classes - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/builds/win32/msvc14/empbuild.vcxproj b/builds/win32/msvc14/empbuild.vcxproj deleted file mode 100644 index b6bc0e0a4c..0000000000 --- a/builds/win32/msvc14/empbuild.vcxproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {FC2859B9-56DB-40B4-86C4-2DE31ECE9144} - empbuild - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - Console - - - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - Console - - - false - - - - - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\fbclient;%(AdditionalLibraryDirectories) - Console - - - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - odbc32.lib;odbccp32.lib;fbclient.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\fbclient;%(AdditionalLibraryDirectories) - Console - - - false - - - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/empbuild.vcxproj.filters b/builds/win32/msvc14/empbuild.vcxproj.filters deleted file mode 100644 index d2356d3c6e..0000000000 --- a/builds/win32/msvc14/empbuild.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {d8040221-dac9-41e3-a485-dc7404c177e3} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {539bf5d3-a626-4903-8dc3-75d82bf172de} - h;hpp;hxx;hm;inl - - - {307f31db-efbf-4c9c-9aa6-dbda2d6d8484} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/engine.vcxproj b/builds/win32/msvc14/engine.vcxproj deleted file mode 100644 index 778d66a0a1..0000000000 --- a/builds/win32/msvc14/engine.vcxproj +++ /dev/null @@ -1,564 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Document - - - - - - - - - - - - - - - - {0d616380-1a5a-4230-a80b-021360e4e669} - true - false - false - true - false - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - true - false - false - true - false - - - - - - - {F8798A49-9D20-451E-A7BD-FEB5237103B5} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - engine13 - engine13 - engine13 - engine13 - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - true - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_LIB;SUPERSERVER;DEV_BUILD;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - EditAndContinue - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_LIB;SUPERSERVER;DEV_BUILD;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_LIB;SUPERSERVER;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_LIB;SUPERSERVER;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - ..\defs\plugin.def - Windows - - - - - - diff --git a/builds/win32/msvc14/engine.vcxproj.filters b/builds/win32/msvc14/engine.vcxproj.filters deleted file mode 100644 index eb79d2629a..0000000000 --- a/builds/win32/msvc14/engine.vcxproj.filters +++ /dev/null @@ -1,1100 +0,0 @@ - - - - - {908cb401-f8b0-49f4-8427-5563bd6d934f} - - - {9275b77d-951f-43db-9617-a358302fc7f0} - - - {44b01586-fa6d-4e08-9fa0-9795798fa07c} - - - {b822c843-e6f1-409b-bb59-2e142870df72} - - - {94e778dd-b8e5-4864-8ae0-31c64dd3f724} - - - {95e5aff1-8ee9-4769-aa91-3be6d34a96df} - - - {f260b1eb-19c9-4092-afdc-e2d6ac8890a3} - - - {b8aab4da-86a2-4d2c-ac72-d93d0b8133e6} - - - {cd135cb6-654a-4611-a458-dd2d6ccce267} - - - {825d3a91-312b-435f-bb14-6d420a52616e} - - - {9a0dbf17-af8f-4bfb-9ea8-ff3af7d0a873} - - - {82c21748-f164-41ab-bd6e-4e56a123fb94} - - - {f8ad7750-3087-4a0c-9679-a44b5d0f38dd} - - - {686cba10-1e4f-44f7-b044-972ef8327197} - - - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - JRD files\Data Access - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - DSQL - - - JRD files\EXTDS - - - JRD files\EXTDS - - - JRD files\EXTDS - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files\Trace - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - JRD files - - - Lock - - - Services - - - Services - - - Services - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - JRD files\GPRE cpp - - - DSQL\preprocesed - - - DSQL\preprocesed - - - DSQL\preprocesed - - - Services - - - JRD files\Data Access - - - JRD files - - - JRD files - - - DSQL - - - JRD files - - - JRD files - - - JRD files - - - DSQL - - - JRD files\EXTDS - - - JRD files - - - DSQL - - - JRD files - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - Replication - - - JRD files - - - JRD files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - DSQL\GPRE files - - - DSQL\GPRE files - - - DSQL\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - JRD files\GPRE files - - - Services - - - DSQL - - - - - - Resource files - - - diff --git a/builds/win32/msvc14/fb2control.vcxproj b/builds/win32/msvc14/fb2control.vcxproj deleted file mode 100644 index 98bcb3ae39..0000000000 --- a/builds/win32/msvc14/fb2control.vcxproj +++ /dev/null @@ -1,260 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16} - MFCProj - - - - DynamicLibrary - Static - MultiByte - v140_xp - - - DynamicLibrary - Static - MultiByte - v140_xp - - - DynamicLibrary - Dynamic - MultiByte - v140 - - - DynamicLibrary - Static - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\ - Firebird2Control - .cpl - Firebird2Control - .cpl - Firebird2Control - .cpl - Firebird2Control - .cpl - - - - NDEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Full - OnlyExplicitInline - Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreaded - - - true - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - - - - - NDEBUG;%(PreprocessorDefinitions) - true - X64 - - - Full - OnlyExplicitInline - Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreaded - - - true - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;WIN32;DEV_BUILD;_USRDLL;WINVER=0x500;%(PreprocessorDefinitions) - MultiThreadedDebug - true - TRACE;%(UndefinePreprocessorDefinitions) - EditAndContinue - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;WIN32;DEV_BUILD;_USRDLL;CPL_APPLET;WINVER=0x500;%(PreprocessorDefinitions) - true - TRACE;%(UndefinePreprocessorDefinitions) - - - _AFXDLL;%(PreprocessorDefinitions) - - - shlwapi.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\system32\Firebird2Control.cpl - 1.0 - ..\..\..\src\utilities\fbcpl\FBControl.def - Windows - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fb2control.vcxproj.filters b/builds/win32/msvc14/fb2control.vcxproj.filters deleted file mode 100644 index c5adb05ae6..0000000000 --- a/builds/win32/msvc14/fb2control.vcxproj.filters +++ /dev/null @@ -1,82 +0,0 @@ - - - - - {39ef1e90-4480-440c-bd17-f800e234ed33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {659cf67a-b4b0-44d2-9be7-2cb1ef156b5e} - h;hpp;hxx;hm;inl - - - {12b4835d-5be9-40e1-9574-ef349643898f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fb_lock_print.vcxproj b/builds/win32/msvc14/fb_lock_print.vcxproj deleted file mode 100644 index 44ace81c7b..0000000000 --- a/builds/win32/msvc14/fb_lock_print.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E8397148-0E9C-449B-9F45-7FB377A08242} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;CLIENT;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - true - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fb_lock_print.vcxproj.filters b/builds/win32/msvc14/fb_lock_print.vcxproj.filters deleted file mode 100644 index 1f0ee467b0..0000000000 --- a/builds/win32/msvc14/fb_lock_print.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {e57779c3-749c-414c-a95f-823e769c5117} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e96bce9e-7477-442a-bd98-97d8e8dec9dc} - - - - - LOCK files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbguard.vcxproj b/builds/win32/msvc14/fbguard.vcxproj deleted file mode 100644 index 944821aaf0..0000000000 --- a/builds/win32/msvc14/fbguard.vcxproj +++ /dev/null @@ -1,210 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_WINDOWS;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_WINDOWS;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;WIN32;_WINDOWS;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;WIN32;_WINDOWS;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Windows - false - - - MachineX64 - - - - - - - - - - - - - - ..\..\..\src\iscguard - ..\..\..\src\iscguard - ..\..\..\src\iscguard - ..\..\..\src\iscguard - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbguard.vcxproj.filters b/builds/win32/msvc14/fbguard.vcxproj.filters deleted file mode 100644 index 84fac80c16..0000000000 --- a/builds/win32/msvc14/fbguard.vcxproj.filters +++ /dev/null @@ -1,43 +0,0 @@ - - - - - {a0bfa88f-217a-4063-8889-1ed633aec0fc} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {fdd05782-9e05-4326-8ff6-d9b3ea6bfa0c} - - - {8aefd5a8-801b-4c4f-a627-7f7ef3dea237} - h;hpp;hxx;hm;inl - - - {769da84e-5691-4f8f-ac8b-af4fd58d8e7a} - - - - - GUARD files - - - GUARD files - - - REMOTE files - - - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbrmclib.vcxproj b/builds/win32/msvc14/fbrmclib.vcxproj deleted file mode 100644 index e63efe126c..0000000000 --- a/builds/win32/msvc14/fbrmclib.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {FAF9AD25-8238-49E9-9AC9-8C56E190440A} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\bin\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;WIN32;_X86_;GDS32_EXPORTS;%(PreprocessorDefinitions) - true - EditAndContinue - - - /MACHINE:I386 /SECTION:.edata,RD %(AdditionalOptions) - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\fbrmclib.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;I386;_X86_=1;WIN32;_X86_;GDS32_EXPORTS;%(PreprocessorDefinitions) - true - - - /MACHINE:I386 /SECTION:.edata,RD %(AdditionalOptions) - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\fbrmclib.def - false - - - $(OutDir)$(TargetName)$(TargetExt) - Windows - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbrmclib.vcxproj.filters b/builds/win32/msvc14/fbrmclib.vcxproj.filters deleted file mode 100644 index 92b49d6360..0000000000 --- a/builds/win32/msvc14/fbrmclib.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {e7e72570-dab2-4979-bea4-84f41282be29} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cdcc10f7-96e3-4d58-abd1-5d6c62b0578f} - - - {6276b068-8ece-49a5-b4e9-70f1fd033bb9} - - - - - FBRMCLIB files - - - - - Resource files - - - - - JRD files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbserver.vcxproj b/builds/win32/msvc14/fbserver.vcxproj deleted file mode 100644 index ea6329646f..0000000000 --- a/builds/win32/msvc14/fbserver.vcxproj +++ /dev/null @@ -1,235 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {23EC8DAA-6718-4EF3-979F-89F611C7D504} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - firebird - firebird - firebird - firebird - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;SUPERSERVER;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - Windows - 2097152 - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;SUPERSERVER;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - Windows - 4194304 - false - - - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;SUPERSERVER;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - Windows - 2097152 - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;SUPERSERVER;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - Windows - 4194304 - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbserver.vcxproj.filters b/builds/win32/msvc14/fbserver.vcxproj.filters deleted file mode 100644 index d20a985e5f..0000000000 --- a/builds/win32/msvc14/fbserver.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {2343e620-c8ee-4202-b2b5-8d3462f02f74} - - - {4af5b667-81f4-470d-9fa2-ef0ab6cfdff3} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {6e27505b-0eda-4a76-8bfd-6f4e74348cb8} - - - {5b3183b0-e185-4c7e-8e41-3f163a40880d} - - - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - Remote server - - - AUTH files - - - AUTH files - - - Replication - - - Replication - - - Replication - - - - - Resource files - - - Resource files - - - - - Resource files - - - - - AUTH files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbsvcmgr.vcxproj b/builds/win32/msvc14/fbsvcmgr.vcxproj deleted file mode 100644 index aaae030287..0000000000 --- a/builds/win32/msvc14/fbsvcmgr.vcxproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbsvcmgr.vcxproj.filters b/builds/win32/msvc14/fbsvcmgr.vcxproj.filters deleted file mode 100644 index 63f756d9bd..0000000000 --- a/builds/win32/msvc14/fbsvcmgr.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {33bc8a69-c1fb-4f8a-8651-36ffa9569ddb} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {240a682a-2105-409c-8a6e-416a1b11d1b5} - h;hpp;hxx;hm;inl - - - {6613cf3d-f24f-4e23-8c94-f660ef24689e} - - - - - UTILITIES files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbtrace.vcxproj b/builds/win32/msvc14/fbtrace.vcxproj deleted file mode 100644 index d311a2f776..0000000000 --- a/builds/win32/msvc14/fbtrace.vcxproj +++ /dev/null @@ -1,211 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {53F75437-15B8-4A5C-86BF-E238CC68FCBC} - - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140 - - - DynamicLibrary - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;SUPERCLIENT;FBTRACE_EXPORTS;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - EditAndContinue - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - ..\defs\plugin.def - Console - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;FBTRACE_EXPORTS;SUPERCLIENT;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - ..\defs\plugin.def - Console - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;SUPERCLIENT;FBTRACE_EXPORTS;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - ..\defs\plugin.def - Console - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;FBTRACE_EXPORTS;SUPERCLIENT;NAMESPACE=Vulcan;%(PreprocessorDefinitions) - - - - - mpr.lib;%(AdditionalDependencies) - ..\..\..\extern\icu\$(Platform)\release\lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - ..\defs\plugin.def - Console - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbtrace.vcxproj.filters b/builds/win32/msvc14/fbtrace.vcxproj.filters deleted file mode 100644 index dc253e7e40..0000000000 --- a/builds/win32/msvc14/fbtrace.vcxproj.filters +++ /dev/null @@ -1,59 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbtracemgr.vcxproj b/builds/win32/msvc14/fbtracemgr.vcxproj deleted file mode 100644 index c5a05fb4e6..0000000000 --- a/builds/win32/msvc14/fbtracemgr.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58C7E370-0EDD-4F5E-8617-3F5071170205} - fbtracemgr - Win32Proj - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/fbtracemgr.vcxproj.filters b/builds/win32/msvc14/fbtracemgr.vcxproj.filters deleted file mode 100644 index d27f4fc7d7..0000000000 --- a/builds/win32/msvc14/fbtracemgr.vcxproj.filters +++ /dev/null @@ -1,32 +0,0 @@ - - - - - {b6b8c307-b3d5-4d7f-a5c4-4e450cbe1658} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {c8f684e3-ddb4-45aa-8ea4-32c393dd0052} - h;hpp;hxx;hm;inl - - - {4bad3699-e854-4f4e-b122-6760d3b20813} - - - {b3969856-669d-4782-abb7-0097a5a60e97} - - - - - UTILITIES files - - - JRD files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gbak.vcxproj b/builds/win32/msvc14/gbak.vcxproj deleted file mode 100644 index b26e0b7441..0000000000 --- a/builds/win32/msvc14/gbak.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B732F5D2-B5D9-417F-B156-D790F466CB8E} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gbak.vcxproj.filters b/builds/win32/msvc14/gbak.vcxproj.filters deleted file mode 100644 index 3bbffdaef9..0000000000 --- a/builds/win32/msvc14/gbak.vcxproj.filters +++ /dev/null @@ -1,55 +0,0 @@ - - - - - {dc6a0003-5187-4334-bb97-7c3054d3007f} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cef9f9cb-51e9-46dd-820f-a136c14da5a2} - h;hpp;hxx;hm;inl - - - {77137e05-f023-41ce-a069-10f79775c92c} - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - Resource files - - - - - BURP files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gfix.vcxproj b/builds/win32/msvc14/gfix.vcxproj deleted file mode 100644 index 72c47dc23d..0000000000 --- a/builds/win32/msvc14/gfix.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {44A9E4AD-B932-4620-B319-431A153BB341} - gfix - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;SUPERCLIENT;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {0d616380-1a5a-4230-a80b-021360e4e669} - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gfix.vcxproj.filters b/builds/win32/msvc14/gfix.vcxproj.filters deleted file mode 100644 index c6044f3ac8..0000000000 --- a/builds/win32/msvc14/gfix.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {a6d713b6-1a61-4b49-b9d7-97833674962c} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9aeb1df9-9026-42c6-be5f-5ad7690f8307} - - - - - ALICE files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre.vcxproj b/builds/win32/msvc14/gpre.vcxproj deleted file mode 100644 index 6ce7f7b9f7..0000000000 --- a/builds/win32/msvc14/gpre.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0} - gpre - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {2925b855-5975-44ae-bb00-1217a2a4e511} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre.vcxproj.filters b/builds/win32/msvc14/gpre.vcxproj.filters deleted file mode 100644 index 1fa9a96d34..0000000000 --- a/builds/win32/msvc14/gpre.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {11018968-f943-43a8-98d5-0c4b7945faea} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {cb2662f4-fa8b-46e1-9553-c94832689e9b} - epp - - - {0a194b12-fcfe-4b9f-b7eb-f175ba253fd0} - - - {9622adbe-ffad-4a2a-9790-37fd66af31e3} - h;hpp;hxx;hm;inl - - - {98a65697-c33c-4784-b6f5-6061a81a21d9} - - - - - GPRE files\epp files - - - - - Resource files - - - - - GPRE files\Generated files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre_boot.vcxproj b/builds/win32/msvc14/gpre_boot.vcxproj deleted file mode 100644 index 17044b7e89..0000000000 --- a/builds/win32/msvc14/gpre_boot.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8348521F-4480-4A1D-AE3B-E260235E9860} - gpre_boot - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {2925b855-5975-44ae-bb00-1217a2a4e511} - true - false - false - true - false - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre_boot.vcxproj.filters b/builds/win32/msvc14/gpre_boot.vcxproj.filters deleted file mode 100644 index 8a33a34524..0000000000 --- a/builds/win32/msvc14/gpre_boot.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {0ae52c1b-ecb6-4640-b8f9-abab4f3c591b} - - - {5a901ec6-4d0b-4fcc-9d92-28afb658c13d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Resource files - - - - - source - - - source - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre_common.vcxproj b/builds/win32/msvc14/gpre_common.vcxproj deleted file mode 100644 index 74966fc8f8..0000000000 --- a/builds/win32/msvc14/gpre_common.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2925B855-5975-44AE-BB00-1217A2A4E511} - gpre - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - MachineX64 - - - - - Disabled - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\bin\$(ProjectName).exe - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gpre_common.vcxproj.filters b/builds/win32/msvc14/gpre_common.vcxproj.filters deleted file mode 100644 index 73bf14084d..0000000000 --- a/builds/win32/msvc14/gpre_common.vcxproj.filters +++ /dev/null @@ -1,147 +0,0 @@ - - - - - {6d322128-5058-4047-937b-94d4a96da17f} - - - {aab206c3-5026-4090-8708-fd89143148f7} - - - {fb2180df-a00b-4430-bbd8-04f933ab0183} - - - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - languages - - - languages - - - languages - - - languages - - - languages - - - languages - - - source - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gsec.vcxproj b/builds/win32/msvc14/gsec.vcxproj deleted file mode 100644 index 3087b495ef..0000000000 --- a/builds/win32/msvc14/gsec.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7043CC61-DEC1-4C6B-86B9-0E911D1094C9} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gsec.vcxproj.filters b/builds/win32/msvc14/gsec.vcxproj.filters deleted file mode 100644 index 78cf85031a..0000000000 --- a/builds/win32/msvc14/gsec.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {3326a9b6-4ba6-4e54-a8cc-b6435d9825de} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6156a2ac-63b7-40e8-be35-fa14af10a050} - h;hpp;hxx;hm;inl - - - {c2239767-b491-4f6b-9650-affdc5b7504f} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gsplit.vcxproj b/builds/win32/msvc14/gsplit.vcxproj deleted file mode 100644 index d82e18726c..0000000000 --- a/builds/win32/msvc14/gsplit.vcxproj +++ /dev/null @@ -1,206 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5} - gsplit - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;DEV_BUILD;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {d1507562-a363-4685-96af-b036f5e5e47f} - true - false - false - true - false - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gsplit.vcxproj.filters b/builds/win32/msvc14/gsplit.vcxproj.filters deleted file mode 100644 index c7b20049f8..0000000000 --- a/builds/win32/msvc14/gsplit.vcxproj.filters +++ /dev/null @@ -1,31 +0,0 @@ - - - - - {61b6181a-cafd-463f-91d6-cf9341064f19} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7d098c02-ec7d-4119-83de-2e08553dab14} - h;hpp;hxx;hm;inl - - - {c31574e3-ec81-43e9-9e68-b4fe5340cef5} - - - - - BURP files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gstat.vcxproj b/builds/win32/msvc14/gstat.vcxproj deleted file mode 100644 index 0520244e54..0000000000 --- a/builds/win32/msvc14/gstat.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7E862973-37C4-4202-80E7-490ED4DEDA14} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/gstat.vcxproj.filters b/builds/win32/msvc14/gstat.vcxproj.filters deleted file mode 100644 index 4e76c88a39..0000000000 --- a/builds/win32/msvc14/gstat.vcxproj.filters +++ /dev/null @@ -1,54 +0,0 @@ - - - - - {d1710e2e-ebf5-41ad-bfab-3cfc31cb3568} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {1c45342c-123f-42e9-9a49-ff69f254379e} - h;hpp;hxx;hm;inl - - - {9730a97d-e176-4ef0-913c-a155734dd4d0} - - - {0f51e8fe-c55b-4527-be3e-72c5e0732e20} - - - - - UTILITIES files - - - JRD files - - - JRD files - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - Header files - - - - - Resource files - - - - - UTILITIES files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/ib_util.vcxproj b/builds/win32/msvc14/ib_util.vcxproj deleted file mode 100644 index 810aebf82e..0000000000 --- a/builds/win32/msvc14/ib_util.vcxproj +++ /dev/null @@ -1,209 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\defs\ib_util.def - false - - - MachineX64 - Windows - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/ib_util.vcxproj.filters b/builds/win32/msvc14/ib_util.vcxproj.filters deleted file mode 100644 index f5c3a0c438..0000000000 --- a/builds/win32/msvc14/ib_util.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {07794775-3b18-437c-8583-11e268f3c756} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {3aac0511-0fc8-43ed-b3c7-0b7e532a0fba} - h;hpp;hxx;hm;inl - - - {78d66bf7-89fd-4613-b91c-17fe6de3f949} - - - - - EXTLIB files - - - - - Header files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instclient.vcxproj b/builds/win32/msvc14/instclient.vcxproj deleted file mode 100644 index 01b56c0751..0000000000 --- a/builds/win32/msvc14/instclient.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C6A31374-178C-4680-A404-76BE24D0229B} - instclient - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - /EHc- %(AdditionalOptions) - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instclient.vcxproj.filters b/builds/win32/msvc14/instclient.vcxproj.filters deleted file mode 100644 index fb7c5c73ef..0000000000 --- a/builds/win32/msvc14/instclient.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {e9e5f2ef-1057-4011-8819-3bcd5391f00a} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e45d09c1-ec8d-4a9f-8dd6-8233970ede2a} - h;hpp;hxx;hm;inl - - - {b805b2dc-01b3-492b-a532-d11c2abbe47b} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instreg.vcxproj b/builds/win32/msvc14/instreg.vcxproj deleted file mode 100644 index 3ef918e985..0000000000 --- a/builds/win32/msvc14/instreg.vcxproj +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {19470DE6-1975-4F9B-B1BE-E87A83240B15} - instreg - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instreg.vcxproj.filters b/builds/win32/msvc14/instreg.vcxproj.filters deleted file mode 100644 index 20c5d8857b..0000000000 --- a/builds/win32/msvc14/instreg.vcxproj.filters +++ /dev/null @@ -1,37 +0,0 @@ - - - - - {a4227c9b-9ff9-4f5d-ba6c-93047f4503b0} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {624c72bc-fde4-43c5-8ae8-865accbf35e7} - h;hpp;hxx;hm;inl - - - {387a9f3a-c471-48ce-bec0-0d9f9347ce13} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instsvc.vcxproj b/builds/win32/msvc14/instsvc.vcxproj deleted file mode 100644 index 0b907a8555..0000000000 --- a/builds/win32/msvc14/instsvc.vcxproj +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {72894398-38CA-47A6-95FE-9647DE2BE968} - instsvc - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - Console - false - - - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_CONSOLE;SUPERCLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - RequireAdministrator - Console - false - - - MachineX64 - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/instsvc.vcxproj.filters b/builds/win32/msvc14/instsvc.vcxproj.filters deleted file mode 100644 index a94d048e99..0000000000 --- a/builds/win32/msvc14/instsvc.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {b0b5e92d-5dbf-4588-b1bd-138690e2e290} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {96f993e3-6f7d-44c8-ad7f-4293b1c28e98} - h;hpp;hxx;hm;inl - - - {4adbe8e5-78cb-4136-9023-fedd78430c9a} - - - - - UTILITIES files - - - UTILITIES files - - - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/intl.vcxproj b/builds/win32/msvc14/intl.vcxproj deleted file mode 100644 index e0ae4d762e..0000000000 --- a/builds/win32/msvc14/intl.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\intl\ - fbintl - fbintl - fbintl - fbintl - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/$(Configuration)/lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\$(ProjectName)\fb$(ProjectName).dll - ../../../extern/icu/$(Platform)/release/lib;%(AdditionalLibraryDirectories) - false - - - MachineX64 - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/intl.vcxproj.filters b/builds/win32/msvc14/intl.vcxproj.filters deleted file mode 100644 index bce9e65b53..0000000000 --- a/builds/win32/msvc14/intl.vcxproj.filters +++ /dev/null @@ -1,130 +0,0 @@ - - - - - {023515a1-e852-4346-9992-31ef1b8cb002} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7124f9ff-8c59-466e-916e-5f13ed7f2c53} - h;hpp;hxx;hm;inl - - - {8e2ee845-fff9-4741-891d-132cfbad590e} - - - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - INTL files - - - - - Resource files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/intlbuild.vcxproj b/builds/win32/msvc14/intlbuild.vcxproj deleted file mode 100644 index f3ff7c643e..0000000000 --- a/builds/win32/msvc14/intlbuild.vcxproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9546EF04-1326-464B-A6ED-395C60DD63CC} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - Console - false - - - - - - - X64 - - - /EHc- %(AdditionalOptions) - Disabled - OnlyExplicitInline - true - Speed - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - Console - false - - - MachineX64 - - - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient_ms.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - ../../../src/include;../../../src/include/gen;../../../src/jrd;%(AdditionalIncludeDirectories) - GPRE_FORTRAN;GPRE_PASCAL;GPRE_COBOL;GPRE_ADA;_DEBUG;_CONSOLE;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;fbclient_ms.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/intlbuild.vcxproj.filters b/builds/win32/msvc14/intlbuild.vcxproj.filters deleted file mode 100644 index 7b712c511e..0000000000 --- a/builds/win32/msvc14/intlbuild.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {6e26db48-0502-4e89-80bd-2da496b8b307} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {f7880664-df5b-4361-8df7-0832b58be3db} - h;hpp;hxx;hm;inl - - - {e3c02581-b5db-444d-85b4-d4e869e9e192} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/isql.vcxproj b/builds/win32/msvc14/isql.vcxproj deleted file mode 100644 index 24b390c047..0000000000 --- a/builds/win32/msvc14/isql.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DEE75AD5-F165-40E1-80B2-400E27725D5C} - isql - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;WIN32;%(PreprocessorDefinitions) - true - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;_CONSOLE;SUPERCLIENT;DEV_BUILD;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_CONSOLE;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - true - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/isql.vcxproj.filters b/builds/win32/msvc14/isql.vcxproj.filters deleted file mode 100644 index 5dbee3dc2c..0000000000 --- a/builds/win32/msvc14/isql.vcxproj.filters +++ /dev/null @@ -1,97 +0,0 @@ - - - - - {432b17da-feb5-4854-bf4a-2eade764f005} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0e9c9357-7411-4d36-b6da-5bf58d471259} - h;hpp;hxx;hm;inl - - - {64a46d33-07a2-4c68-8ae0-30be298677f3} - - - {a0276ced-d198-4e65-bb2b-d78e9c5e1f3c} - epp - - - {b3973b46-4da2-46d6-921f-d6e87e3ba3e7} - - - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files - - - ISQL files\GPRE cpp - - - ISQL files\GPRE cpp - - - ISQL files\GPRE cpp - - - - - ISQL files\GPRE epp - - - ISQL files\GPRE epp - - - ISQL files\GPRE epp - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/legacy_auth.vcxproj b/builds/win32/msvc14/legacy_auth.vcxproj deleted file mode 100644 index 067b63ea36..0000000000 --- a/builds/win32/msvc14/legacy_auth.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {062BD3C7-2D01-44F6-8D79-070F688C559F} - - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140 - - - DynamicLibrary - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/legacy_auth.vcxproj.filters b/builds/win32/msvc14/legacy_auth.vcxproj.filters deleted file mode 100644 index 2502900a3f..0000000000 --- a/builds/win32/msvc14/legacy_auth.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - {7b6c8954-96af-468f-a901-f3c81597d183} - - - {4c5e0fa9-7842-465d-9364-753bfb267c3d} - - - - - Resource files - - - - - AUTH files - - - AUTH files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/legacy_usermanager.vcxproj b/builds/win32/msvc14/legacy_usermanager.vcxproj deleted file mode 100644 index bb7759cbf2..0000000000 --- a/builds/win32/msvc14/legacy_usermanager.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D836FBF5-071E-4E04-8D63-C7EB6701B296} - - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140 - - - DynamicLibrary - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - Windows - mpr.lib;%(AdditionalDependencies) - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/legacy_usermanager.vcxproj.filters b/builds/win32/msvc14/legacy_usermanager.vcxproj.filters deleted file mode 100644 index df0166bb7d..0000000000 --- a/builds/win32/msvc14/legacy_usermanager.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {f5abfba7-e5fe-444a-8f3a-71613bd06b14} - - - {4d7668b6-d659-4684-ac32-6285d87a8977} - - - {65cc725f-d68d-46a8-b9fd-1a442c5aa8bb} - - - {a4bf3426-2fd1-4474-8dcf-41acdd200b1a} - - - - - Resource files - - - - - GPRE epp - - - - - - headers - - - - - GPRE cpp - - - \ No newline at end of file diff --git a/builds/win32/msvc14/nbackup.vcxproj b/builds/win32/msvc14/nbackup.vcxproj deleted file mode 100644 index abb1f18d23..0000000000 --- a/builds/win32/msvc14/nbackup.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1} - - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140_xp - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - - - - - X64 - - - Disabled - _DEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - Console - false - - - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;WIN32;_CONSOLE;SUPERCLIENT;CLIENT;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - Console - false - - - MachineX64 - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/nbackup.vcxproj.filters b/builds/win32/msvc14/nbackup.vcxproj.filters deleted file mode 100644 index 2d938072f9..0000000000 --- a/builds/win32/msvc14/nbackup.vcxproj.filters +++ /dev/null @@ -1,43 +0,0 @@ - - - - - {8e1eff3b-6a1a-43ea-bc8d-a8ebd71c6aef} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e2992ff7-660d-4db0-8a11-d80828945f36} - h;hpp;hxx;hm;inl - - - {8bc29f10-4115-449b-b6d1-ab09f325f89f} - - - {0491117a-e8e1-4601-958e-742cc5e07bfa} - - - - - JRD files - - - UTILITIES files - - - UTILITIES files - - - - - Resource files - - - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/remote.vcxproj b/builds/win32/msvc14/remote.vcxproj deleted file mode 100644 index aed230ec2f..0000000000 --- a/builds/win32/msvc14/remote.vcxproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {4BCC693D-1745-45ED-8302-E5E2F979549A} - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - ws2_32.lib;%(AdditionalDependencies) - - - - - X64 - - - Disabled - _DEBUG;_LIB;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) - - - ws2_32.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/remote.vcxproj.filters b/builds/win32/msvc14/remote.vcxproj.filters deleted file mode 100644 index 391b076fc8..0000000000 --- a/builds/win32/msvc14/remote.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {8db9d6e7-0f62-4a2d-8deb-64e4040c3f51} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {ffaa24af-5ba6-42bc-8ef9-7955cbdee0bf} - h;hpp;hxx;hm;inl - - - {d7ae1b59-bd1a-4d73-8cd3-c9619194ce80} - - - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - REMOTE files - - - AUTH files - - - REMOTE files - - - AUTH files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/srp.vcxproj b/builds/win32/msvc14/srp.vcxproj deleted file mode 100644 index 34e4c0ad1f..0000000000 --- a/builds/win32/msvc14/srp.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BD00D28E-6667-414E-A4B1-6BEFC07ADB42} - srp - - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140_xp - - - DynamicLibrary - MultiByte - v140 - - - DynamicLibrary - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - - - false - - - MachineX64 - ..\defs\plugin.def - mpr.lib;%(AdditionalDependencies) - Windows - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/srp.vcxproj.filters b/builds/win32/msvc14/srp.vcxproj.filters deleted file mode 100644 index ba9c8b90e5..0000000000 --- a/builds/win32/msvc14/srp.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - {ae75b2f0-6301-43d5-ac84-b552b3f9b1fb} - - - {8a20ce21-8fe2-4921-bdf3-9e65efd23d2a} - - - - - Source files - - - - - Resource files - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udf_compat.vcxproj b/builds/win32/msvc14/udf_compat.vcxproj deleted file mode 100644 index 9612d56282..0000000000 --- a/builds/win32/msvc14/udf_compat.vcxproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6794EB8C-6425-422D-A3B0-14EED54C0E98} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - true - - - - NDEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;%(PreprocessorDefinitions) - - - false - - - Windows - ..\defs\udr_plugin.def - - - - - NDEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;%(PreprocessorDefinitions) - - - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;SUPERCLIENT;FBUDF_EXPORTS;DEV_BUILD;%(PreprocessorDefinitions) - - - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udf_compat.vcxproj.filters b/builds/win32/msvc14/udf_compat.vcxproj.filters deleted file mode 100644 index 63926188ca..0000000000 --- a/builds/win32/msvc14/udf_compat.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {b8e84500-8d51-41a9-879a-665157ad8cba} - - - {e1d0ec8b-34eb-49f1-88ee-e63ecfea0db1} - - - {1995e0f6-f169-4a72-bcc9-21990c0db77a} - - - - - Resource files - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udr_engine.vcxproj b/builds/win32/msvc14/udr_engine.vcxproj deleted file mode 100644 index 21fe28af24..0000000000 --- a/builds/win32/msvc14/udr_engine.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - EditAndContinue - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - MachineX64 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\$(ProjectName).dll - ..\defs\plugin.def - false - - - MachineX64 - Windows - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - false - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udr_engine.vcxproj.filters b/builds/win32/msvc14/udr_engine.vcxproj.filters deleted file mode 100644 index 340ee3bc4e..0000000000 --- a/builds/win32/msvc14/udr_engine.vcxproj.filters +++ /dev/null @@ -1,29 +0,0 @@ - - - - - {52e7e4d5-11d5-4ff8-8f9e-61aeaeff22cf} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {144b4b1e-186a-42fb-b337-70f9443f12dd} - h;hpp;hxx;hm;inl - - - {52819501-0416-46a9-b273-8911bbaa943f} - - - - - Source files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udrcpp_example.vcxproj b/builds/win32/msvc14/udrcpp_example.vcxproj deleted file mode 100644 index 01ead89223..0000000000 --- a/builds/win32/msvc14/udrcpp_example.vcxproj +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {FF0FD8DF-1E5C-486E-B395-A620376A4633} - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\plugins\udr\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - Disabled - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - Disabled - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;DEV_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - Win32 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - Windows - ..\defs\udr_plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - ..\..\..\src\jrd;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - comctl32.lib;ws2_32.lib;mpr.lib;version.lib;%(AdditionalDependencies) - ..\..\..\temp\$(Platform)\$(Configuration)\firebird\plugins\udr\$(ProjectName).dll - false - - - MachineX64 - Windows - ..\defs\udr_plugin.def - - - - - - - - - - - - - - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - ..\..\..\src\jrd - - - - - - - - {4fe03933-98cd-4879-a135-fd9430087a6b} - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/udrcpp_example.vcxproj.filters b/builds/win32/msvc14/udrcpp_example.vcxproj.filters deleted file mode 100644 index c7b2dcb78d..0000000000 --- a/builds/win32/msvc14/udrcpp_example.vcxproj.filters +++ /dev/null @@ -1,39 +0,0 @@ - - - - - {64d1047e-8316-4427-afc2-e2ae6cc718e3} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {17a79299-4afd-4265-886b-503946dfcf3e} - h;hpp;hxx;hm;inl - - - {7502259d-a2fd-4024-9a44-8d401b22c3b4} - - - - - Source files - - - - - Source files - - - - - Source files - - - - - Resource files - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/yvalve.vcxproj b/builds/win32/msvc14/yvalve.vcxproj deleted file mode 100644 index 181e4eab7a..0000000000 --- a/builds/win32/msvc14/yvalve.vcxproj +++ /dev/null @@ -1,233 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {15605f44-bffd-444f-ad4c-55dc9d704465} - true - false - false - true - false - - - {4bcc693d-1745-45ed-8302-e5e2f979549a} - true - false - false - true - false - - - - - - - - - - - - {4FE03933-98CD-4879-A135-FD9430087A6B} - yvalve - - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140_xp - - - DynamicLibrary - false - MultiByte - v140 - - - DynamicLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - fbclient - fbclient - fbclient - fbclient - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\firebird\ - true - - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - EditAndContinue - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - Speed - WIN32;NDEBUG;_LIB;SUPERSERVER;%(PreprocessorDefinitions) - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - X64 - - - Disabled - WIN32;_DEBUG;_LIB;DEV_BUILD;SUPERSERVER;%(PreprocessorDefinitions) - - - - - ..\defs\firebird.def - ws2_32.lib;mpr.lib;%(AdditionalDependencies) - Windows - - - - - - \ No newline at end of file diff --git a/builds/win32/msvc14/yvalve.vcxproj.filters b/builds/win32/msvc14/yvalve.vcxproj.filters deleted file mode 100644 index 9433c43662..0000000000 --- a/builds/win32/msvc14/yvalve.vcxproj.filters +++ /dev/null @@ -1,155 +0,0 @@ - - - - - {e851796a-334f-465a-87d4-3a8493cde72c} - - - {c8501fd3-5859-4685-baad-969e1b6e2e1c} - - - {a06a0231-22bb-432f-95c2-ee97b9a1cee8} - - - {754afcc7-5b6d-4620-abe9-78b4653e08b0} - - - {5ee9ba85-e5ee-4f0d-a7b6-9ac703ff491c} - - - {2d91d43b-c689-41b3-9d55-227f0a4f5193} - - - {e5984b18-8167-41b3-9f37-51ccf2fd566e} - - - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - Auth - - - source - - - preprocessed - - - preprocessed - - - Remote client - - - source - - - source - - - Auth - - - source - - - Remote client - - - source - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - - - Resource files - - - - - - GPRE files - - - GPRE files - - - \ No newline at end of file diff --git a/builds/win32/msvc15/FirebirdCommon.props b/builds/win32/msvc15/FirebirdCommon.props index 50faef634d..f93bb7b6fb 100644 --- a/builds/win32/msvc15/FirebirdCommon.props +++ b/builds/win32/msvc15/FirebirdCommon.props @@ -23,6 +23,7 @@ Level3 true ProgramDatabase + stdcpp17 Default false true diff --git a/configure.ac b/configure.ac index d85887d1ca..1e36fc1b84 100644 --- a/configure.ac +++ b/configure.ac @@ -906,7 +906,7 @@ dnl if 64-bit mode, then archive tool, ar, needs -X64 option fi XE_SAVE_ENV() -CXXFLAGS="$CXXFLAGS -std=c++11" +CXXFLAGS="$CXXFLAGS -std=c++17" AC_CACHE_CHECK([whether the C++ compiler understands noexcept], [ac_cv_cxx_noexcept], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[int f(int x) noexcept { return x + 1; }]], [[]])], [ac_cv_cxx_noexcept=yes], [ac_cv_cxx_noexcept=no])]) diff --git a/doc/README.modern_cpp.md b/doc/README.modern_cpp.md index f8e7e67cca..0d367aa2d4 100644 --- a/doc/README.modern_cpp.md +++ b/doc/README.modern_cpp.md @@ -1,28 +1,11 @@ # Modern C++ features -We define here as "modern C++" features the ones introduced since C++11. These features should be used in a "controlled" form in Firebird code, as not all compilers fully support them. +We define here as "modern C++" features the ones introduced since C++17. These features should be used in a "controlled" form in Firebird code, as not all compilers fully support them. -Only ones mentioned in this document could be used, but as necessities appears, discussion should be started in the devel list. +Only ones mentioned in this document could be used, but as necessities appears, discussion should be started in the devel list or pull requests. ## Allowed features -### C++11 +### C++17 -- auto [v0.9](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf), [v1.0](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2546.htm) -- lambda expressions [v0.9](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2550.pdf), [v1.0](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2658.pdf), [v1.1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf) -- [nullptr](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf) -- [range-based for loop](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2930.html) -- [initializer lists](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm) -- [non-static data member initializers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2756.htm) -- override [v0.8](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2928.htm), [v0.9](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm), [v1.0](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm) -- [static_assert](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html) -- [polymorphic function wrappers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1402.html) -- [function object binders](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1455.htm) -- [function template mem_fn](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1432.htm) -- [rvalue references](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2027.html) -- [strongly-typed enum](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf) -- [atomic types and operations](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html) -- [decltype](https://en.cppreference.com/w/cpp/language/decltype) -- [std::is_convertible](https://en.cppreference.com/w/cpp/types/is_convertible) -- [final specifier](https://en.cppreference.com/w/cpp/language/final) -- [constexpr](https://en.cppreference.com/w/cpp/language/constexpr) +- [if with init-statement](https://en.cppreference.com/w/cpp/language/if) diff --git a/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj b/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj deleted file mode 100644 index a1a463a294..0000000000 --- a/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70} - DbCrypt - - - - Application - true - v140_xp - MultiByte - - - Application - false - v140_xp - true - MultiByte - - - Application - true - v140 - MultiByte - - - Application - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCryptApp - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCryptApp - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCryptApp - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCryptApp - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;WIN_NT;%(PreprocessorDefinitions) - - - Console - ..\..\..\temp\$(Platform)\$(Configuration)\yvalve\ - fbclient.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;WIN_NT;%(PreprocessorDefinitions) - - - Console - ..\..\..\temp\$(Platform)\$(Configuration)\yvalve\ - fbclient.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;WIN_NT;%(PreprocessorDefinitions) - - - Console - true - true - ..\..\..\temp\$(Platform)\$(Configuration)\yvalve\ - fbclient.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;WIN_NT;%(PreprocessorDefinitions) - - - Console - true - true - ..\..\..\temp\$(Platform)\$(Configuration)\yvalve\ - fbclient.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file diff --git a/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj.filters b/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj.filters deleted file mode 100644 index 893a55695b..0000000000 --- a/examples/dbcrypt/msvc/DbCryptApp_MSVC14.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/dbcrypt/msvc/DbCrypt_MSVC14.sln b/examples/dbcrypt/msvc/DbCrypt_MSVC14.sln deleted file mode 100644 index 21f457f3e7..0000000000 --- a/examples/dbcrypt/msvc/DbCrypt_MSVC14.sln +++ /dev/null @@ -1,53 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DbCrypt_MSVC14", "DbCrypt_MSVC14.vcxproj", "{7F94BDD8-ED23-437E-9890-485052F14166}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBCAC0B2-8573-42EC-870A-B104AFE3CEF6}" - ProjectSection(SolutionItems) = preProject - ..\ReadMe.txt = ..\ReadMe.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyHolder_MSVC14", "KeyHolder_MSVC14.vcxproj", "{17D033E3-0764-4E6D-859E-FA42977A84CA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DbCryptApp_MSVC14", "DbCryptApp_MSVC14.vcxproj", "{D702CB26-9FB9-4A6F-B2F8-EF9961578B70}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7F94BDD8-ED23-437E-9890-485052F14166}.Debug|Win32.ActiveCfg = Debug|Win32 - {7F94BDD8-ED23-437E-9890-485052F14166}.Debug|Win32.Build.0 = Debug|Win32 - {7F94BDD8-ED23-437E-9890-485052F14166}.Debug|x64.ActiveCfg = Debug|x64 - {7F94BDD8-ED23-437E-9890-485052F14166}.Debug|x64.Build.0 = Debug|x64 - {7F94BDD8-ED23-437E-9890-485052F14166}.Release|Win32.ActiveCfg = Release|Win32 - {7F94BDD8-ED23-437E-9890-485052F14166}.Release|Win32.Build.0 = Release|Win32 - {7F94BDD8-ED23-437E-9890-485052F14166}.Release|x64.ActiveCfg = Release|x64 - {7F94BDD8-ED23-437E-9890-485052F14166}.Release|x64.Build.0 = Release|x64 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Debug|Win32.ActiveCfg = Debug|Win32 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Debug|Win32.Build.0 = Debug|Win32 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Debug|x64.ActiveCfg = Debug|x64 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Debug|x64.Build.0 = Debug|x64 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Release|Win32.ActiveCfg = Release|Win32 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Release|Win32.Build.0 = Release|Win32 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Release|x64.ActiveCfg = Release|x64 - {17D033E3-0764-4E6D-859E-FA42977A84CA}.Release|x64.Build.0 = Release|x64 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Debug|Win32.ActiveCfg = Debug|Win32 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Debug|Win32.Build.0 = Debug|Win32 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Debug|x64.ActiveCfg = Debug|x64 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Debug|x64.Build.0 = Debug|x64 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Release|Win32.ActiveCfg = Release|Win32 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Release|Win32.Build.0 = Release|Win32 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Release|x64.ActiveCfg = Release|x64 - {D702CB26-9FB9-4A6F-B2F8-EF9961578B70}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj b/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj deleted file mode 100644 index 31695d21f9..0000000000 --- a/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj +++ /dev/null @@ -1,160 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {7F94BDD8-ED23-437E-9890-485052F14166} - DbCrypt - - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - false - v140_xp - true - MultiByte - - - DynamicLibrary - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCrypt - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCrypt - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCrypt - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleDbCrypt - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj.filters b/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj.filters deleted file mode 100644 index 2bcf1dd73f..0000000000 --- a/examples/dbcrypt/msvc/DbCrypt_MSVC14.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj b/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj deleted file mode 100644 index 38dd8abdb6..0000000000 --- a/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj +++ /dev/null @@ -1,160 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {17D033E3-0764-4E6D-859E-FA42977A84CA} - DbCrypt - - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - false - v140_xp - true - MultiByte - - - DynamicLibrary - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleKeyHolder - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleKeyHolder - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleKeyHolder - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleKeyHolder - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - - - - - Level3 - Disabled - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\ - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - Console - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj.filters b/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj.filters deleted file mode 100644 index 8dc5a98b50..0000000000 --- a/examples/dbcrypt/msvc/KeyHolder_MSVC14.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/examples/extauth/Makefile b/examples/extauth/Makefile index 9da7bbd357..3c8b878d22 100644 --- a/examples/extauth/Makefile +++ b/examples/extauth/Makefile @@ -61,7 +61,7 @@ KEYGEN_objects=$(INTERMED)/keygen.o TCWRAP_objects=$(INTERMED)/TcWrapper.o KEY_AUTH_objects=$(INTERMED)/ExtAuth.o -CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE) +CXXFLAGS=-std=c++17 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE) LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK) LINK_LIBS=-lfbclient -ltomcrypt -ltommath diff --git a/examples/extauth/msvc/ExtAuth_MSVC14.sln b/examples/extauth/msvc/ExtAuth_MSVC14.sln deleted file mode 100644 index 0ea2756c3e..0000000000 --- a/examples/extauth/msvc/ExtAuth_MSVC14.sln +++ /dev/null @@ -1,38 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtAuth", "ExtAuth_MSVC14.vcxproj", "{6DAB6DFA-D754-4698-876E-40ECF688AA07}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyGen", "KeyGen_MSVC14.vcxproj", "{A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Debug|Win32.ActiveCfg = Debug|Win32 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Debug|Win32.Build.0 = Debug|Win32 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Debug|x64.ActiveCfg = Debug|x64 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Debug|x64.Build.0 = Debug|x64 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Release|Win32.ActiveCfg = Release|Win32 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Release|Win32.Build.0 = Release|Win32 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Release|x64.ActiveCfg = Release|x64 - {6DAB6DFA-D754-4698-876E-40ECF688AA07}.Release|x64.Build.0 = Release|x64 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Debug|Win32.ActiveCfg = Debug|Win32 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Debug|Win32.Build.0 = Debug|Win32 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Debug|x64.ActiveCfg = Debug|x64 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Debug|x64.Build.0 = Debug|x64 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Release|Win32.ActiveCfg = Release|Win32 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Release|Win32.Build.0 = Release|Win32 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Release|x64.ActiveCfg = Release|x64 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj b/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj deleted file mode 100644 index 3f9db33836..0000000000 --- a/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj +++ /dev/null @@ -1,174 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {6DAB6DFA-D754-4698-876E-40ECF688AA07} - ExtAuth - ExtAuth - - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - false - v140_xp - true - MultiByte - - - DynamicLibrary - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuth - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuth - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuth - - - ..\..\prebuilt\$(Platform)\$(Configuration)\plugins\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuth - - - - Level3 - Disabled - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - ..\..\..\builds\win32\defs\plugin.def - - - - - Level3 - Disabled - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - ..\..\..\builds\win32\defs\plugin.def - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - true - true - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - ..\..\..\builds\win32\defs\plugin.def - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - true - true - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - ..\..\..\builds\win32\defs\plugin.def - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj.filters b/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj.filters deleted file mode 100644 index 918c5fd8f6..0000000000 --- a/examples/extauth/msvc/ExtAuth_MSVC14.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/examples/extauth/msvc/KeyGen_MSVC14.vcxproj b/examples/extauth/msvc/KeyGen_MSVC14.vcxproj deleted file mode 100644 index 11fc18e4bd..0000000000 --- a/examples/extauth/msvc/KeyGen_MSVC14.vcxproj +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A} - KeyGen - KeyGen - - - - Application - true - v140_xp - MultiByte - - - Application - false - v140_xp - true - MultiByte - - - Application - true - v140 - MultiByte - - - Application - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuthKeygen - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuthKeygen - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuthKeygen - - - ..\..\prebuilt\$(Platform)\$(Configuration)\bin\ - ..\..\..\temp\$(PlatformName)\$(Configuration)\examples\$(ProjectName)\ - fbSampleExtAuthKeygen - - - - Level3 - Disabled - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - true - true - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - true - ..\..\..\src\include\;..\..\..\extern\libtomcrypt\src\headers\ - _CRT_SECURE_NO_WARNINGS;LTM_DESC - - - Console - true - true - ..\..\..\extern\libtommath\lib\$(Platform)\$(Configuration)\;..\..\..\extern\libtomcrypt\lib\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - tomcrypt.lib;tommath.lib;%(AdditionalDependencies) - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/extauth/msvc/KeyGen_MSVC14.vcxproj.filters b/examples/extauth/msvc/KeyGen_MSVC14.vcxproj.filters deleted file mode 100644 index 1dd5f1dbba..0000000000 --- a/examples/extauth/msvc/KeyGen_MSVC14.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {39417922-5648-40f5-99c2-88a97243b099} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {bdfeefe5-d378-4a79-a172-ae56439215bb} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {3380b7ac-d566-4d90-8a73-0b32bd00aac4} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/examples/interfaces/makefile b/examples/interfaces/makefile index 153c3d558d..b65dba90a7 100644 --- a/examples/interfaces/makefile +++ b/examples/interfaces/makefile @@ -33,7 +33,7 @@ FBCLIENT = $(FIREBIRD)/lib/libfbclient.so # General Compiler and linker Defines for Linux # --------------------------------------------------------------------- CXX = c++ -CXXFLAGS= -c -Wall -g3 -std=c++11 -fno-rtti $(INCLUDE) +CXXFLAGS= -c -Wall -g3 -std=c++17 -fno-rtti $(INCLUDE) RM = rm -f # diff --git a/extern/decNumber/msvc/decNumber_MSVC10.sln b/extern/decNumber/msvc/decNumber_MSVC10.sln deleted file mode 100644 index 011582d8cc..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC10.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decNumber", "decNumber_MSVC10.vcxproj", "{BE4D2DDC-59A0-4CD7-848E-231E13785335}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.ActiveCfg = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.Build.0 = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.ActiveCfg = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.Build.0 = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.ActiveCfg = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.Build.0 = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.ActiveCfg = Release|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/decNumber/msvc/decNumber_MSVC10.vcxproj b/extern/decNumber/msvc/decNumber_MSVC10.vcxproj deleted file mode 100644 index d53904fa27..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC10.vcxproj +++ /dev/null @@ -1,263 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - true - true - true - true - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - decNumber - {BE4D2DDC-59A0-4CD7-848E-231E13785335} - decNumber - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - decnumber - decnumber - decnumber - decnumber - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - \ No newline at end of file diff --git a/extern/decNumber/msvc/decNumber_MSVC10.vcxproj.filters b/extern/decNumber/msvc/decNumber_MSVC10.vcxproj.filters deleted file mode 100644 index 595d745792..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC10.vcxproj.filters +++ /dev/null @@ -1,84 +0,0 @@ - - - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - - - - {638ba91b-1def-4094-a692-752b2ce6f461} - - - {ffbb5d93-e379-40ba-ab58-c62e9e20c810} - - - \ No newline at end of file diff --git a/extern/decNumber/msvc/decNumber_MSVC12.sln b/extern/decNumber/msvc/decNumber_MSVC12.sln deleted file mode 100644 index e12432872c..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC12.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decNumber", "decNumber_MSVC12.vcxproj", "{BE4D2DDC-59A0-4CD7-848E-231E13785335}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.ActiveCfg = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.Build.0 = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.ActiveCfg = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.Build.0 = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.ActiveCfg = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.Build.0 = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.ActiveCfg = Release|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/decNumber/msvc/decNumber_MSVC12.vcxproj b/extern/decNumber/msvc/decNumber_MSVC12.vcxproj deleted file mode 100644 index b562e03f55..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC12.vcxproj +++ /dev/null @@ -1,267 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - true - true - true - true - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - decNumber - {BE4D2DDC-59A0-4CD7-848E-231E13785335} - decNumber - - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120_xp - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - decnumber - decnumber - decnumber - decnumber - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - \ No newline at end of file diff --git a/extern/decNumber/msvc/decNumber_MSVC12.vcxproj.filters b/extern/decNumber/msvc/decNumber_MSVC12.vcxproj.filters deleted file mode 100644 index 595d745792..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC12.vcxproj.filters +++ /dev/null @@ -1,84 +0,0 @@ - - - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - - - - {638ba91b-1def-4094-a692-752b2ce6f461} - - - {ffbb5d93-e379-40ba-ab58-c62e9e20c810} - - - \ No newline at end of file diff --git a/extern/decNumber/msvc/decNumber_MSVC14.sln b/extern/decNumber/msvc/decNumber_MSVC14.sln deleted file mode 100644 index 287c3db35e..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC14.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decNumber", "decNumber_MSVC14.vcxproj", "{BE4D2DDC-59A0-4CD7-848E-231E13785335}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.ActiveCfg = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|Win32.Build.0 = Debug|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.ActiveCfg = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Debug|x64.Build.0 = Debug|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.ActiveCfg = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|Win32.Build.0 = Release|Win32 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.ActiveCfg = Release|x64 - {BE4D2DDC-59A0-4CD7-848E-231E13785335}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/decNumber/msvc/decNumber_MSVC14.vcxproj b/extern/decNumber/msvc/decNumber_MSVC14.vcxproj deleted file mode 100644 index 66efa2f100..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC14.vcxproj +++ /dev/null @@ -1,267 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - true - true - true - true - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - decNumber - {BE4D2DDC-59A0-4CD7-848E-231E13785335} - decNumber - - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140_xp - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\lib\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - ..\temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - decnumber - decnumber - decnumber - decnumber - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - \ No newline at end of file diff --git a/extern/decNumber/msvc/decNumber_MSVC14.vcxproj.filters b/extern/decNumber/msvc/decNumber_MSVC14.vcxproj.filters deleted file mode 100644 index 595d745792..0000000000 --- a/extern/decNumber/msvc/decNumber_MSVC14.vcxproj.filters +++ /dev/null @@ -1,84 +0,0 @@ - - - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - Source files - - - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - Header files - - - - - - - - {638ba91b-1def-4094-a692-752b2ce6f461} - - - {ffbb5d93-e379-40ba-ab58-c62e9e20c810} - - - \ No newline at end of file diff --git a/extern/icu/android/aarch64/config.sh b/extern/icu/android/aarch64/config.sh index 51ef623a3c..f464d930ec 100755 --- a/extern/icu/android/aarch64/config.sh +++ b/extern/icu/android/aarch64/config.sh @@ -18,7 +18,7 @@ --enable-dyload \ --with-cross-build=$CROSS_BUILD_DIR \ CFLAGS='-Os' \ - CXXFLAGS='--std=c++11' \ + CXXFLAGS='--std=c++17' \ LDFLAGS='-static-libstdc++' \ CC=aarch64-linux-android24-clang \ CXX=aarch64-linux-android24-clang++ \ diff --git a/extern/icu/android/armv7a/config.sh b/extern/icu/android/armv7a/config.sh index fe1bd03745..0e458c690e 100755 --- a/extern/icu/android/armv7a/config.sh +++ b/extern/icu/android/armv7a/config.sh @@ -18,10 +18,10 @@ --enable-dyload \ --with-cross-build=$CROSS_BUILD_DIR \ CFLAGS='-Os -march=armv7-a -mfloat-abi=softfp -mfpu=neon' \ - CXXFLAGS='--std=c++11 -march=armv7-a -mfloat-abi=softfp -mfpu=neon' \ + CXXFLAGS='--std=c++17 -march=armv7-a -mfloat-abi=softfp -mfpu=neon' \ LDFLAGS='-static-libstdc++ -march=armv7-a -Wl,--fix-cortex-a8' \ CC=arm-linux-androideabi-clang \ CXX=arm-linux-androideabi-clang++ \ AR=arm-linux-androideabi-ar \ RANLIB=arm-linux-androideabi-ranlib \ - --with-data-packaging=archive \ No newline at end of file + --with-data-packaging=archive diff --git a/extern/icu/android/linux/config.sh b/extern/icu/android/linux/config.sh index a8b56024aa..6e7d9c5f5c 100755 --- a/extern/icu/android/linux/config.sh +++ b/extern/icu/android/linux/config.sh @@ -1,7 +1,7 @@ #!/bin/sh ../source/runConfigureICU Linux --prefix=$PWD/prebuilt \ CFLAGS="-Os" \ - CXXFLAGS="--std=c++11" \ + CXXFLAGS="--std=c++17" \ --enable-static \ --enable-shared=no \ --enable-extras=no \ diff --git a/extern/libtomcrypt/libtomcrypt_MSVC12.sln b/extern/libtomcrypt/libtomcrypt_MSVC12.sln deleted file mode 100644 index de058ba18e..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC12.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt_MSVC12.vcxproj", "{E3802982-DCB6-4D85-A2BD-6B08F0657E79}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.ActiveCfg = Debug|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.Build.0 = Debug|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|x64.ActiveCfg = Debug|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|x64.Build.0 = Debug|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.ActiveCfg = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.Build.0 = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|x64.ActiveCfg = Release|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj b/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj deleted file mode 100644 index fb4702dd01..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj +++ /dev/null @@ -1,653 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libtomcrypt - {E3802982-DCB6-4D85-A2BD-6B08F0657E79} - libtomcrypt - - - - StaticLibrary - false - NotSet - v120_xp - - - StaticLibrary - false - NotSet - v120 - - - StaticLibrary - false - NotSet - v120_xp - - - StaticLibrary - false - NotSet - v120 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>12.0.30501.0 - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - - Disabled - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - Level3 - true - EditAndContinue - CompileAsC - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Debug/libtomcrypt.bsc - - - - - MaxSpeed - OnlyExplicitInline - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - true - Level3 - true - CompileAsC - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Release/libtomcrypt.bsc - - - - - X64 - - - Disabled - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - Level3 - true - ProgramDatabase - CompileAsC - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Debug/libtomcrypt.bsc - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - true - Level3 - true - CompileAsC - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Release/libtomcrypt.bsc - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj.filters b/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj.filters deleted file mode 100644 index 1af32b0458..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj.filters +++ /dev/null @@ -1,1497 +0,0 @@ - - - - - {e5d3bcc7-1577-4ed3-82f6-332900905f26} - - - {a21e1747-d842-4fe6-af96-9be69df22876} - - - {6fdba988-3d17-4eed-9ead-355fc2fe529c} - - - {0559a903-e1a4-4cfe-993f-e83905bde14f} - - - {10bf7dcb-fca3-4bee-9ce5-ff69665d358b} - - - {e664a850-001a-445e-9d2a-9e5b14546993} - - - {3a3fcee6-f727-4169-95dc-2b8b038e9f1a} - - - {acf35ebf-cd4c-482b-a003-bcaeb69c8360} - - - {96bb060a-bec0-4a73-bdf1-68739cf8890d} - - - {25977f77-707a-4b2a-8e0e-868c89dbb8f4} - - - {10b60a2d-a397-4afd-9b6e-53c8c93aa9da} - - - {1a3a3ec7-1ce5-4bfd-8904-6388b6456641} - - - {77b2a8bd-0495-4947-af02-f0556878dbdd} - - - {2573c7a1-9fe7-46a0-91a6-f43c15a5c00d} - - - {fb4db3b1-1850-43ae-88e0-aa2ce6534786} - - - {536f608b-e24f-4e96-b0bb-0fbd5d480512} - - - {82c8ef89-c57e-4f1b-b10d-775b5c849a29} - - - {a3fe641b-b084-4e56-8e5f-bb351ca8f9d5} - - - {81236fac-6f54-4da5-9151-4a14a91ca83a} - - - {894df161-271c-47f0-a617-87c8b53b200c} - - - {f7631cd5-802c-4db0-ae91-2d904efb5e76} - - - {9e9bf5d2-86b5-4f8b-b238-14c11791cd74} - - - {ab3a421f-03c9-47ff-acce-870f3b4f2515} - - - {cd74b8c6-7f6b-4141-b085-33844cd5c373} - - - {753ecaf3-791b-4d9c-b293-1daf20a6346d} - - - {17641c8a-1c5e-429e-8f57-dce335345454} - - - {71b4db92-4a8d-444c-91b7-484b2aee59aa} - - - {f2d1cdbe-94ef-4b50-af2e-debffbbf2bd7} - - - {b0699241-5320-47f6-995b-1efae3f5e975} - - - {56013a41-da48-43ef-ace8-2a9b58fe12cd} - - - {80cdf7c3-0d9a-49aa-a692-1ed6ca611790} - - - {f8fb8f08-e5ef-4499-98c0-8451b927d96b} - - - {f5f3bd2b-81d0-4b6a-b9d7-f4d3fbe825a5} - - - {eb17cb5d-e5fa-4895-97cb-8dab09f527ef} - - - {ef09b4f3-9ab0-4b10-968d-9ace812c5244} - - - {f229d93d-c412-4036-bcfa-b8458bf31de8} - - - {9a93fddd-c101-4ac8-ae4f-bbe7a67c9485} - - - {f8bed198-9c8a-46ef-9c77-52b395300f7c} - - - {05c21fc2-d401-47c0-833b-b32ca13a8e88} - - - {53a21633-f662-4f0e-9eca-a5541649814b} - - - {44c47a1a-4489-40a8-a4e3-0f1c64247ea3} - - - {912ae901-6a85-41a7-a5a2-89cca9df0ef8} - - - {5f98b38e-e53c-4c12-bc58-99b7978d7cdb} - - - {68a71b2b-16f4-4d50-93ae-310775ebbaac} - - - {e00e8191-7aa2-43d7-bd46-dfd8586fc2d3} - - - {243b1027-0e30-424f-91aa-55909c6c6988} - - - {2f9eb079-40c6-47c2-9c85-7db0f3d88dd9} - - - {515b78d7-236b-46ae-8b8e-e334588c4b33} - - - {abd80195-b8cd-4822-9703-b1770acd71dc} - - - {1a1781dc-b80b-4855-a453-da0d8e0856be} - - - {b8143a10-e001-48ab-a302-c2dbd4faf626} - - - {3a957158-c440-4b69-8a3b-a9b7837df6bf} - - - {409d2b39-c9d3-4244-bb60-695856991741} - - - {f68358f4-37b7-465c-9039-2df4c20abf22} - - - {e096d964-eac3-4d55-b194-032979a21451} - - - {3e61a78d-22fc-41ad-8d8f-de33d98e9d7b} - - - {fb576f26-0453-4614-ad99-0379178e627a} - - - {8bbdff1e-615a-4781-8d62-2bf38390ab59} - - - {f8221de6-db7b-429f-8bad-0fdf237b317c} - - - {dd7f664b-c8fe-466d-9afa-95345874e1d9} - - - {695aa20c-56b7-4478-a20d-9eaebf34e9ed} - - - {364c6788-efe3-4130-8bc0-e290dc05d4b8} - - - {aca55979-652d-41fb-bf4a-cf5da037cf47} - - - {f9aaae6d-1d5f-46c9-8589-897d3e0408b6} - - - {77a6ec5b-b0ac-4f9c-b5f2-2695ae7a6bed} - - - {e618f5f3-677a-46ef-b25a-a989e68a7bfb} - - - {a912d69a-7554-4979-8b32-32bdba5bffb5} - - - {40e7812f-b1ac-431a-a6a3-7dff462150b4} - - - {74e6f928-58de-4b0c-a6aa-c2f8119a9e91} - - - {9425deb5-8fb7-4c5d-b375-5fa18c78fda1} - - - {a667f578-5394-4b20-afe3-d97af3142b69} - - - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers\aes - - - ciphers\aes - - - ciphers\safer - - - ciphers\safer - - - ciphers\safer - - - ciphers\twofish - - - ciphers\twofish - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes\chc - - - hashes\helper - - - hashes\helper - - - hashes\helper - - - hashes\helper - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\whirl - - - hashes\whirl - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\pelican - - - mac\pelican - - - mac\pelican - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math\fp - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc\base64 - - - misc\base64 - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\hkdf - - - misc\hkdf - - - misc\pkcs5 - - - misc\pkcs5 - - - misc\pkcs5 - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ecb - - - modes\ecb - - - modes\ecb - - - modes\ecb - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\boolean - - - pk\asn1\der\boolean - - - pk\asn1\der\boolean - - - pk\asn1\der\choice - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\ia5 - - - pk\asn1\der\ia5 - - - pk\asn1\der\ia5 - - - pk\asn1\der\integer - - - pk\asn1\der\integer - - - pk\asn1\der\integer - - - pk\asn1\der\object_identifier - - - pk\asn1\der\object_identifier - - - pk\asn1\der\object_identifier - - - pk\asn1\der\octet - - - pk\asn1\der\octet - - - pk\asn1\der\octet - - - pk\asn1\der\printable_string - - - pk\asn1\der\printable_string - - - pk\asn1\der\printable_string - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\set - - - pk\asn1\der\set - - - pk\asn1\der\short_integer - - - pk\asn1\der\short_integer - - - pk\asn1\der\short_integer - - - pk\asn1\der\teletex_string - - - pk\asn1\der\teletex_string - - - pk\asn1\der\utctime - - - pk\asn1\der\utctime - - - pk\asn1\der\utctime - - - pk\asn1\der\utf8 - - - pk\asn1\der\utf8 - - - pk\asn1\der\utf8 - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\rc4 - - - stream\rc4 - - - stream\sober128 - - - stream\sober128 - - - stream\sober128 - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/extern/libtomcrypt/libtomcrypt_MSVC14.sln b/extern/libtomcrypt/libtomcrypt_MSVC14.sln deleted file mode 100644 index 341590bfe1..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC14.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt_MSVC14.vcxproj", "{E3802982-DCB6-4D85-A2BD-6B08F0657E79}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.ActiveCfg = Debug|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.Build.0 = Debug|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|x64.ActiveCfg = Debug|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|x64.Build.0 = Debug|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.ActiveCfg = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.Build.0 = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|x64.ActiveCfg = Release|x64 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj b/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj deleted file mode 100644 index eb1e9d498e..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj +++ /dev/null @@ -1,654 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libtomcrypt - {E3802982-DCB6-4D85-A2BD-6B08F0657E79} - libtomcrypt - 8.1 - - - - StaticLibrary - false - NotSet - v140_xp - - - StaticLibrary - false - NotSet - v140 - - - StaticLibrary - false - NotSet - v140_xp - - - StaticLibrary - false - NotSet - v140 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>12.0.30501.0 - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - tomcrypt - - - - Disabled - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - Level3 - true - EditAndContinue - CompileAsC - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Debug/libtomcrypt.bsc - - - - - MaxSpeed - OnlyExplicitInline - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - true - Level3 - true - CompileAsC - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Release/libtomcrypt.bsc - - - - - X64 - - - Disabled - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - Level3 - true - ProgramDatabase - CompileAsC - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Debug/libtomcrypt.bsc - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - src\headers;..\libtommath;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - true - Level3 - true - CompileAsC - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - .\Release/libtomcrypt.bsc - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj.filters b/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj.filters deleted file mode 100644 index 1af32b0458..0000000000 --- a/extern/libtomcrypt/libtomcrypt_MSVC14.vcxproj.filters +++ /dev/null @@ -1,1497 +0,0 @@ - - - - - {e5d3bcc7-1577-4ed3-82f6-332900905f26} - - - {a21e1747-d842-4fe6-af96-9be69df22876} - - - {6fdba988-3d17-4eed-9ead-355fc2fe529c} - - - {0559a903-e1a4-4cfe-993f-e83905bde14f} - - - {10bf7dcb-fca3-4bee-9ce5-ff69665d358b} - - - {e664a850-001a-445e-9d2a-9e5b14546993} - - - {3a3fcee6-f727-4169-95dc-2b8b038e9f1a} - - - {acf35ebf-cd4c-482b-a003-bcaeb69c8360} - - - {96bb060a-bec0-4a73-bdf1-68739cf8890d} - - - {25977f77-707a-4b2a-8e0e-868c89dbb8f4} - - - {10b60a2d-a397-4afd-9b6e-53c8c93aa9da} - - - {1a3a3ec7-1ce5-4bfd-8904-6388b6456641} - - - {77b2a8bd-0495-4947-af02-f0556878dbdd} - - - {2573c7a1-9fe7-46a0-91a6-f43c15a5c00d} - - - {fb4db3b1-1850-43ae-88e0-aa2ce6534786} - - - {536f608b-e24f-4e96-b0bb-0fbd5d480512} - - - {82c8ef89-c57e-4f1b-b10d-775b5c849a29} - - - {a3fe641b-b084-4e56-8e5f-bb351ca8f9d5} - - - {81236fac-6f54-4da5-9151-4a14a91ca83a} - - - {894df161-271c-47f0-a617-87c8b53b200c} - - - {f7631cd5-802c-4db0-ae91-2d904efb5e76} - - - {9e9bf5d2-86b5-4f8b-b238-14c11791cd74} - - - {ab3a421f-03c9-47ff-acce-870f3b4f2515} - - - {cd74b8c6-7f6b-4141-b085-33844cd5c373} - - - {753ecaf3-791b-4d9c-b293-1daf20a6346d} - - - {17641c8a-1c5e-429e-8f57-dce335345454} - - - {71b4db92-4a8d-444c-91b7-484b2aee59aa} - - - {f2d1cdbe-94ef-4b50-af2e-debffbbf2bd7} - - - {b0699241-5320-47f6-995b-1efae3f5e975} - - - {56013a41-da48-43ef-ace8-2a9b58fe12cd} - - - {80cdf7c3-0d9a-49aa-a692-1ed6ca611790} - - - {f8fb8f08-e5ef-4499-98c0-8451b927d96b} - - - {f5f3bd2b-81d0-4b6a-b9d7-f4d3fbe825a5} - - - {eb17cb5d-e5fa-4895-97cb-8dab09f527ef} - - - {ef09b4f3-9ab0-4b10-968d-9ace812c5244} - - - {f229d93d-c412-4036-bcfa-b8458bf31de8} - - - {9a93fddd-c101-4ac8-ae4f-bbe7a67c9485} - - - {f8bed198-9c8a-46ef-9c77-52b395300f7c} - - - {05c21fc2-d401-47c0-833b-b32ca13a8e88} - - - {53a21633-f662-4f0e-9eca-a5541649814b} - - - {44c47a1a-4489-40a8-a4e3-0f1c64247ea3} - - - {912ae901-6a85-41a7-a5a2-89cca9df0ef8} - - - {5f98b38e-e53c-4c12-bc58-99b7978d7cdb} - - - {68a71b2b-16f4-4d50-93ae-310775ebbaac} - - - {e00e8191-7aa2-43d7-bd46-dfd8586fc2d3} - - - {243b1027-0e30-424f-91aa-55909c6c6988} - - - {2f9eb079-40c6-47c2-9c85-7db0f3d88dd9} - - - {515b78d7-236b-46ae-8b8e-e334588c4b33} - - - {abd80195-b8cd-4822-9703-b1770acd71dc} - - - {1a1781dc-b80b-4855-a453-da0d8e0856be} - - - {b8143a10-e001-48ab-a302-c2dbd4faf626} - - - {3a957158-c440-4b69-8a3b-a9b7837df6bf} - - - {409d2b39-c9d3-4244-bb60-695856991741} - - - {f68358f4-37b7-465c-9039-2df4c20abf22} - - - {e096d964-eac3-4d55-b194-032979a21451} - - - {3e61a78d-22fc-41ad-8d8f-de33d98e9d7b} - - - {fb576f26-0453-4614-ad99-0379178e627a} - - - {8bbdff1e-615a-4781-8d62-2bf38390ab59} - - - {f8221de6-db7b-429f-8bad-0fdf237b317c} - - - {dd7f664b-c8fe-466d-9afa-95345874e1d9} - - - {695aa20c-56b7-4478-a20d-9eaebf34e9ed} - - - {364c6788-efe3-4130-8bc0-e290dc05d4b8} - - - {aca55979-652d-41fb-bf4a-cf5da037cf47} - - - {f9aaae6d-1d5f-46c9-8589-897d3e0408b6} - - - {77a6ec5b-b0ac-4f9c-b5f2-2695ae7a6bed} - - - {e618f5f3-677a-46ef-b25a-a989e68a7bfb} - - - {a912d69a-7554-4979-8b32-32bdba5bffb5} - - - {40e7812f-b1ac-431a-a6a3-7dff462150b4} - - - {74e6f928-58de-4b0c-a6aa-c2f8119a9e91} - - - {9425deb5-8fb7-4c5d-b375-5fa18c78fda1} - - - {a667f578-5394-4b20-afe3-d97af3142b69} - - - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers - - - ciphers\aes - - - ciphers\aes - - - ciphers\safer - - - ciphers\safer - - - ciphers\safer - - - ciphers\twofish - - - ciphers\twofish - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\ccm - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\chachapoly - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\eax - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\gcm - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - encauth\ocb3 - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes - - - hashes\chc - - - hashes\helper - - - hashes\helper - - - hashes\helper - - - hashes\helper - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\sha2 - - - hashes\whirl - - - hashes\whirl - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\blake2 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\f9 - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\hmac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\omac - - - mac\pelican - - - mac\pelican - - - mac\pelican - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\pmac - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\poly1305 - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - mac\xcbc - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math\fp - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc - - - misc\base64 - - - misc\base64 - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\crypt - - - misc\hkdf - - - misc\hkdf - - - misc\pkcs5 - - - misc\pkcs5 - - - misc\pkcs5 - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cbc - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\cfb - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ctr - - - modes\ecb - - - modes\ecb - - - modes\ecb - - - modes\ecb - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\f8 - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\lrw - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\ofb - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - modes\xts - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\bit - - - pk\asn1\der\boolean - - - pk\asn1\der\boolean - - - pk\asn1\der\boolean - - - pk\asn1\der\choice - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\generalizedtime - - - pk\asn1\der\ia5 - - - pk\asn1\der\ia5 - - - pk\asn1\der\ia5 - - - pk\asn1\der\integer - - - pk\asn1\der\integer - - - pk\asn1\der\integer - - - pk\asn1\der\object_identifier - - - pk\asn1\der\object_identifier - - - pk\asn1\der\object_identifier - - - pk\asn1\der\octet - - - pk\asn1\der\octet - - - pk\asn1\der\octet - - - pk\asn1\der\printable_string - - - pk\asn1\der\printable_string - - - pk\asn1\der\printable_string - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\sequence - - - pk\asn1\der\set - - - pk\asn1\der\set - - - pk\asn1\der\short_integer - - - pk\asn1\der\short_integer - - - pk\asn1\der\short_integer - - - pk\asn1\der\teletex_string - - - pk\asn1\der\teletex_string - - - pk\asn1\der\utctime - - - pk\asn1\der\utctime - - - pk\asn1\der\utctime - - - pk\asn1\der\utf8 - - - pk\asn1\der\utf8 - - - pk\asn1\der\utf8 - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dh - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\dsa - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\ecc - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\katja - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\pkcs1 - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - pk\rsa - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - prngs - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\chacha - - - stream\rc4 - - - stream\rc4 - - - stream\sober128 - - - stream\sober128 - - - stream\sober128 - - - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - headers - - - \ No newline at end of file diff --git a/extern/libtommath/libtommath_MSVC10.sln b/extern/libtommath/libtommath_MSVC10.sln deleted file mode 100644 index b070c371be..0000000000 --- a/extern/libtommath/libtommath_MSVC10.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath_MSVC10.vcxproj", "{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.ActiveCfg = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.Build.0 = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.ActiveCfg = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.Build.0 = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.ActiveCfg = Release|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/libtommath/libtommath_MSVC10.vcxproj b/extern/libtommath/libtommath_MSVC10.vcxproj deleted file mode 100644 index 6e836b59d0..0000000000 --- a/extern/libtommath/libtommath_MSVC10.vcxproj +++ /dev/null @@ -1,350 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libtommath - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2} - libtommath - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - tommath - tommath - tommath - tommath - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/extern/libtommath/libtommath_MSVC12.sln b/extern/libtommath/libtommath_MSVC12.sln deleted file mode 100644 index 0b678aaf72..0000000000 --- a/extern/libtommath/libtommath_MSVC12.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath_MSVC12.vcxproj", "{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.ActiveCfg = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.Build.0 = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.ActiveCfg = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.Build.0 = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.ActiveCfg = Release|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/libtommath/libtommath_MSVC12.vcxproj b/extern/libtommath/libtommath_MSVC12.vcxproj deleted file mode 100644 index 54e1452516..0000000000 --- a/extern/libtommath/libtommath_MSVC12.vcxproj +++ /dev/null @@ -1,354 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libtommath - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2} - libtommath - - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - tommath - tommath - tommath - tommath - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/extern/libtommath/libtommath_MSVC14.sln b/extern/libtommath/libtommath_MSVC14.sln deleted file mode 100644 index ce6049da58..0000000000 --- a/extern/libtommath/libtommath_MSVC14.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath_MSVC14.vcxproj", "{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.ActiveCfg = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.Build.0 = Debug|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.ActiveCfg = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|x64.Build.0 = Debug|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.ActiveCfg = Release|x64 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/extern/libtommath/libtommath_MSVC14.vcxproj b/extern/libtommath/libtommath_MSVC14.vcxproj deleted file mode 100644 index 28d72539df..0000000000 --- a/extern/libtommath/libtommath_MSVC14.vcxproj +++ /dev/null @@ -1,354 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libtommath - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2} - libtommath - - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - lib\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - temp\$(Platform)\$(Configuration)\ - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - tommath - tommath - tommath - tommath - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - EditAndContinue - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - Disabled - .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - - - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Debug/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - MaxSpeed - OnlyExplicitInline - .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)\$(TargetFileName) - true - - - true - .\Release/libtommath.bsc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/common/classes/alloc.cpp b/src/common/classes/alloc.cpp index 1bd6ad4f09..ee91ab89df 100644 --- a/src/common/classes/alloc.cpp +++ b/src/common/classes/alloc.cpp @@ -68,19 +68,19 @@ #define VALGRIND_FIX_IT // overrides suspicious valgrind behavior #endif // USE_VALGRIND -void* operator new(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* operator new(size_t s ALLOC_PARAMS) { return MemoryPool::globalAlloc(s ALLOC_PASS_ARGS); } -void* operator new[](size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* operator new[](size_t s ALLOC_PARAMS) { return MemoryPool::globalAlloc(s ALLOC_PASS_ARGS); } -void operator delete(void* mem ALLOC_PARAMS) FB_NOTHROW +void operator delete(void* mem ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } -void operator delete[](void* mem ALLOC_PARAMS) FB_NOTHROW +void operator delete[](void* mem ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } @@ -109,7 +109,7 @@ static const int GUARD_BYTES = 0; #endif template -T absVal(T n) FB_NOTHROW +T absVal(T n) noexcept { return n < 0 ? -n : n; } @@ -160,7 +160,7 @@ struct FailedBlock FailedBlock* failedList = NULL; #endif -void corrupt(const char* text) FB_NOTHROW +void corrupt(const char* text) noexcept { #ifdef DEV_BUILD fprintf(stderr, "%s\n", text); @@ -377,7 +377,7 @@ public: #ifdef MEM_DEBUG void print_contents(bool used, FILE* file, bool used_only, - const char* filter_path, const size_t filter_len) FB_NOTHROW + const char* filter_path, const size_t filter_len) noexcept { if (used || !used_only) { @@ -406,7 +406,7 @@ public: } #endif - void validate(MemPool* p, StatInt& vUse) FB_NOTHROW + void validate(MemPool* p, StatInt& vUse) noexcept { if (p == pool && !isExtent()) vUse += getSize(); @@ -461,7 +461,7 @@ protected: } public: - void validate(MemPool* pool, size_t hdr, StatInt& vMap, StatInt& vUse) FB_NOTHROW + void validate(MemPool* pool, size_t hdr, StatInt& vMap, StatInt& vUse) noexcept { if (length >= DEFAULT_ALLOCATION) { @@ -526,7 +526,7 @@ public: #ifdef MEM_DEBUG void print_contents(FILE* file, MemPool* pool, bool used_only, - const char* filter_path, const size_t filter_len) FB_NOTHROW + const char* filter_path, const size_t filter_len) noexcept { UCHAR* m = ((UCHAR*) this) + hdrSize(); fprintf(file, "Small hunk %p: memory=[%p:%p) spaceRemaining=%" SIZEFORMAT " length=%" SIZEFORMAT "\n", @@ -598,7 +598,7 @@ public: #ifdef MEM_DEBUG void print_contents(FILE* file, MemPool* pool, bool used_only, - const char* filter_path, const size_t filter_len) FB_NOTHROW + const char* filter_path, const size_t filter_len) noexcept { UCHAR* m = ((UCHAR*) this) + hdrSize(); fprintf(file, "Medium hunk %p: memory=[%p:%p) spaceRemaining=%" SIZEFORMAT " length=%" SIZEFORMAT "\n", @@ -630,7 +630,7 @@ public: #ifdef MEM_DEBUG void print_contents(FILE* file, MemPool* pool, bool used_only, - const char* filter_path, const size_t filter_len) FB_NOTHROW + const char* filter_path, const size_t filter_len) noexcept { fprintf(file, "Big hunk %p: memory=%p length=%" SIZEFORMAT "\n", this, block, length); @@ -1647,7 +1647,7 @@ public: ~FreeObjects(); - FreeObjPtr allocateBlock(MemPool* pool, size_t from, size_t& size) FB_THROW (OOM_EXCEPTION) + FreeObjPtr allocateBlock(MemPool* pool, size_t from, size_t& size) { size_t full_size = size + (from ? 0 : ListBuilder::MEM_OVERHEAD); if (full_size > Limits::TOP_LIMIT) @@ -1696,7 +1696,7 @@ public: #ifdef MEM_DEBUG void print_contents(FILE* file, MemPool* pool, bool used_only, - const char* filter_path, const size_t filter_len) FB_NOTHROW + const char* filter_path, const size_t filter_len) noexcept { for (Extent* ext = currentExtent; ext; ext = ext->next) ext->print_contents(file, pool, used_only, filter_path, filter_len); @@ -1717,7 +1717,7 @@ private: ListBuilder listBuilder; Extent* currentExtent; - MemBlock* newBlock(MemPool* pool, unsigned slot) FB_THROW (OOM_EXCEPTION); + MemBlock* newBlock(MemPool* pool, unsigned slot); }; @@ -1799,26 +1799,26 @@ private: }; #endif // VALIDATE_POOL - MemBlock* alloc(size_t from, size_t& length, bool flagRedirect) FB_THROW (OOM_EXCEPTION); - void releaseBlock(MemBlock *block, bool flagDecr) FB_NOTHROW; + MemBlock* alloc(size_t from, size_t& length, bool flagRedirect); + void releaseBlock(MemBlock *block, bool flagDecr) noexcept; public: - void* allocate(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); - MemBlock* allocate2(size_t from, size_t& size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); + void* allocate(size_t size ALLOC_PARAMS); + MemBlock* allocate2(size_t from, size_t& size ALLOC_PARAMS); private: - virtual void memoryIsExhausted(void) FB_THROW (OOM_EXCEPTION); - void* allocRaw(size_t length) FB_THROW (OOM_EXCEPTION); - static void releaseMemory(void* block, bool flagExtent) FB_NOTHROW; - static void releaseRaw(bool destroying, void *block, size_t size, bool use_cache = true) FB_NOTHROW; - void* getExtent(size_t from, size_t& to) FB_THROW (OOM_EXCEPTION); + virtual void memoryIsExhausted(void); + void* allocRaw(size_t length); + static void releaseMemory(void* block, bool flagExtent) noexcept; + static void releaseRaw(bool destroying, void *block, size_t size, bool use_cache = true) noexcept; + void* getExtent(size_t from, size_t& to); public: - static void releaseExtent(bool destroying, void *block, size_t size, MemPool* pool) FB_NOTHROW; + static void releaseExtent(bool destroying, void *block, size_t size, MemPool* pool) noexcept; // pass desired size, return actual extent size template - void newExtent(size_t& size, Extent** linkedList) FB_THROW (OOM_EXCEPTION); + void newExtent(size_t& size, Extent** linkedList); private: #ifdef USE_VALGRIND @@ -1830,9 +1830,9 @@ private: public: static void deletePool(MemPool* pool); - static void globalFree(void* block) FB_NOTHROW; + static void globalFree(void* block) noexcept; - static void deallocate(void* block) FB_NOTHROW; + static void deallocate(void* block) noexcept; bool validate(char* buf, FB_SIZE_T size); // Create memory pool instance @@ -1840,7 +1840,7 @@ public: // Set statistics group for pool. Usage counters will be decremented from // previously set group and added to new - void setStatsGroup(MemoryStats& stats) FB_NOTHROW; + void setStatsGroup(MemoryStats& stats) noexcept; // Initialize and finalize global memory pool static MemPool* init() @@ -1893,25 +1893,25 @@ public: } // Statistics - void increment_usage(size_t size) FB_NOTHROW + void increment_usage(size_t size) noexcept { stats->increment_usage(size); used_memory += size; } - void decrement_usage(size_t size) FB_NOTHROW + void decrement_usage(size_t size) noexcept { stats->decrement_usage(size); used_memory -= size; } - void increment_mapping(size_t size) FB_NOTHROW + void increment_mapping(size_t size) noexcept { stats->increment_mapping(size); mapped_memory += size; } - void decrement_mapping(size_t size) FB_NOTHROW + void decrement_mapping(size_t size) noexcept { stats->decrement_mapping(size); mapped_memory -= size; @@ -1919,9 +1919,9 @@ public: #ifdef MEM_DEBUG // Print out pool contents. This is debugging routine - void print_contents(FILE*, unsigned flags, const char* filter_path) FB_NOTHROW; + void print_contents(FILE*, unsigned flags, const char* filter_path) noexcept; // The same routine, but more easily callable from the debugger - void print_contents(const char* filename, unsigned flags, const char* filter_path) FB_NOTHROW; + void print_contents(const char* filename, unsigned flags, const char* filter_path) noexcept; private: MemPool* next; @@ -1961,7 +1961,7 @@ void DoubleLinkedList::decrUsage(MemMediumHunk* hunk, MemPool* pool) template -MemBlock* FreeObjects::newBlock(MemPool* pool, unsigned slot) FB_THROW (OOM_EXCEPTION) +MemBlock* FreeObjects::newBlock(MemPool* pool, unsigned slot) { size_t size = Limits::getSize(slot); @@ -2170,7 +2170,7 @@ MemPool::~MemPool(void) } template -void MemPool::newExtent(size_t& size, Extent** linkedList) FB_THROW(OOM_EXCEPTION) +void MemPool::newExtent(size_t& size, Extent** linkedList) { // No large enough block found. We need to extend the pool void* memory = NULL; @@ -2214,7 +2214,7 @@ MemoryPool* MemoryPool::createPool(MemoryPool* parentPool, MemoryStats& stats) return FB_NEW_POOL(*parentPool) MemoryPool(p); } -void MemPool::setStatsGroup(MemoryStats& newStats) FB_NOTHROW +void MemPool::setStatsGroup(MemoryStats& newStats) noexcept { MutexLockGuard guard(mutex, "MemPool::setStatsGroup"); @@ -2230,12 +2230,12 @@ void MemPool::setStatsGroup(MemoryStats& newStats) FB_NOTHROW stats->increment_usage(sav_used_memory); } -void MemoryPool::setStatsGroup(MemoryStats& newStats) FB_NOTHROW +void MemoryPool::setStatsGroup(MemoryStats& newStats) noexcept { pool->setStatsGroup(newStats); } -MemBlock* MemPool::alloc(size_t from, size_t& length, bool flagRedirect) FB_THROW (OOM_EXCEPTION) +MemBlock* MemPool::alloc(size_t from, size_t& length, bool flagRedirect) { MutexEnsureUnlock guard(mutex, "MemPool::alloc"); guard.enter(); @@ -2294,7 +2294,7 @@ MemBlock* MemPool::allocate2(size_t from, size_t& size #ifdef DEBUG_GDS_ALLOC , const char* fileName, int line #endif -) FB_THROW (OOM_EXCEPTION) +) { size_t length = from ? size : ROUNDUP(size + VALGRIND_REDZONE, roundingSize) + GUARD_BYTES; MemBlock* memory = alloc(from, length, true); @@ -2324,7 +2324,7 @@ MemBlock* MemPool::allocate2(size_t from, size_t& size } -void* MemPool::allocate(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* MemPool::allocate(size_t size ALLOC_PARAMS) { #ifdef VALIDATE_POOL MutexLockGuard guard(mutex, "MemPool::allocate"); @@ -2339,7 +2339,7 @@ void* MemPool::allocate(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) } -void MemPool::releaseMemory(void* object, bool flagExtent) FB_NOTHROW +void MemPool::releaseMemory(void* object, bool flagExtent) noexcept { if (object) { @@ -2403,7 +2403,7 @@ void MemPool::releaseMemory(void* object, bool flagExtent) FB_NOTHROW } } -void MemPool::releaseBlock(MemBlock* block, bool decrUsage) FB_NOTHROW +void MemPool::releaseBlock(MemBlock* block, bool decrUsage) noexcept { if (block->pool != this) corrupt("bad block released"); @@ -2464,12 +2464,12 @@ void MemPool::releaseBlock(MemBlock* block, bool decrUsage) FB_NOTHROW releaseRaw(pool_destroying, hunk, hunk->length, false); } -void MemPool::memoryIsExhausted(void) FB_THROW (OOM_EXCEPTION) +void MemPool::memoryIsExhausted(void) { Firebird::BadAlloc::raise(); } -void* MemPool::allocRaw(size_t size) FB_THROW (OOM_EXCEPTION) +void* MemPool::allocRaw(size_t size) { #ifndef USE_VALGRIND if (size == DEFAULT_ALLOCATION) @@ -2549,7 +2549,7 @@ void* MemPool::allocRaw(size_t size) FB_THROW (OOM_EXCEPTION) } -void* MemPool::getExtent(size_t from, size_t& to) FB_THROW(OOM_EXCEPTION) // pass desired minimum size, return actual extent size +void* MemPool::getExtent(size_t from, size_t& to) // pass desired minimum size, return actual extent size { #ifdef VALIDATE_POOL MutexLockGuard guard(mutex, "MemPool::getExtent"); @@ -2560,7 +2560,7 @@ void* MemPool::getExtent(size_t from, size_t& to) FB_THROW(OOM_EXCEPTION) // pa } -void MemPool::releaseExtent(bool destroying, void* block, size_t size, MemPool* pool) FB_NOTHROW +void MemPool::releaseExtent(bool destroying, void* block, size_t size, MemPool* pool) noexcept { if (size < DEFAULT_ALLOCATION) releaseMemory(block, true); @@ -2573,7 +2573,7 @@ void MemPool::releaseExtent(bool destroying, void* block, size_t size, MemPool* } -void MemPool::releaseRaw(bool destroying, void* block, size_t size, bool use_cache) FB_NOTHROW +void MemPool::releaseRaw(bool destroying, void* block, size_t size, bool use_cache) noexcept { #ifndef USE_VALGRIND if (use_cache && (size == DEFAULT_ALLOCATION)) @@ -2666,19 +2666,19 @@ void MemPool::releaseRaw(bool destroying, void* block, size_t size, bool use_cac } } -void MemPool::globalFree(void* block) FB_NOTHROW +void MemPool::globalFree(void* block) noexcept { deallocate(block); } -void* MemoryPool::calloc(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* MemoryPool::calloc(size_t size ALLOC_PARAMS) { void* block = allocate(size ALLOC_PASS_ARGS); memset(block, 0, size); return block; } -void MemPool::deallocate(void* block) FB_NOTHROW +void MemPool::deallocate(void* block) noexcept { releaseMemory(block, false); } @@ -2720,7 +2720,7 @@ bool MemPool::validate(char* buf, FB_SIZE_T size) } #ifdef MEM_DEBUG -void MemPool::print_contents(const char* filename, unsigned flags, const char* filter_path) FB_NOTHROW +void MemPool::print_contents(const char* filename, unsigned flags, const char* filter_path) noexcept { FILE* out = os_utils::fopen(filename, "w"); if (!out) @@ -2731,7 +2731,7 @@ void MemPool::print_contents(const char* filename, unsigned flags, const char* f } // This member function can't be const because there are calls to the mutex. -void MemPool::print_contents(FILE* file, unsigned flags, const char* filter_path) FB_NOTHROW +void MemPool::print_contents(FILE* file, unsigned flags, const char* filter_path) noexcept { bool used_only = flags & MemoryPool::PRINT_USED_ONLY; @@ -2818,7 +2818,7 @@ MemoryPool& AutoStorage::getAutoMemoryPool() } #ifdef LIBC_CALLS_NEW -void* MemoryPool::globalAlloc(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* MemoryPool::globalAlloc(size_t s ALLOC_PARAMS) { if (!defaultMemoryManager) { @@ -2831,17 +2831,17 @@ void* MemoryPool::globalAlloc(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) } #endif // LIBC_CALLS_NEW -void MemoryPool::globalFree(void* block) FB_NOTHROW +void MemoryPool::globalFree(void* block) noexcept { MemPool::globalFree(block); } -void* MemoryPool::allocate(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +void* MemoryPool::allocate(size_t size ALLOC_PARAMS) { return pool->allocate(size ALLOC_PASS_ARGS); } -void MemoryPool::deallocate(void* block) FB_NOTHROW +void MemoryPool::deallocate(void* block) noexcept { pool->deallocate(block); } @@ -2870,14 +2870,14 @@ void MemoryPool::deletePool(MemoryPool* pool) delete pool; } -void MemoryPool::print_contents(FILE* file, unsigned flags, const char* filter_path) FB_NOTHROW +void MemoryPool::print_contents(FILE* file, unsigned flags, const char* filter_path) noexcept { #ifdef MEM_DEBUG pool->print_contents(file, flags, filter_path); #endif } -void MemoryPool::print_contents(const char* filename, unsigned flags, const char* filter_path) FB_NOTHROW +void MemoryPool::print_contents(const char* filename, unsigned flags, const char* filter_path) noexcept { #ifdef MEM_DEBUG pool->print_contents(filename, flags, filter_path); @@ -2950,21 +2950,21 @@ void AutoStorage::ProbeStack() const // in a case when we actually need "new" only with file/line information // this version should be also present as a pair for "delete". #ifdef DEBUG_GDS_ALLOC -void* operator new(size_t s) FB_THROW (OOM_EXCEPTION) +void* operator new(size_t s) { return MemoryPool::globalAlloc(s ALLOC_ARGS); } -void* operator new[](size_t s) FB_THROW (OOM_EXCEPTION) +void* operator new[](size_t s) { return MemoryPool::globalAlloc(s ALLOC_ARGS); } -void operator delete(void* mem) FB_NOTHROW +void operator delete(void* mem) noexcept { MemoryPool::globalFree(mem); } -void operator delete[](void* mem) FB_NOTHROW +void operator delete[](void* mem) noexcept { MemoryPool::globalFree(mem); } diff --git a/src/common/classes/alloc.h b/src/common/classes/alloc.h index 65f9afbb8a..44d9e0ea46 100644 --- a/src/common/classes/alloc.h +++ b/src/common/classes/alloc.h @@ -58,20 +58,6 @@ #include -#define OOM_EXCEPTION std::bad_alloc - -#if __cplusplus >= 201103L -#define FB_NO_THROW_SPECIFIER -#endif - -#ifdef FB_NO_THROW_SPECIFIER -#define FB_THROW(x) -#define FB_NOTHROW noexcept -#else -#define FB_THROW(x) throw(x) -#define FB_NOTHROW throw() -#endif - #ifdef DEBUG_GDS_ALLOC #define FB_NEW new(__FILE__, __LINE__) #define FB_NEW_POOL(pool) new(pool, __FILE__, __LINE__) @@ -106,10 +92,10 @@ public: ~MemoryStats() {} - size_t getCurrentUsage() const FB_NOTHROW { return mst_usage.value(); } - size_t getMaximumUsage() const FB_NOTHROW { return mst_max_usage; } - size_t getCurrentMapping() const FB_NOTHROW { return mst_mapped.value(); } - size_t getMaximumMapping() const FB_NOTHROW { return mst_max_mapped; } + size_t getCurrentUsage() const noexcept { return mst_usage.value(); } + size_t getMaximumUsage() const noexcept { return mst_max_usage; } + size_t getCurrentMapping() const noexcept { return mst_mapped.value(); } + size_t getMaximumMapping() const noexcept { return mst_max_mapped; } private: // Forbid copying/assignment @@ -131,7 +117,7 @@ private: size_t mst_max_mapped; // These methods are thread-safe due to usage of atomic counters only - void increment_usage(size_t size) FB_NOTHROW + void increment_usage(size_t size) noexcept { for (MemoryStats* statistics = this; statistics; statistics = statistics->mst_parent) { @@ -141,7 +127,7 @@ private: } } - void decrement_usage(size_t size) FB_NOTHROW + void decrement_usage(size_t size) noexcept { for (MemoryStats* statistics = this; statistics; statistics = statistics->mst_parent) { @@ -149,7 +135,7 @@ private: } } - void increment_mapping(size_t size) FB_NOTHROW + void increment_mapping(size_t size) noexcept { for (MemoryStats* statistics = this; statistics; statistics = statistics->mst_parent) { @@ -159,7 +145,7 @@ private: } } - void decrement_mapping(size_t size) FB_NOTHROW + void decrement_mapping(size_t size) noexcept { for (MemoryStats* statistics = this; statistics; statistics = statistics->mst_parent) { @@ -205,21 +191,21 @@ public: #define ALLOC_PASS_ARGS #endif // DEBUG_GDS_ALLOC - void* calloc(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); + void* calloc(size_t size ALLOC_PARAMS); #ifdef LIBC_CALLS_NEW - static void* globalAlloc(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); + static void* globalAlloc(size_t s ALLOC_PARAMS); #else - static void* globalAlloc(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) + static void* globalAlloc(size_t s ALLOC_PARAMS) { return defaultMemoryManager->allocate(s ALLOC_PASS_ARGS); } #endif // LIBC_CALLS_NEW - void* allocate(size_t size ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); + void* allocate(size_t size ALLOC_PARAMS); - static void globalFree(void* mem) FB_NOTHROW; - void deallocate(void* mem) FB_NOTHROW; + static void globalFree(void* mem) noexcept; + void deallocate(void* mem) noexcept; // Set context pool for current thread of execution static MemoryPool* setContextPool(MemoryPool* newPool); @@ -229,7 +215,7 @@ public: // Set statistics group for pool. Usage counters will be decremented from // previously set group and added to new - void setStatsGroup(MemoryStats& stats) FB_NOTHROW; + void setStatsGroup(MemoryStats& stats) noexcept; // Initialize and finalize global memory pool static void init(); @@ -241,9 +227,9 @@ public: // Print out pool contents. This is debugging routine static const unsigned PRINT_USED_ONLY = 0x01; static const unsigned PRINT_RECURSIVE = 0x02; - void print_contents(FILE*, unsigned flags = 0, const char* filter_path = 0) FB_NOTHROW; + void print_contents(FILE*, unsigned flags = 0, const char* filter_path = 0) noexcept; // The same routine, but more easily callable from the debugger - void print_contents(const char* filename, unsigned flags = 0, const char* filter_path = 0) FB_NOTHROW; + void print_contents(const char* filename, unsigned flags = 0, const char* filter_path = 0) noexcept; public: struct Finalizer @@ -298,7 +284,7 @@ private: } // namespace Firebird -static inline Firebird::MemoryPool* getDefaultMemoryPool() FB_NOTHROW +static inline Firebird::MemoryPool* getDefaultMemoryPool() noexcept { fb_assert(Firebird::MemoryPool::defaultMemoryManager); return Firebird::MemoryPool::defaultMemoryManager; @@ -355,36 +341,36 @@ private: using Firebird::MemoryPool; // operators new and delete -extern void* operator new(size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); -extern void* operator new[](size_t s ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION); -extern void operator delete(void* mem ALLOC_PARAMS) FB_NOTHROW; -extern void operator delete[](void* mem ALLOC_PARAMS) FB_NOTHROW; +extern void* operator new(size_t s ALLOC_PARAMS); +extern void* operator new[](size_t s ALLOC_PARAMS); +extern void operator delete(void* mem ALLOC_PARAMS) noexcept; +extern void operator delete[](void* mem ALLOC_PARAMS) noexcept; -inline void* operator new(size_t s, Firebird::MemoryPool& pool ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +inline void* operator new(size_t s, Firebird::MemoryPool& pool ALLOC_PARAMS) { return pool.allocate(s ALLOC_PASS_ARGS); } -inline void* operator new[](size_t s, Firebird::MemoryPool& pool ALLOC_PARAMS) FB_THROW (OOM_EXCEPTION) +inline void* operator new[](size_t s, Firebird::MemoryPool& pool ALLOC_PARAMS) { return pool.allocate(s ALLOC_PASS_ARGS); } -inline void operator delete(void* mem, Firebird::MemoryPool& pool ALLOC_PARAMS) FB_NOTHROW +inline void operator delete(void* mem, Firebird::MemoryPool& pool ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } -inline void operator delete[](void* mem, Firebird::MemoryPool& pool ALLOC_PARAMS) FB_NOTHROW +inline void operator delete[](void* mem, Firebird::MemoryPool& pool ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } #if __cplusplus >= 201402L -inline void operator delete(void* mem, std::size_t s ALLOC_PARAMS) FB_NOTHROW +inline void operator delete(void* mem, std::size_t s ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } -inline void operator delete[](void* mem, std::size_t s ALLOC_PARAMS) FB_NOTHROW +inline void operator delete[](void* mem, std::size_t s ALLOC_PARAMS) noexcept { MemoryPool::globalFree(mem); } @@ -392,8 +378,8 @@ inline void operator delete[](void* mem, std::size_t s ALLOC_PARAMS) FB_NOTHROW #ifdef DEBUG_GDS_ALLOC -extern void operator delete(void* mem) FB_NOTHROW; -extern void operator delete[](void* mem) FB_NOTHROW; +extern void operator delete(void* mem) noexcept; +extern void operator delete[](void* mem) noexcept; #endif // DEBUG_GDS_ALLOC