~ubuntu-branches/ubuntu/oneiric/faac/oneiric

« back to all changes in this revision

Viewing changes to plugins/winamp/out_FAAC.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-01-06 22:47:35 UTC
  • mfrom: (0.1.3 hoary) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106224735-jhb3ptzjfm2j7n89
Tags: 1.26-0.1ubuntu1
* Sync from debian-multimedia
* Ubuntu Changes:
 - Maintainer Spec
 - Versioned mp4v2 dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding = "Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="7.00"
5
 
        Name="Out_FAAC"
6
 
        SccProjectName=""
7
 
        SccLocalPath="">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Release|Win32"
15
 
                        OutputDirectory=".\Release"
16
 
                        IntermediateDirectory=".\Release"
17
 
                        ConfigurationType="2"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
 
                        CharacterSet="2">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                InlineFunctionExpansion="1"
24
 
                                AdditionalIncludeDirectories="..\..\include"
25
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OUT_FAAC_EXPORTS"
26
 
                                StringPooling="TRUE"
27
 
                                RuntimeLibrary="4"
28
 
                                EnableFunctionLevelLinking="TRUE"
29
 
                                UsePrecompiledHeader="2"
30
 
                                PrecompiledHeaderFile=".\Release/Out_FAAC.pch"
31
 
                                AssemblerListingLocation=".\Release/"
32
 
                                ObjectFile=".\Release/"
33
 
                                ProgramDataBaseFileName=".\Release/"
34
 
                                WarningLevel="3"
35
 
                                SuppressStartupBanner="TRUE"
36
 
                                CompileAs="0"/>
37
 
                        <Tool
38
 
                                Name="VCCustomBuildTool"/>
39
 
                        <Tool
40
 
                                Name="VCLinkerTool"
41
 
                                AdditionalOptions="/MACHINE:I386"
42
 
                                AdditionalDependencies="odbc32.lib odbccp32.lib"
43
 
                                OutputFile="Release/Out_AAC.dll"
44
 
                                LinkIncremental="1"
45
 
                                SuppressStartupBanner="TRUE"
46
 
                                ModuleDefinitionFile=".\Out_FAAC.def"
47
 
                                ProgramDatabaseFile=".\Release/Out_AAC.pdb"
48
 
                                ImportLibrary=".\Release/Out_AAC.lib"/>
49
 
                        <Tool
50
 
                                Name="VCMIDLTool"
51
 
                                PreprocessorDefinitions="NDEBUG"
52
 
                                MkTypLibCompatible="TRUE"
53
 
                                SuppressStartupBanner="TRUE"
54
 
                                TargetEnvironment="1"
55
 
                                TypeLibraryName=".\Release/Out_FAAC.tlb"/>
56
 
                        <Tool
57
 
                                Name="VCPostBuildEventTool"/>
58
 
                        <Tool
59
 
                                Name="VCPreBuildEventTool"/>
60
 
                        <Tool
61
 
                                Name="VCPreLinkEventTool"/>
62
 
                        <Tool
63
 
                                Name="VCResourceCompilerTool"
64
 
                                PreprocessorDefinitions="NDEBUG"
65
 
                                Culture="1040"/>
66
 
                        <Tool
67
 
                                Name="VCWebServiceProxyGeneratorTool"/>
68
 
                        <Tool
69
 
                                Name="VCWebDeploymentTool"/>
70
 
                </Configuration>
71
 
                <Configuration
72
 
                        Name="Debug|Win32"
73
 
                        OutputDirectory=".\Debug"
74
 
                        IntermediateDirectory=".\Debug"
75
 
                        ConfigurationType="2"
76
 
                        UseOfMFC="0"
77
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
78
 
                        CharacterSet="2">
79
 
                        <Tool
80
 
                                Name="VCCLCompilerTool"
81
 
                                Optimization="0"
82
 
                                AdditionalIncludeDirectories="..\..\include"
83
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OUT_FAAC_EXPORTS"
84
 
                                BasicRuntimeChecks="3"
