[xiph-commits] r11464 - in trunk/vorbis/win32/VS2005: libvorbis
libvorbisfile vorbisdec vorbisenc
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Mon May 29 02:07:48 PDT 2006
Author: illiminable
Date: 2006-05-29 02:07:39 -0700 (Mon, 29 May 2006)
New Revision: 11464
Modified:
trunk/vorbis/win32/VS2005/libvorbis/libvorbis.vcproj
trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.vcproj
trunk/vorbis/win32/VS2005/vorbisdec/vorbisdec.vcproj
trunk/vorbis/win32/VS2005/vorbisenc/vorbisenc.vcproj
Log:
* Make output path consistent
Modified: trunk/vorbis/win32/VS2005/libvorbis/libvorbis.vcproj
===================================================================
--- trunk/vorbis/win32/VS2005/libvorbis/libvorbis.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
+++ trunk/vorbis/win32/VS2005/libvorbis/libvorbis.vcproj 2006-05-29 09:07:39 UTC (rev 11464)
@@ -4,6 +4,7 @@
Version="8.00"
Name="libvorbis"
ProjectGUID="{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}"
+ RootNamespace="libvorbis"
Keyword="Win32Proj"
>
<Platforms>
@@ -16,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -98,7 +99,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.vcproj
===================================================================
--- trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
+++ trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.vcproj 2006-05-29 09:07:39 UTC (rev 11464)
@@ -4,6 +4,7 @@
Version="8.00"
Name="libvorbisfile"
ProjectGUID="{CEBDE98B-A6AA-46E6-BC79-FAAF823DB9EC}"
+ RootNamespace="libvorbisfile"
Keyword="Win32Proj"
>
<Platforms>
@@ -16,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -97,7 +98,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/vorbis/win32/VS2005/vorbisdec/vorbisdec.vcproj
===================================================================
--- trunk/vorbis/win32/VS2005/vorbisdec/vorbisdec.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
+++ trunk/vorbis/win32/VS2005/vorbisdec/vorbisdec.vcproj 2006-05-29 09:07:39 UTC (rev 11464)
@@ -16,7 +16,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -96,7 +96,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/vorbis/win32/VS2005/vorbisenc/vorbisenc.vcproj
===================================================================
--- trunk/vorbis/win32/VS2005/vorbisenc/vorbisenc.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
+++ trunk/vorbis/win32/VS2005/vorbisenc/vorbisenc.vcproj 2006-05-29 09:07:39 UTC (rev 11464)
@@ -97,7 +97,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
More information about the commits
mailing list