You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2007/12/21 23:30:58 UTC

svn commit: r606337 - in /xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9: AllInOne/ CompileStylesheet/ Conf/ DocumentBuilder/ ExternalFunction/ ParsedSourceWrappers/ Performance/ SerializeNodeSet/ SimpleTransform/ SimpleXPathAPI/ Simple...

Author: dbertoni
Date: Fri Dec 21 14:30:56 2007
New Revision: 606337

URL: http://svn.apache.org/viewvc?rev=606337&view=rev
Log:
More VS2008 cleanup.

Modified:
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/AllInOne/AllInOneWithICU.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/CompileStylesheet/CompileStylesheet.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Conf/conf.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/DocumentBuilder/DocumentBuilder.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ExternalFunction/ExternalFunction.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ParsedSourceWrappers/ParsedSourceWrappers.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Performance/perf.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SerializeNodeSet/SerializeNodeSet.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleTransform/SimpleTransform.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathAPI/SimpleXPathAPI.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathCAPI/SimpleXPathCAPI.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/StreamTransform/StreamTransform.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXPath/TestXPath.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXSLT/TestXSLT.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadSafe/ThreadSafe.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadTest/ThreadTest.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TraceListen/TraceListen.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TransformToXercesDOM/TransformToXercesDOM.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/UseStylesheetParam/UseStylesheetParam.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Utils/MsgCreator/MsgCreator.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransform/XalanTransform.vcproj
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransformerCallback/XalanTransformerCallback.vcproj

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/AllInOne/AllInOneWithICU.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/AllInOne/AllInOneWithICU.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/AllInOne/AllInOneWithICU.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/AllInOne/AllInOneWithICU.vcproj Fri Dec 21 14:30:56 2007
@@ -322,8 +322,8 @@
 				TreatWChar_tAsBuiltInType="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="0"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"
 			/>

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/CompileStylesheet/CompileStylesheet.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/CompileStylesheet/CompileStylesheet.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/CompileStylesheet/CompileStylesheet.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/CompileStylesheet/CompileStylesheet.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Conf/conf.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Conf/conf.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Conf/conf.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Conf/conf.vcproj Fri Dec 21 14:30:56 2007
@@ -317,7 +317,7 @@
 				TreatWChar_tAsBuiltInType="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/DocumentBuilder/DocumentBuilder.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/DocumentBuilder/DocumentBuilder.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/DocumentBuilder/DocumentBuilder.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/DocumentBuilder/DocumentBuilder.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ExternalFunction/ExternalFunction.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ExternalFunction/ExternalFunction.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ExternalFunction/ExternalFunction.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ExternalFunction/ExternalFunction.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ParsedSourceWrappers/ParsedSourceWrappers.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ParsedSourceWrappers/ParsedSourceWrappers.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ParsedSourceWrappers/ParsedSourceWrappers.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ParsedSourceWrappers/ParsedSourceWrappers.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Performance/perf.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Performance/perf.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Performance/perf.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Performance/perf.vcproj Fri Dec 21 14:30:56 2007
@@ -64,6 +64,7 @@
 				ProgramDataBaseFileName="$(IntDir)\"
 				WarningLevel="4"
 				SuppressStartupBanner="true"
+				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"
 			/>
@@ -85,6 +86,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories="$(XERCESCROOT)\Build\Win32\VC9\Release;$(XERCESCROOT)\lib;..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC9\Release;$(OutDir)"
+				GenerateDebugInformation="true"
 				SubSystem="1"
 				StackReserveSize="2048000"
 				LinkTimeCodeGeneration="1"
@@ -181,6 +183,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories="$(XERCESCROOT)\Build\Win64\VC9\Release;$(XERCESCROOT)\lib;..\..\..\..\..\..\xml-xerces\c\Build\Win64\VC9\Release;$(OutDir)"
+				GenerateDebugInformation="true"
 				SubSystem="1"
 				StackReserveSize="2048000"
 				LinkTimeCodeGeneration="1"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SerializeNodeSet/SerializeNodeSet.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SerializeNodeSet/SerializeNodeSet.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SerializeNodeSet/SerializeNodeSet.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SerializeNodeSet/SerializeNodeSet.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleTransform/SimpleTransform.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleTransform/SimpleTransform.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleTransform/SimpleTransform.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleTransform/SimpleTransform.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathAPI/SimpleXPathAPI.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathAPI/SimpleXPathAPI.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathAPI/SimpleXPathAPI.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathAPI/SimpleXPathAPI.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathCAPI/SimpleXPathCAPI.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathCAPI/SimpleXPathCAPI.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathCAPI/SimpleXPathCAPI.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/SimpleXPathCAPI/SimpleXPathCAPI.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/StreamTransform/StreamTransform.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/StreamTransform/StreamTransform.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/StreamTransform/StreamTransform.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/StreamTransform/StreamTransform.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXPath/TestXPath.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXPath/TestXPath.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXPath/TestXPath.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXPath/TestXPath.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXSLT/TestXSLT.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXSLT/TestXSLT.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXSLT/TestXSLT.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TestXSLT/TestXSLT.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadSafe/ThreadSafe.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadSafe/ThreadSafe.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadSafe/ThreadSafe.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadSafe/ThreadSafe.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadTest/ThreadTest.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadTest/ThreadTest.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadTest/ThreadTest.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/ThreadTest/ThreadTest.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TraceListen/TraceListen.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TraceListen/TraceListen.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TraceListen/TraceListen.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TraceListen/TraceListen.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TransformToXercesDOM/TransformToXercesDOM.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TransformToXercesDOM/TransformToXercesDOM.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TransformToXercesDOM/TransformToXercesDOM.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/TransformToXercesDOM/TransformToXercesDOM.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/UseStylesheetParam/UseStylesheetParam.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/UseStylesheetParam/UseStylesheetParam.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/UseStylesheetParam/UseStylesheetParam.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/UseStylesheetParam/UseStylesheetParam.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Utils/MsgCreator/MsgCreator.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Utils/MsgCreator/MsgCreator.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Utils/MsgCreator/MsgCreator.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/Utils/MsgCreator/MsgCreator.vcproj Fri Dec 21 14:30:56 2007
@@ -308,7 +308,7 @@
 				ObjectFile="$(IntDir)\"
 				ProgramDataBaseFileName="$(IntDir)\"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				DisableSpecificWarnings="4996;4351"
 			/>

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransform/XalanTransform.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransform/XalanTransform.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransform/XalanTransform.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransform/XalanTransform.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransformerCallback/XalanTransformerCallback.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransformerCallback/XalanTransformerCallback.vcproj?rev=606337&r1=606336&r2=606337&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransformerCallback/XalanTransformerCallback.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC9/XalanTransformerCallback/XalanTransformerCallback.vcproj Fri Dec 21 14:30:56 2007
@@ -307,7 +307,7 @@
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org