85
 
                                RuntimeLibrary="5"
86
 
                                UsePrecompiledHeader="2"
87
 
                                PrecompiledHeaderFile=".\Debug/Out_FAAC.pch"
88
 
                                AssemblerListingLocation=".\Debug/"
89
 
                                ObjectFile=".\Debug/"
90
 
                                ProgramDataBaseFileName=".\Debug/"
91
 
                                WarningLevel="3"
92
 
                                SuppressStartupBanner="TRUE"
93
 
                                DebugInformationFormat="4"
94
 
                                CompileAs="0"/>
95
 
                        <Tool
96
 
                                Name="VCCustomBuildTool"/>
97
 
                        <Tool
98
 
                                Name="VCLinkerTool"
99
 
                                AdditionalOptions="/MACHINE:I386"
100
 
                                AdditionalDependencies="odbc32.lib odbccp32.lib"
101
 
                                OutputFile="Debug/Out_AAC.dll"
102
 
                                LinkIncremental="2"
103
 
                                SuppressStartupBanner="TRUE"
104
 
                                ModuleDefinitionFile=".\Out_FAAC.def"
105
 
                                GenerateDebugInformation="TRUE"
106
 
                                ProgramDatabaseFile=".\Debug/Out_AAC.pdb"
107
 
                                ImportLibrary=".\Debug/Out_AAC.lib"/>
108
 
                        <Tool
109
 
                                Name="VCMIDLTool"
110
 
                                PreprocessorDefinitions="_DEBUG"
111
 
                                MkTypLibCompatible="TRUE"
112
 
                                SuppressStartupBanner="TRUE"
113
 
                                TargetEnvironment="1"
114
 
                                TypeLibraryName=".\Debug/Out_FAAC.tlb"/>
115
 
                        <Tool
116
 
                                Name="VCPostBuildEventTool"/>
117
 
                        <Tool
118
 
                                Name="VCPreBuildEventTool"/>
119
 
                        <Tool
120
 
                                Name="VCPreLinkEventTool"/>
121
 
                        <Tool
122
 
                                Name="VCResourceCompilerTool"
123
 
                                PreprocessorDefinitions="_DEBUG"
124
 
                                Culture="1040"/>
125
 
                        <Tool
126
 
                                Name="VCWebServiceProxyGeneratorTool"/>
127
 
                        <Tool
128
 
                                Name="VCWebDeploymentTool"/>
129
 
                </Configuration>
130
 
        </Configurations>
131
 
        <Files>
132
 
                <Filter
133
 
                        Name="Source Files"
134
 
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
135
 
                        <File
136
 
                                RelativePath=".\CRegistry.cpp">
137
 
                        </File>
138
 
                        <File
139
 
                                RelativePath=".\FAAC.rc">
140
 
                        </File>
141
 
                        <File
142
 
                                RelativePath=".\Out_FAAC.def">
143
 
                        </File>
144
 
                        <File
145
 
                                RelativePath=".\Out_faac.cpp">
146
 
                        </File>
147
 
                </Filter>
148
 
                <Filter
149
 
                        Name="Header Files"
150
 
                        Filter="h;hpp;hxx;hm;inl">
151
 
                        <File
152
 
                                RelativePath=".\CRegistry.h">
153
 
                        </File>
154
 
                        <File
155
 
                                RelativePath=".\FILTERS.H">
156
 
                        </File>
157
 
                        <File
158
 
                                RelativePath=".\OUT.H">
159
 
                        </File>
160
 
                        <File
161
 
                                RelativePath=".\defines.h">
162
 
                        </File>
163
 
                        <File
164
 
                                RelativePath=".\resource.h">
165
 
                        </File>
166
 
                </Filter>
167
 
                <Filter
168
 
                        Name="Resource Files"
169
 
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
170
 
                        <File
171
 
                                RelativePath=".\Open.bmp">
172
 
                        </File>
173
 
                </Filter>
174
 
        </Files>
175
 
        <Globals>
176
 
        </Globals>
177
 
</VisualStudioProject>