Ignore:
Timestamp:
05/20/09 16:20:59 (4 years ago)
Author:
sam
Message:

Manually fix Visual Studio files so that builds do not spew
their crap all over the place. There is still caca-sharp/obj
that it insists on creating (reported as Connect ID 301965).

Location:
libcaca/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk

    • Property svn:ignore
      •  

        old new  
        1414INSTALL 
        1515caca-config 
        16 Debug 
        17 Release 
        18 x64 
        1916libcaca.suo 
        2017libcaca.ncb 
  • libcaca/trunk/cxx

    • Property svn:ignore
      •  

        old new  
        77*.exe 
        88cxxtest 
        9 x64 
        109*.user 
  • libcaca/trunk/cxx/test-cxx.vcproj

    r3452 r3490  
    2222                <Configuration 
    2323                        Name="Debug|Win32" 
    24                         OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
    25                         IntermediateDirectory="$(ConfigurationName)" 
     24                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     25                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 
    2626                        ConfigurationType="1" 
    2727                        CharacterSet="1" 
     
    5252                                UsePrecompiledHeader="0" 
    5353                                WarningLevel="3" 
    54                                 Detect64BitPortabilityProblems="true" 
    5554                                DebugInformationFormat="4" 
    5655                        /> 
     
    9796                <Configuration 
    9897                        Name="Release|Win32" 
    99                         OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
    100                         IntermediateDirectory="$(ConfigurationName)" 
     98                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     99                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 
    101100                        ConfigurationType="1" 
    102101                        CharacterSet="1" 
     
    125124                                UsePrecompiledHeader="0" 
    126125                                WarningLevel="3" 
    127                                 Detect64BitPortabilityProblems="true" 
    128126                                DebugInformationFormat="3" 
    129127                        /> 
     
    172170                <Configuration 
    173171                        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)" 
    176174                        ConfigurationType="1" 
    177175                        CharacterSet="1" 
     
    203201                                UsePrecompiledHeader="0" 
    204202                                WarningLevel="3" 
    205                                 Detect64BitPortabilityProblems="true" 
    206203                                DebugInformationFormat="3" 
    207204                        /> 
     
    248245                <Configuration 
    249246                        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)" 
    252249                        ConfigurationType="1" 
    253250                        CharacterSet="1" 
     
    277274                                UsePrecompiledHeader="0" 
    278275                                WarningLevel="3" 
    279                                 Detect64BitPortabilityProblems="true" 
    280276                                DebugInformationFormat="3" 
    281277                        /> 
Note: See TracChangeset for help on using the changeset viewer.