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/examples

    • Property svn:ignore
      •  

        old new  
        2929*.exe 
        3030*.user 
        31 x64 
  • libcaca/trunk/examples/dithering.vcproj

    r3465 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                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    5353                                UsePrecompiledHeader="0" 
    5454                                WarningLevel="3" 
    55                                 Detect64BitPortabilityProblems="true" 
    5655                                DebugInformationFormat="4" 
    5756                                CompileAs="1" 
     
    103102                <Configuration 
    104103                        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)" 
    107106                        ConfigurationType="1" 
    108107                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    135134                                UsePrecompiledHeader="0" 
    136135                                WarningLevel="3" 
    137                                 Detect64BitPortabilityProblems="true" 
    138136                                DebugInformationFormat="3" 
    139137                                CompileAs="1" 
     
    185183                <Configuration 
    186184                        Name="Release|Win32" 
    187                         OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
    188                         IntermediateDirectory="$(ConfigurationName)" 
     185                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     186                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 
    189187                        ConfigurationType="1" 
    190188                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    218216                                UsePrecompiledHeader="0" 
    219217                                WarningLevel="3" 
    220                                 Detect64BitPortabilityProblems="true" 
    221218                                DebugInformationFormat="3" 
    222219                                CompileAs="1" 
     
    268265                <Configuration 
    269266                        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)" 
    272269                        ConfigurationType="1" 
    273270                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    302299                                UsePrecompiledHeader="0" 
    303300                                WarningLevel="3" 
    304                                 Detect64BitPortabilityProblems="true" 
    305301                                DebugInformationFormat="3" 
    306302                                CompileAs="1" 
Note: See TracChangeset for help on using the changeset viewer.