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/15 01:27:25 UTC

svn commit: r604353 - /xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj

Author: dbertoni
Date: Fri Dec 14 16:27:22 2007
New Revision: 604353

URL: http://svn.apache.org/viewvc?rev=604353&view=rev
Log:
Fixed glitches in output and intermediate directories.

Modified:
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj?rev=604353&r1=604352&r2=604353&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/ThreadSafe/ThreadSafe.vcproj Fri Dec 14 16:27:22 2007
@@ -102,8 +102,8 @@
 		</Configuration>
 		<Configuration
 			Name="Debug|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+			OutputDirectory="..\..\..\..\Build\Win64\VC8\Debug"
+			IntermediateDirectory="$(OutDir)\$(ProjectName)"
 			ConfigurationType="1"
 			CharacterSet="0"
 			>
@@ -273,8 +273,8 @@
 		</Configuration>
 		<Configuration
 			Name="Release|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+			OutputDirectory="..\..\..\..\Build\Win64\VC8\Release"
+			IntermediateDirectory="$(OutDir)\$(ProjectName)"
 			ConfigurationType="1"
 			CharacterSet="0"
 			WholeProgramOptimization="1"



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