source: trunk/Utilities/DumpMediaSamples/DumpMediaSamples.vcproj @ 142

Last change on this file since 142 was 142, checked in by roman, 11 years ago
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="DumpMediaSamples"
6        ProjectGUID="{1421856B-3882-48ED-8E77-6C302CE9279C}"
7        RootNamespace="DumpMediaSamples"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
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="Debug"
22                        IntermediateDirectory="Debug"
23                        ConfigurationType="1"
24                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25                        UseOfATL="1"
26                        CharacterSet="1"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                        />
31                        <Tool
32                                Name="VCCustomBuildTool"
33                        />
34                        <Tool
35                                Name="VCXMLDataGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCWebServiceProxyGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCMIDLTool"
42                        />
43                        <Tool
44                                Name="VCCLCompilerTool"
45                                Optimization="0"
46                                AdditionalIncludeDirectories=".;..\Common\alax.info"
47                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                UsePrecompiledHeader="2"
52                                WarningLevel="3"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                OutputFile="$(OutDir)/DumpMediaSamples.exe"
67                                LinkIncremental="2"
68                                DelayLoadDLLs=""
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/DumpMediaSamples.pdb"
71                                SubSystem="1"
72                                RandomizedBaseAddress="1"
73                                DataExecutionPrevention="0"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory="Release"
101                        IntermediateDirectory="Release"
102                        ConfigurationType="1"
103                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104                        UseOfATL="1"
105                        CharacterSet="1"
106                        WholeProgramOptimization="1"
107                        >
108                        <Tool
109                                Name="VCPreBuildEventTool"
110                        />
111                        <Tool
112                                Name="VCCustomBuildTool"
113                        />
114                        <Tool
115                                Name="VCXMLDataGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCWebServiceProxyGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCMIDLTool"
122                        />
123                        <Tool
124                                Name="VCCLCompilerTool"
125                                Optimization="3"
126                                InlineFunctionExpansion="2"
127                                EnableIntrinsicFunctions="true"
128                                FavorSizeOrSpeed="2"
129                                OmitFramePointers="true"
130                                EnableFiberSafeOptimizations="true"
131                                AdditionalIncludeDirectories=".;..\Common\alax.info"
132                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
133                                StringPooling="true"
134                                RuntimeLibrary="0"
135                                RuntimeTypeInfo="false"
136                                UsePrecompiledHeader="2"
137                                WarningLevel="3"
138                                DebugInformationFormat="3"
139                        />
140                        <Tool
141                                Name="VCManagedResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                OutputFile="$(OutDir)/DumpMediaSamples.exe"
152                                LinkIncremental="1"
153                                DelayLoadDLLs=""
154                                GenerateDebugInformation="true"
155                                SubSystem="1"
156                                OptimizeReferences="2"
157                                EnableCOMDATFolding="2"
158                                RandomizedBaseAddress="1"
159                                DataExecutionPrevention="0"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCPostBuildEventTool"
182                        />
183                </Configuration>
184        </Configurations>
185        <References>
186        </References>
187        <Files>
188                <Filter
189                        Name="Source Files"
190                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
191                        >
192                        <File
193                                RelativePath="DumpMediaSamples.cpp"
194                                >
195                        </File>
196                        <File
197                                RelativePath="stdafx.cpp"
198                                >
199                                <FileConfiguration
200                                        Name="Debug|Win32"
201                                        >
202                                        <Tool
203                                                Name="VCCLCompilerTool"
204                                                UsePrecompiledHeader="1"
205                                        />
206                                </FileConfiguration>
207                                <FileConfiguration
208                                        Name="Release|Win32"
209                                        >
210                                        <Tool
211                                                Name="VCCLCompilerTool"
212                                                UsePrecompiledHeader="1"
213                                        />
214                                </FileConfiguration>
215                        </File>
216                </Filter>
217                <Filter
218                        Name="Header Files"
219                        Filter="h;hpp;hxx;hm;inl;inc"
220                        >
221                        <File
222                                RelativePath="stdafx.h"
223                                >
224                        </File>
225                </Filter>
226                <Filter
227                        Name="Resource Files"
228                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
229                        >
230                </Filter>
231        </Files>
232        <Globals>
233        </Globals>
234</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.