Changeset 3490 for libcaca/trunk/examples/driver.vcproj
- Timestamp:
- May 20, 2009, 4:20:59 PM (11 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk
- Property svn:ignore
-
old new 14 14 INSTALL 15 15 caca-config 16 Debug17 Release18 x6419 16 libcaca.suo 20 17 libcaca.ncb
-
- Property svn:ignore
-
libcaca/trunk/examples
- Property svn:ignore
-
old new 29 29 *.exe 30 30 *.user 31 x64
-
- Property svn:ignore
-
libcaca/trunk/examples/driver.vcproj
r3465 r3490 22 22 <Configuration 23 23 Name="Debug|Win32" 24 OutputDirectory="$(SolutionDir) $(ConfigurationName)"25 IntermediateDirectory="$( ConfigurationName)"24 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 25 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 26 26 ConfigurationType="1" 27 27 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 53 53 UsePrecompiledHeader="0" 54 54 WarningLevel="3" 55 Detect64BitPortabilityProblems="true"56 55 DebugInformationFormat="4" 57 56 CompileAs="1" … … 103 102 <Configuration 104 103 Name="Debug|x64" 105 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"106 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"104 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 105 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 107 106 ConfigurationType="1" 108 107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 135 134 UsePrecompiledHeader="0" 136 135 WarningLevel="3" 137 Detect64BitPortabilityProblems="true"138 136 DebugInformationFormat="3" 139 137 CompileAs="1" … … 185 183 <Configuration 186 184 Name="Release|Win32" 187 OutputDirectory="$(SolutionDir) $(ConfigurationName)"188 IntermediateDirectory="$( ConfigurationName)"185 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 186 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 189 187 ConfigurationType="1" 190 188 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 218 216 UsePrecompiledHeader="0" 219 217 WarningLevel="3" 220 Detect64BitPortabilityProblems="true"221 218 DebugInformationFormat="3" 222 219 CompileAs="1" … … 268 265 <Configuration 269 266 Name="Release|x64" 270 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"271 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"267 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 268 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 272 269 ConfigurationType="1" 273 270 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 302 299 UsePrecompiledHeader="0" 303 300 WarningLevel="3" 304 Detect64BitPortabilityProblems="true"305 301 DebugInformationFormat="3" 306 302 CompileAs="1"
Note: See TracChangeset
for help on using the changeset viewer.