• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="gb2312"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="WelsDecPlus"
6	ProjectGUID="{1131558A-9986-4F4B-A13F-8B7F4C8438BF}"
7	RootNamespace="WelsDecPlus"
8	TargetFrameworkVersion="0"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14		<Platform
15			Name="x64"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Release|Win32"
23			OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)"
24			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25			ConfigurationType="2"
26			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
27			UseOfMFC="0"
28			ATLMinimizesCRunTimeLibraryUsage="false"
29			CharacterSet="2"
30			WholeProgramOptimization="1"
31			>
32			<Tool
33				Name="VCPreBuildEventTool"
34			/>
35			<Tool
36				Name="VCCustomBuildTool"
37			/>
38			<Tool
39				Name="VCXMLDataGeneratorTool"
40			/>
41			<Tool
42				Name="VCWebServiceProxyGeneratorTool"
43			/>
44			<Tool
45				Name="VCMIDLTool"
46			/>
47			<Tool
48				Name="VCCLCompilerTool"
49				Optimization="2"
50				InlineFunctionExpansion="1"
51				AdditionalIncludeDirectories="..\..\..\decoder\plus\inc;..\..\..\decoder\core\inc;..\..\..\api\wels;..\..\..\common\inc"
52				PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
53				StringPooling="true"
54				RuntimeLibrary="0"
55				EnableFunctionLevelLinking="true"
56				WarningLevel="3"
57				DebugInformationFormat="3"
58			/>
59			<Tool
60				Name="VCManagedResourceCompilerTool"
61			/>
62			<Tool
63				Name="VCResourceCompilerTool"
64				PreprocessorDefinitions="NDEBUG"
65				Culture="1033"
66			/>
67			<Tool
68				Name="VCPreLinkEventTool"
69			/>
70			<Tool
71				Name="VCLinkerTool"
72				AdditionalDependencies="$(OutDir)\welsdcore.lib"
73				OutputFile="$(OutDir)\welsdec.dll"
74				LinkIncremental="1"
75				ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
76				GenerateDebugInformation="true"
77				RandomizedBaseAddress="2"
78				DataExecutionPrevention="2"
79				ImportLibrary="$(OutDir)\welsdec.lib"
80				TargetMachine="1"
81			/>
82			<Tool
83				Name="VCALinkTool"
84			/>
85			<Tool
86				Name="VCManifestTool"
87			/>
88			<Tool
89				Name="VCXDCMakeTool"
90			/>
91			<Tool
92				Name="VCBscMakeTool"
93			/>
94			<Tool
95				Name="VCFxCopTool"
96			/>
97			<Tool
98				Name="VCAppVerifierTool"
99			/>
100			<Tool
101				Name="VCPostBuildEventTool"
102			/>
103		</Configuration>
104		<Configuration
105			Name="Release|x64"
106			OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)"
107			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
108			ConfigurationType="2"
109			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
110			UseOfMFC="0"
111			ATLMinimizesCRunTimeLibraryUsage="false"
112			CharacterSet="2"
113			WholeProgramOptimization="1"
114			>
115			<Tool
116				Name="VCPreBuildEventTool"
117			/>
118			<Tool
119				Name="VCCustomBuildTool"
120			/>
121			<Tool
122				Name="VCXMLDataGeneratorTool"
123			/>
124			<Tool
125				Name="VCWebServiceProxyGeneratorTool"
126			/>
127			<Tool
128				Name="VCMIDLTool"
129			/>
130			<Tool
131				Name="VCCLCompilerTool"
132				Optimization="2"
133				InlineFunctionExpansion="1"
134				AdditionalIncludeDirectories="..\..\..\decoder\plus\inc;..\..\..\decoder\core\inc;..\..\..\api\wels;..\..\..\common\inc"
135				PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
136				StringPooling="true"
137				RuntimeLibrary="0"
138				EnableFunctionLevelLinking="true"
139				WarningLevel="3"
140				DebugInformationFormat="3"
141			/>
142			<Tool
143				Name="VCManagedResourceCompilerTool"
144			/>
145			<Tool
146				Name="VCResourceCompilerTool"
147				PreprocessorDefinitions="NDEBUG"
148				Culture="1033"
149			/>
150			<Tool
151				Name="VCPreLinkEventTool"
152			/>
153			<Tool
154				Name="VCLinkerTool"
155				AdditionalDependencies="$(OutDir)\welsdcore.lib"
156				OutputFile="$(OutDir)\welsdec.dll"
157				LinkIncremental="1"
158				ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
159				GenerateDebugInformation="true"
160				RandomizedBaseAddress="2"
161				DataExecutionPrevention="2"
162				ImportLibrary="$(OutDir)\welsdec.lib"
163				TargetMachine="17"
164			/>
165			<Tool
166				Name="VCALinkTool"
167			/>
168			<Tool
169				Name="VCManifestTool"
170			/>
171			<Tool
172				Name="VCXDCMakeTool"
173			/>
174			<Tool
175				Name="VCBscMakeTool"
176			/>
177			<Tool
178				Name="VCFxCopTool"
179			/>
180			<Tool
181				Name="VCAppVerifierTool"
182			/>
183			<Tool
184				Name="VCPostBuildEventTool"
185			/>
186		</Configuration>
187		<Configuration
188			Name="Debug|Win32"
189			OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)"
190			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
191			ConfigurationType="2"
192			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
193			UseOfMFC="0"
194			ATLMinimizesCRunTimeLibraryUsage="false"
195			CharacterSet="2"
196			>
197			<Tool
198				Name="VCPreBuildEventTool"
199			/>
200			<Tool
201				Name="VCCustomBuildTool"
202			/>
203			<Tool
204				Name="VCXMLDataGeneratorTool"
205			/>
206			<Tool
207				Name="VCWebServiceProxyGeneratorTool"
208			/>
209			<Tool
210				Name="VCMIDLTool"
211			/>
212			<Tool
213				Name="VCCLCompilerTool"
214				Optimization="0"
215				AdditionalIncludeDirectories="..\..\..\decoder\plus\inc;..\..\..\decoder\core\inc;..\..\..\api\wels;..\..\..\common\inc"
216				PreprocessorDefinitions="_DEBUG;_USRDLL;X86_ASM"
217				MinimalRebuild="true"
218				BasicRuntimeChecks="3"
219				RuntimeLibrary="1"
220				WarningLevel="3"
221				DebugInformationFormat="4"
222			/>
223			<Tool
224				Name="VCManagedResourceCompilerTool"
225			/>
226			<Tool
227				Name="VCResourceCompilerTool"
228				PreprocessorDefinitions="_DEBUG"
229				Culture="1033"
230			/>
231			<Tool
232				Name="VCPreLinkEventTool"
233			/>
234			<Tool
235				Name="VCLinkerTool"
236				AdditionalDependencies="$(OutDir)\welsdcore.lib"
237				OutputFile="$(OutDir)\welsdec.dll"
238				LinkIncremental="2"
239				ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
240				GenerateDebugInformation="true"
241				RandomizedBaseAddress="2"
242				DataExecutionPrevention="2"
243				ImportLibrary="$(OutDir)\welsdec.lib"
244				TargetMachine="1"
245			/>
246			<Tool
247				Name="VCALinkTool"
248			/>
249			<Tool
250				Name="VCManifestTool"
251			/>
252			<Tool
253				Name="VCXDCMakeTool"
254			/>
255			<Tool
256				Name="VCBscMakeTool"
257			/>
258			<Tool
259				Name="VCFxCopTool"
260			/>
261			<Tool
262				Name="VCAppVerifierTool"
263			/>
264			<Tool
265				Name="VCPostBuildEventTool"
266			/>
267		</Configuration>
268		<Configuration
269			Name="Debug|x64"
270			OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)"
271			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
272			ConfigurationType="2"
273			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
274			UseOfMFC="0"
275			ATLMinimizesCRunTimeLibraryUsage="false"
276			CharacterSet="2"
277			>
278			<Tool
279				Name="VCPreBuildEventTool"
280			/>
281			<Tool
282				Name="VCCustomBuildTool"
283			/>
284			<Tool
285				Name="VCXMLDataGeneratorTool"
286			/>
287			<Tool
288				Name="VCWebServiceProxyGeneratorTool"
289			/>
290			<Tool
291				Name="VCMIDLTool"
292			/>
293			<Tool
294				Name="VCCLCompilerTool"
295				Optimization="0"
296				AdditionalIncludeDirectories="..\..\..\decoder\plus\inc;..\..\..\decoder\core\inc;..\..\..\api\wels;..\..\..\common\inc"
297				PreprocessorDefinitions="_DEBUG;_USRDLL;X86_ASM"
298				MinimalRebuild="true"
299				BasicRuntimeChecks="3"
300				RuntimeLibrary="1"
301				WarningLevel="3"
302				DebugInformationFormat="3"
303			/>
304			<Tool
305				Name="VCManagedResourceCompilerTool"
306			/>
307			<Tool
308				Name="VCResourceCompilerTool"
309				PreprocessorDefinitions="_DEBUG"
310				Culture="1033"
311			/>
312			<Tool
313				Name="VCPreLinkEventTool"
314			/>
315			<Tool
316				Name="VCLinkerTool"
317				AdditionalDependencies="$(OutDir)\welsdcore.lib"
318				OutputFile="$(OutDir)\welsdec.dll"
319				LinkIncremental="2"
320				ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
321				GenerateDebugInformation="true"
322				RandomizedBaseAddress="2"
323				DataExecutionPrevention="2"
324				ImportLibrary="$(OutDir)\welsdec.lib"
325				TargetMachine="17"
326			/>
327			<Tool
328				Name="VCALinkTool"
329			/>
330			<Tool
331				Name="VCManifestTool"
332			/>
333			<Tool
334				Name="VCXDCMakeTool"
335			/>
336			<Tool
337				Name="VCBscMakeTool"
338			/>
339			<Tool
340				Name="VCFxCopTool"
341			/>
342			<Tool
343				Name="VCAppVerifierTool"
344			/>
345			<Tool
346				Name="VCPostBuildEventTool"
347			/>
348		</Configuration>
349	</Configurations>
350	<References>
351	</References>
352	<Files>
353		<Filter
354			Name="Header Files"
355			Filter="h;hpp;hxx;hm;inl"
356			>
357			<File
358				RelativePath="..\..\..\common\inc\welsCodecTrace.h"
359				>
360			</File>
361			<File
362				RelativePath="..\..\..\decoder\plus\inc\welsDecoderExt.h"
363				>
364			</File>
365		</Filter>
366		<Filter
367			Name="Resource Files"
368			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
369			>
370			<File
371				RelativePath="..\..\..\..\openh264.rc"
372				>
373			</File>
374		</Filter>
375		<Filter
376			Name="Source Files"
377			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
378			>
379			<File
380				RelativePath="..\..\..\decoder\plus\src\wels_dec_export.def"
381				>
382			</File>
383			<File
384				RelativePath="..\..\..\common\src\welsCodecTrace.cpp"
385				>
386			</File>
387			<File
388				RelativePath="..\..\..\decoder\plus\src\welsDecoderExt.cpp"
389				>
390			</File>
391		</Filter>
392	</Files>
393	<Globals>
394	</Globals>
395</VisualStudioProject>
396