From 1cde4616873923906f8cfdb635e06a214551094a Mon Sep 17 00:00:00 2001 From: scantor Date: Thu, 19 May 2011 22:14:58 +0000 Subject: [PATCH] Adjust VC build for parallel make, fixes for SSPCPP-344. git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3429 cb58f699-b61c-0410-a6fe-9272a202ed29 --- adfs/adfs-lite.vcxproj | 2 -- adfs/adfs.vcxproj | 2 -- apache/mod_shib13.vcxproj | 2 -- apache/mod_shib20.vcxproj | 2 -- apache/mod_shib22.vcxproj | 2 -- configure.ac | 4 ++-- fastcgi/shibauthorizer.vcxproj | 2 -- fastcgi/shibresponder.vcxproj | 2 -- isapi_shib/isapi_shib.vcxproj | 2 -- memcache-store/memcache-store.vcxproj | 2 -- nsapi_shib/nsapi_shib.vcxproj | 2 -- odbc-store/odbc-store.vcxproj | 2 -- shibd/shibd.vcxproj | 2 -- shibsp/Makefile.am | 5 +++-- shibsp/SPConfig.cpp | 20 ++++++++++---------- shibsp/impl/XMLServiceProvider.cpp | 17 +++++++++-------- shibsp/shibsp-lite.vcxproj | 11 +++++------ shibsp/shibsp-lite.vcxproj.filters | 7 +++++++ shibsp/shibsp.vcxproj | 11 +++++------ shibsp/shibsp.vcxproj.filters | 7 +++++++ shibsp/version.cpp | 32 ++++++++++++++++++++++++++++++++ shibsp/version.h | 31 +++++++++++++++++-------------- util/mdquery.vcxproj | 2 -- util/resolvertest.vcxproj | 2 -- 24 files changed, 97 insertions(+), 76 deletions(-) create mode 100644 shibsp/version.cpp diff --git a/adfs/adfs-lite.vcxproj b/adfs/adfs-lite.vcxproj index 1faf6e3..ad750e3 100644 --- a/adfs/adfs-lite.vcxproj +++ b/adfs/adfs-lite.vcxproj @@ -94,7 +94,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;SHIBSP_LITE;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL @@ -122,7 +121,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;SHIBSP_LITE;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL diff --git a/adfs/adfs.vcxproj b/adfs/adfs.vcxproj index 52d2a52..1835f42 100644 --- a/adfs/adfs.vcxproj +++ b/adfs/adfs.vcxproj @@ -94,7 +94,6 @@ Disabled .;..;..\..\cpp-opensaml;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL @@ -122,7 +121,6 @@ Disabled .;..;..\..\cpp-opensaml;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL diff --git a/apache/mod_shib13.vcxproj b/apache/mod_shib13.vcxproj index 04216b3..93f5453 100644 --- a/apache/mod_shib13.vcxproj +++ b/apache/mod_shib13.vcxproj @@ -175,7 +175,6 @@ Level3 EditAndContinue Default - true _DEBUG;%(PreprocessorDefinitions) @@ -208,7 +207,6 @@ Level3 ProgramDatabase Default - true _DEBUG;%(PreprocessorDefinitions) diff --git a/apache/mod_shib20.vcxproj b/apache/mod_shib20.vcxproj index da56a12..9fef160 100644 --- a/apache/mod_shib20.vcxproj +++ b/apache/mod_shib20.vcxproj @@ -178,7 +178,6 @@ Level3 EditAndContinue Default - true _DEBUG;%(PreprocessorDefinitions) @@ -212,7 +211,6 @@ Level3 ProgramDatabase Default - true _DEBUG;%(PreprocessorDefinitions) diff --git a/apache/mod_shib22.vcxproj b/apache/mod_shib22.vcxproj index 4ffb6fd..225f037 100644 --- a/apache/mod_shib22.vcxproj +++ b/apache/mod_shib22.vcxproj @@ -176,7 +176,6 @@ Disabled ..;\Apache2.2.14\include;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true true @@ -212,7 +211,6 @@ Disabled ..;\httpd-2.2-x64\include;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true true diff --git a/configure.ac b/configure.ac index 9665006..9c9ff0d 100644 --- a/configure.ac +++ b/configure.ac @@ -291,7 +291,7 @@ LIBS="$XMLSEC_LIBS $LIBS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include #include ]], - [[#if _XMLTOOLING_VERSION >= 10400 + [[#if _XMLTOOLING_VERSION >= 10500 xmltooling::XMLToolingConfig::getConfig(); #else #error Need XMLTooling version 1.4 or higher @@ -337,7 +337,7 @@ AC_CHECK_HEADER([saml/saml2/metadata/Metadata.h],,AC_MSG_ERROR([unable to find O AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include #include ]], -[[#if _OPENSAML_VERSION >= 20400 +[[#if _OPENSAML_VERSION >= 20500 opensaml::SAMLConfig::getConfig(); #else #error Need OpenSAML version 2.4 or higher diff --git a/fastcgi/shibauthorizer.vcxproj b/fastcgi/shibauthorizer.vcxproj index b895715..85dbad5 100644 --- a/fastcgi/shibauthorizer.vcxproj +++ b/fastcgi/shibauthorizer.vcxproj @@ -151,7 +151,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL true @@ -181,7 +180,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL true diff --git a/fastcgi/shibresponder.vcxproj b/fastcgi/shibresponder.vcxproj index 9b0e589..d9547df 100644 --- a/fastcgi/shibresponder.vcxproj +++ b/fastcgi/shibresponder.vcxproj @@ -152,7 +152,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL true @@ -182,7 +181,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL true diff --git a/isapi_shib/isapi_shib.vcxproj b/isapi_shib/isapi_shib.vcxproj index 1735415..e14538c 100644 --- a/isapi_shib/isapi_shib.vcxproj +++ b/isapi_shib/isapi_shib.vcxproj @@ -171,7 +171,6 @@ true Level3 EditAndContinue - true _DEBUG;%(PreprocessorDefinitions) @@ -205,7 +204,6 @@ true Level3 ProgramDatabase - true _DEBUG;%(PreprocessorDefinitions) diff --git a/memcache-store/memcache-store.vcxproj b/memcache-store/memcache-store.vcxproj index a643992..1f717c6 100644 --- a/memcache-store/memcache-store.vcxproj +++ b/memcache-store/memcache-store.vcxproj @@ -94,7 +94,6 @@ Disabled .;..;..\..\cpp-xmltooling;..\..\..\libmemcached;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -120,7 +119,6 @@ Disabled ..\..\cpp-xmltooling;..\..\..\libmemcached\visualc\toolset;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 diff --git a/nsapi_shib/nsapi_shib.vcxproj b/nsapi_shib/nsapi_shib.vcxproj index ca90349..6f03f7f 100644 --- a/nsapi_shib/nsapi_shib.vcxproj +++ b/nsapi_shib/nsapi_shib.vcxproj @@ -170,7 +170,6 @@ Level3 EditAndContinue Default - true _DEBUG;%(PreprocessorDefinitions) @@ -203,7 +202,6 @@ Level3 ProgramDatabase Default - true _DEBUG;%(PreprocessorDefinitions) diff --git a/odbc-store/odbc-store.vcxproj b/odbc-store/odbc-store.vcxproj index 1c8a1c3..ada852a 100644 --- a/odbc-store/odbc-store.vcxproj +++ b/odbc-store/odbc-store.vcxproj @@ -94,7 +94,6 @@ Disabled ..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -120,7 +119,6 @@ Disabled ..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 diff --git a/shibd/shibd.vcxproj b/shibd/shibd.vcxproj index d655822..d701c9c 100644 --- a/shibd/shibd.vcxproj +++ b/shibd/shibd.vcxproj @@ -155,7 +155,6 @@ true Level3 EditAndContinue - true _DEBUG;%(PreprocessorDefinitions) @@ -185,7 +184,6 @@ true Level3 ProgramDatabase - true _DEBUG;%(PreprocessorDefinitions) diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am index 36af47a..b70cd50 100644 --- a/shibsp/Makefile.am +++ b/shibsp/Makefile.am @@ -110,6 +110,7 @@ common_sources = \ Application.cpp \ ServiceProvider.cpp \ SPConfig.cpp \ + version.cpp \ attribute/Attribute.cpp \ attribute/ExtensibleAttribute.cpp \ attribute/NameIDAttribute.cpp \ @@ -218,9 +219,9 @@ libshibsp_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshibsp_la_LDFLAGS = -version-info 5:3:0 +libshibsp_la_LDFLAGS = -version-info 6:0:0 libshibsp_la_LIBADD = $(XMLSEC_LIBS) -libshibsp_lite_la_LDFLAGS = -version-info 5:3:0 +libshibsp_lite_la_LDFLAGS = -version-info 6:0:0 libshibsp_lite_la_LIBADD = $(LITE_LIBS) libshibsp_lite_la_CPPFLAGS = -DSHIBSP_LITE diff --git a/shibsp/SPConfig.cpp b/shibsp/SPConfig.cpp index 097704c..955ad56 100644 --- a/shibsp/SPConfig.cpp +++ b/shibsp/SPConfig.cpp @@ -1,12 +1,12 @@ - /* - * Copyright 2001-2010 Internet2 - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to UCAID under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may not use this + * file except in compliance with the License. You may obtain a copy of the + * License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -192,8 +192,8 @@ bool SPConfig::init(const char* catalog_path, const char* inst_prefix) #ifndef SHIBSP_LITE XMLToolingConfig::getConfig().user_agent = string(PACKAGE_NAME) + '/' + PACKAGE_VERSION + - " OpenSAML/" + OPENSAML_FULLVERSIONDOT + - " XMLTooling/" + XMLTOOLING_FULLVERSIONDOT + + " OpenSAML/" + gOpenSAMLDotVersionStr + + " XMLTooling/" + gXMLToolingDotVersionStr + " XML-Security-C/" + XSEC_FULLVERSIONDOT + " Xerces-C/" + XERCES_FULLVERSIONDOT + #if defined(LOG4SHIB_VERSION) @@ -207,7 +207,7 @@ bool SPConfig::init(const char* catalog_path, const char* inst_prefix) } #else XMLToolingConfig::getConfig().user_agent = string(PACKAGE_NAME) + '/' + PACKAGE_VERSION + - " XMLTooling/" + XMLTOOLING_FULLVERSIONDOT + + " XMLTooling/" + gXMLToolingDotVersionStr + " Xerces-C/" + XERCES_FULLVERSIONDOT + #if defined(LOG4SHIB_VERSION) " log4shib/" + LOG4SHIB_VERSION; diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp index 351ccab..2debb97 100644 --- a/shibsp/impl/XMLServiceProvider.cpp +++ b/shibsp/impl/XMLServiceProvider.cpp @@ -1,11 +1,12 @@ /* - * Copyright 2001-2011 Internet2 + * Licensed to UCAID under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may not use this + * file except in compliance with the License. You may obtain a copy of the + * License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -1899,7 +1900,7 @@ XMLConfigImpl::XMLConfigImpl(const DOMElement* e, bool first, XMLConfig* outer, # else "", "", # endif - XERCES_FULLVERSIONDOT, XSEC_FULLVERSIONDOT, XMLTOOLING_FULLVERSIONDOT, OPENSAML_FULLVERSIONDOT, SHIBSP_FULLVERSIONDOT + XERCES_FULLVERSIONDOT, XSEC_FULLVERSIONDOT, gXMLToolingDotVersionStr, gOpenSAMLDotVersionStr, gShibSPDotVersionStr ); #else log.info( @@ -1911,7 +1912,7 @@ XMLConfigImpl::XMLConfigImpl(const DOMElement* e, bool first, XMLConfig* outer, # else "", "", # endif - XERCES_FULLVERSIONDOT, XMLTOOLING_FULLVERSIONDOT, SHIBSP_FULLVERSIONDOT + XERCES_FULLVERSIONDOT, gXMLToolingDotVersionStr, gShibSPDotVersionStr ); #endif diff --git a/shibsp/shibsp-lite.vcxproj b/shibsp/shibsp-lite.vcxproj index 9a99f86..2bbd998 100644 --- a/shibsp/shibsp-lite.vcxproj +++ b/shibsp/shibsp-lite.vcxproj @@ -84,17 +84,16 @@ AllRules.ruleset - $(ProjectName)1_4 - $(ProjectName)1_4 - $(ProjectName)1_4D - $(ProjectName)1_4D + $(ProjectName)1_5 + $(ProjectName)1_5 + $(ProjectName)1_5D + $(ProjectName)1_5D Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;WANT_TCP_SHAR;SHIBSP_LITE;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -121,7 +120,6 @@ Disabled .;..;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;WANT_TCP_SHAR;SHIBSP_LITE;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -239,6 +237,7 @@ + diff --git a/shibsp/shibsp-lite.vcxproj.filters b/shibsp/shibsp-lite.vcxproj.filters index 654a364..cf00f43 100644 --- a/shibsp/shibsp-lite.vcxproj.filters +++ b/shibsp/shibsp-lite.vcxproj.filters @@ -222,6 +222,9 @@ Source Files\handler\impl + + Source Files + @@ -341,6 +344,9 @@ Header Files + + Header Files + @@ -350,5 +356,6 @@ + \ No newline at end of file diff --git a/shibsp/shibsp.vcxproj b/shibsp/shibsp.vcxproj index 012de9d..6f7e164 100644 --- a/shibsp/shibsp.vcxproj +++ b/shibsp/shibsp.vcxproj @@ -84,17 +84,16 @@ AllRules.ruleset - $(ProjectName)1_4D - $(ProjectName)1_4D - $(ProjectName)1_4 - $(ProjectName)1_4 + $(ProjectName)1_5D + $(ProjectName)1_5D + $(ProjectName)1_5 + $(ProjectName)1_5 Disabled .;..;..\..\cpp-opensaml;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;WANT_TCP_SHAR;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -121,7 +120,6 @@ Disabled .;..;..\..\cpp-opensaml;..\..\cpp-xmltooling;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;WANT_TCP_SHAR;%(PreprocessorDefinitions) - true MultiThreadedDebugDLL true Level3 @@ -280,6 +278,7 @@ + diff --git a/shibsp/shibsp.vcxproj.filters b/shibsp/shibsp.vcxproj.filters index cee9649..9e93acf 100644 --- a/shibsp/shibsp.vcxproj.filters +++ b/shibsp/shibsp.vcxproj.filters @@ -387,6 +387,9 @@ Source Files\attribute\filtering\impl + + Source Files + @@ -551,6 +554,9 @@ Header Files + + Header Files + @@ -560,5 +566,6 @@ + \ No newline at end of file diff --git a/shibsp/version.cpp b/shibsp/version.cpp new file mode 100644 index 0000000..372fc24 --- /dev/null +++ b/shibsp/version.cpp @@ -0,0 +1,32 @@ +/* + * Licensed to UCAID under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may not use this + * file except in compliance with the License. You may obtain a copy of the + * License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * version.cpp + * + * Library version macros and constants. + */ + +#include "internal.h" +#include "version.h" + +SHIBSP_API const char* const gShibSPVersionStr = SHIBSP_VERSIONSTR; +SHIBSP_API const char* const gShibSPFullVersionStr = SHIBSP_FULLVERSIONSTR; +SHIBSP_API const char* const gShibSPDotVersionStr = SHIBSP_FULLVERSIONDOT; +SHIBSP_API const unsigned int gShibSPMajVersion = SHIBSP_VERSION_MAJOR; +SHIBSP_API const unsigned int gShibSPMinVersion = SHIBSP_VERSION_MINOR; +SHIBSP_API const unsigned int gShibSPRevision = SHIBSP_VERSION_REVISION; diff --git a/shibsp/version.h b/shibsp/version.h index 4394e9c..8e860ba 100644 --- a/shibsp/version.h +++ b/shibsp/version.h @@ -1,11 +1,12 @@ /* - * Copyright 2001-2009 Internet2 + * Licensed to UCAID under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may not use this + * file except in compliance with the License. You may obtain a copy of the + * License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -17,7 +18,7 @@ /** * version.h * - * Library version macros and constants + * Library version macros and constants. */ #ifndef __shibsp_version_h__ @@ -27,6 +28,7 @@ // support this kind of stuff in the future. If they ever yank some // of this stuff, it can be copied into here. +#include #include // --------------------------------------------------------------------------- @@ -38,8 +40,8 @@ */ #define SHIBSP_VERSION_MAJOR 1 -#define SHIBSP_VERSION_MINOR 4 -#define SHIBSP_VERSION_REVISION 3 +#define SHIBSP_VERSION_MINOR 5 +#define SHIBSP_VERSION_REVISION 0 /** DO NOT MODIFY BELOW THIS LINE */ @@ -60,11 +62,12 @@ #define SHIBSP_FULLVERSIONNUM INVK_CAT3_SEP_NIL(SHIBSP_VERSION_MAJOR,SHIBSP_VERSION_MINOR,SHIBSP_VERSION_REVISION) #define SHIBSP_VERSIONSTR INVK_CAT2_SEP_UNDERSCORE(SHIBSP_VERSION_MAJOR,SHIBSP_VERSION_MINOR) -const char* const gShibSPVersionStr = SHIBSP_VERSIONSTR; -const char* const gShibSPFullVersionStr = SHIBSP_FULLVERSIONSTR; -const unsigned int gShibSPMajVersion = SHIBSP_VERSION_MAJOR; -const unsigned int gShibSPMinVersion = SHIBSP_VERSION_MINOR; -const unsigned int gShibSPRevision = SHIBSP_VERSION_REVISION; +extern SHIBSP_API const char* const gShibSPVersionStr; +extern SHIBSP_API const char* const gShibSPFullVersionStr; +extern SHIBSP_API const char* const gShibSPDotVersionStr; +extern SHIBSP_API const unsigned int gShibSPMajVersion; +extern SHIBSP_API const unsigned int gShibSPMinVersion; +extern SHIBSP_API const unsigned int gShibSPRevision; // ShibSP version numeric constants that can be used for conditional // compilation purposes. diff --git a/util/mdquery.vcxproj b/util/mdquery.vcxproj index 7df8334..229595c 100644 --- a/util/mdquery.vcxproj +++ b/util/mdquery.vcxproj @@ -155,7 +155,6 @@ true Level3 EditAndContinue - true _DEBUG;%(PreprocessorDefinitions) @@ -185,7 +184,6 @@ true Level3 ProgramDatabase - true _DEBUG;%(PreprocessorDefinitions) diff --git a/util/resolvertest.vcxproj b/util/resolvertest.vcxproj index 91a5b32..f0215c5 100644 --- a/util/resolvertest.vcxproj +++ b/util/resolvertest.vcxproj @@ -157,7 +157,6 @@ true Level3 EditAndContinue - true _DEBUG;%(PreprocessorDefinitions) @@ -187,7 +186,6 @@ true Level3 ProgramDatabase - true _DEBUG;%(PreprocessorDefinitions) -- 2.1.4