~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to lib/liblame/vc_solution/vc9_lame_config.vsprops

  • Committer: wiso
  • Date: 2010-05-07 16:57:13 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29897
copy lame-3.98.4 to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioPropertySheet
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="vc9_lame_config"
 
6
        OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
 
7
        IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
 
8
        >
 
9
        <Tool
 
10
                Name="VCBscMakeTool"
 
11
                OutputFile="$(IntDir)/$(ProjectName).bsc"
 
12
        />
 
13
        <Tool
 
14
                Name="VCCLCompilerTool"
 
15
                PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATED"
 
16
                StringPooling="true"
 
17
                EnableFunctionLevelLinking="true"
 
18
                AssemblerListingLocation="$(IntDir)\"
 
19
                BrowseInformation="1"
 
20
                WarningLevel="3"
 
21
                DisableSpecificWarnings="4995;4996"
 
22
        />
 
23
        <Tool
 
24
                Name="VCLinkerTool"
 
25
                LinkIncremental="1"
 
26
                AdditionalLibraryDirectories="$(OutDir)"
 
27
                ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
 
28
                OptimizeReferences="2"
 
29
        />
 
30
</VisualStudioPropertySheet>