Changeset 3490 for libcaca/trunk/cxx/test-cxx.vcproj
- Timestamp:
- 05/20/09 16:20:59 (4 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/cxx
- Property svn:ignore
-
old new 7 7 *.exe 8 8 cxxtest 9 x6410 9 *.user
-
- Property svn:ignore
-
libcaca/trunk/cxx/test-cxx.vcproj
r3452 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 CharacterSet="1" … … 52 52 UsePrecompiledHeader="0" 53 53 WarningLevel="3" 54 Detect64BitPortabilityProblems="true"55 54 DebugInformationFormat="4" 56 55 /> … … 97 96 <Configuration 98 97 Name="Release|Win32" 99 OutputDirectory="$(SolutionDir) $(ConfigurationName)"100 IntermediateDirectory="$( ConfigurationName)"98 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 99 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 101 100 ConfigurationType="1" 102 101 CharacterSet="1" … … 125 124 UsePrecompiledHeader="0" 126 125 WarningLevel="3" 127 Detect64BitPortabilityProblems="true"128 126 DebugInformationFormat="3" 129 127 /> … … 172 170 <Configuration 173 171 Name="Debug|x64" 174 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"175 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"172 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 173 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 176 174 ConfigurationType="1" 177 175 CharacterSet="1" … … 203 201 UsePrecompiledHeader="0" 204 202 WarningLevel="3" 205 Detect64BitPortabilityProblems="true"206 203 DebugInformationFormat="3" 207 204 /> … … 248 245 <Configuration 249 246 Name="Release|x64" 250 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"251 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"247 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 248 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 252 249 ConfigurationType="1" 253 250 CharacterSet="1" … … 277 274 UsePrecompiledHeader="0" 278 275 WarningLevel="3" 279 Detect64BitPortabilityProblems="true"280 276 DebugInformationFormat="3" 281 277 />
Note: See TracChangeset
for help on using the changeset viewer.
