Ignore:
Timestamp:
02/11/09 17:23:59 (15 years ago)
Author:
grimmel
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/win32/mpcdec.vcproj

    r346 r422  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8.00"
     4        Version="9.00"
    55        Name="mpcdec"
    66        ProjectGUID="{A527175B-22A9-41AB-B2E8-580F573CCAFB}"
    77        RootNamespace="mpcdec"
    88        Keyword="Win32Proj"
     9        TargetFrameworkVersion="131072"
    910        >
    1011        <Platforms>
     
    4849                                UsePrecompiledHeader="0"
    4950                                WarningLevel="3"
    50                                 Detect64BitPortabilityProblems="true"
    5151                                DebugInformationFormat="1"
    5252                                CompileAs="1"
     
    6868                                GenerateDebugInformation="true"
    6969                                SubSystem="1"
     70                                RandomizedBaseAddress="1"
     71                                DataExecutionPrevention="0"
    7072                                TargetMachine="1"
    7173                                AllowIsolation="false"
     
    9193                        />
    9294                        <Tool
    93                                 Name="VCWebDeploymentTool"
    94                         />
    95                         <Tool
    9695                                Name="VCPostBuildEventTool"
    9796                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
     
    103102                        IntermediateDirectory="$(ConfigurationName)"
    104103                        ConfigurationType="1"
    105                         CharacterSet="1"
     104                        CharacterSet="0"
    106105                        WholeProgramOptimization="1"
    107106                        >
     
    123122                        <Tool
    124123                                Name="VCCLCompilerTool"
     124                                Optimization="2"
    125125                                AdditionalIncludeDirectories="../include,../libwavformat,../win32"
    126126                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
     
    131131                                FloatingPointModel="2"
    132132                                WarningLevel="3"
    133                                 Detect64BitPortabilityProblems="true"
    134133                                DebugInformationFormat="0"
    135134                                CompileAs="1"
     
    151150                                OptimizeReferences="2"
    152151                                EnableCOMDATFolding="2"
     152                                RandomizedBaseAddress="1"
     153                                DataExecutionPrevention="0"
    153154                                TargetMachine="1"
    154155                                AllowIsolation="false"
     
    174175                        />
    175176                        <Tool
    176                                 Name="VCWebDeploymentTool"
    177                         />
    178                         <Tool
    179177                                Name="VCPostBuildEventTool"
    180178                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
Note: See TracChangeset for help on using the changeset viewer.