~ubuntu-branches/ubuntu/karmic/mpg123/karmic

« back to all changes in this revision

Viewing changes to ports/MSVC++/2008/mpglib/mpglib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): César Muñoz Albitres
  • Date: 2009-05-03 17:55:27 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090503175527-z94edsnxmiccxpy8
Tags: 1.7.2-3ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove arts from dependencies

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="9,00"
 
5
        Name="mpglib"
 
6
        ProjectGUID="{9FB32EE1-C45A-4CCD-9AC8-112C43AF80A7}"
 
7
        RootNamespace="mpglib"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="196613"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
22
                        IntermediateDirectory="$(ConfigurationName)"
 
23
                        ConfigurationType="1"
 
24
                        CharacterSet="1"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="../..;../../../../src/libmpg123"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                DebugInformationFormat="4"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCManagedResourceCompilerTool"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCLinkerTool"
 
64
                                LinkIncremental="2"
 
65
                                GenerateDebugInformation="true"
 
66
                                SubSystem="1"
 
67
                                TargetMachine="1"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCALinkTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCManifestTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCXDCMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCBscMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCFxCopTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCAppVerifierTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCPostBuildEventTool"
 
89
                        />
 
90
                </Configuration>
 
91
                <Configuration
 
92
                        Name="Release|Win32"
 
93
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
94
                        IntermediateDirectory="$(ConfigurationName)"
 
95
                        ConfigurationType="1"
 
96
                        CharacterSet="1"
 
97
                        WholeProgramOptimization="1"
 
98
                        >
 
99
                        <Tool
 
100
                                Name="VCPreBuildEventTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCCustomBuildTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCXMLDataGeneratorTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCWebServiceProxyGeneratorTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCMIDLTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCCLCompilerTool"
 
116
                                Optimization="2"
 
117
                                InlineFunctionExpansion="2"
 
118
                                EnableIntrinsicFunctions="true"
 
119
                                FavorSizeOrSpeed="1"
 
120
                                OmitFramePointers="true"
 
121
                                AdditionalIncludeDirectories="../..;../../../../src/libmpg123"
 
122
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
123
                                ExceptionHandling="0"
 
124
                                RuntimeLibrary="2"
 
125
                                BufferSecurityCheck="false"
 
126
                                EnableFunctionLevelLinking="true"
 
127
                                EnableEnhancedInstructionSet="1"
 
128
                                FloatingPointModel="2"
 
129
                                RuntimeTypeInfo="false"
 
130
                                UsePrecompiledHeader="0"
 
131
                                WarningLevel="3"
 
132
                                DebugInformationFormat="0"
 
133
                                CompileAs="1"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCManagedResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCResourceCompilerTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCPreLinkEventTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCLinkerTool"
 
146
                                LinkIncremental="1"
 
147
                                GenerateDebugInformation="true"
 
148
                                SubSystem="1"
 
149
                                OptimizeReferences="2"
 
150
                                EnableCOMDATFolding="2"
 
151
                                TargetMachine="1"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCALinkTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCManifestTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCXDCMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCBscMakeTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCFxCopTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCAppVerifierTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCPostBuildEventTool"
 
173
                        />
 
174
                </Configuration>
 
175
        </Configurations>
 
176
        <References>
 
177
                <ProjectReference
 
178
                        ReferencedProjectIdentifier="{67CAA87B-7CF1-4F93-BB67-21C513F40803}"
 
179
                        RelativePathToProject=".\libmpg123\libmpg123.vcproj"
 
180
                />
 
181
        </References>
 
182
        <Files>
 
183
                <File
 
184
                        RelativePath="..\..\..\..\doc\examples\mpglib.c"
 
185
                        >
 
186
                </File>
 
187
        </Files>
 
188
        <Globals>
 
189
        </Globals>
 
190
</VisualStudioProject>