Fix corruption bug with 8x8 bilinear sub-pixel positioning option
[xy_vsfilter.git] / src / dsutil / dsutil_vs2010.vcproj
blobb23bed683392e29ea13797f94efff697f8cdadcd
1 <?xml version="1.0" encoding="windows-1250"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="dsutil"
6 ProjectGUID="{FC70988B-1AE5-4381-866D-4F405E28AC42}"
7 RootNamespace="dsutil"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug Unicode|Win32"
21 ConfigurationType="4"
22 InheritedPropertySheets="..\common.vsprops;..\debug.vsprops"
23 UseOfMFC="1"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 AdditionalIncludeDirectories="../filters/BaseClasses"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
46 <Tool
47 Name="VCManagedResourceCompilerTool"
49 <Tool
50 Name="VCResourceCompilerTool"
52 <Tool
53 Name="VCPreLinkEventTool"
55 <Tool
56 Name="VCLibrarianTool"
57 AdditionalDependencies="vfw32.lib Version.lib"
58 OutputFile="../../lib/$(ProjectName)DU.lib"
60 <Tool
61 Name="VCALinkTool"
63 <Tool
64 Name="VCXDCMakeTool"
66 <Tool
67 Name="VCBscMakeTool"
69 <Tool
70 Name="VCFxCopTool"
72 <Tool
73 Name="VCPostBuildEventTool"
75 </Configuration>
76 <Configuration
77 Name="Release Unicode|Win32"
78 ConfigurationType="4"
79 InheritedPropertySheets="..\common.vsprops;..\release.vsprops"
80 UseOfMFC="1"
81 CharacterSet="1"
82 WholeProgramOptimization="1"
84 <Tool
85 Name="VCPreBuildEventTool"
87 <Tool
88 Name="VCCustomBuildTool"
90 <Tool
91 Name="VCXMLDataGeneratorTool"
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"
96 <Tool
97 Name="VCMIDLTool"
99 <Tool
100 Name="VCCLCompilerTool"
101 WholeProgramOptimization="true"
102 AdditionalIncludeDirectories="../filters/BaseClasses"
103 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
105 <Tool
106 Name="VCManagedResourceCompilerTool"
108 <Tool
109 Name="VCResourceCompilerTool"
111 <Tool
112 Name="VCPreLinkEventTool"
114 <Tool
115 Name="VCLibrarianTool"
116 AdditionalDependencies="vfw32.lib Version.lib"
117 OutputFile="../../lib/$(ProjectName)RU.lib"
119 <Tool
120 Name="VCALinkTool"
122 <Tool
123 Name="VCXDCMakeTool"
125 <Tool
126 Name="VCBscMakeTool"
128 <Tool
129 Name="VCFxCopTool"
131 <Tool
132 Name="VCPostBuildEventTool"
134 </Configuration>
135 </Configurations>
136 <References>
137 </References>
138 <Files>
139 <Filter
140 Name="Source Files"
141 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
143 <File
144 RelativePath=".\a_yuv2rgb.asm"
146 <FileConfiguration
147 Name="Debug Unicode|Win32"
149 <Tool
150 Name="VCCustomBuildTool"
151 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&#x0D;&#x0A;"
152 Outputs="$(OutDir)\$(InputName).obj"
154 </FileConfiguration>
155 <FileConfiguration
156 Name="Release Unicode|Win32"
158 <Tool
159 Name="VCCustomBuildTool"
160 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&#x0D;&#x0A;"
161 Outputs="$(OutDir)\$(InputName).obj"
163 </FileConfiguration>
164 </File>
165 <File
166 RelativePath=".\a_yuvtable.asm"
168 <FileConfiguration
169 Name="Debug Unicode|Win32"
171 <Tool
172 Name="VCCustomBuildTool"
173 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&#x0D;&#x0A;"
174 Outputs="$(OutDir)\$(InputName).obj"
176 </FileConfiguration>
177 <FileConfiguration
178 Name="Release Unicode|Win32"
180 <Tool
181 Name="VCCustomBuildTool"
182 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&#x0D;&#x0A;"
183 Outputs="$(OutDir)\$(InputName).obj"
185 </FileConfiguration>
186 </File>
187 <File
188 RelativePath=".\convert_a.asm"
190 <FileConfiguration
191 Name="Debug Unicode|Win32"
193 <Tool
194 Name="VCCustomBuildTool"
195 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
196 Outputs="$(OutDir)\$(InputName).obj"
198 </FileConfiguration>
199 <FileConfiguration
200 Name="Release Unicode|Win32"
202 <Tool
203 Name="VCCustomBuildTool"
204 CommandLine="ml /c /coff /Cx /nologo /Fo&quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
205 Outputs="$(OutDir)\$(InputName).obj"
207 </FileConfiguration>
208 </File>
209 <File
210 RelativePath=".\DSMPropertyBag.cpp"
212 </File>
213 <File
214 RelativePath="DSUtil.cpp"
216 </File>
217 <File
218 RelativePath=".\FontInstaller.cpp"
220 </File>
221 <File
222 RelativePath=".\MediaTypeEx.cpp"
224 </File>
225 <File
226 RelativePath="MediaTypes.cpp"
228 </File>
229 <File
230 RelativePath=".\NullRenderers.cpp"
232 </File>
233 <File
234 RelativePath="stdafx.cpp"
236 <FileConfiguration
237 Name="Debug Unicode|Win32"
239 <Tool
240 Name="VCCLCompilerTool"
241 UsePrecompiledHeader="1"
243 </FileConfiguration>
244 <FileConfiguration
245 Name="Release Unicode|Win32"
247 <Tool
248 Name="VCCLCompilerTool"
249 UsePrecompiledHeader="1"
251 </FileConfiguration>
252 </File>
253 <File
254 RelativePath=".\text.cpp"
256 </File>
257 <File
258 RelativePath=".\vd.cpp"
260 </File>
261 </Filter>
262 <Filter
263 Name="Header Files"
264 Filter="h;hpp;hxx;hm;inl;inc"
266 <File
267 RelativePath=".\DSMPropertyBag.h"
269 </File>
270 <File
271 RelativePath="DSUtil.h"
273 </File>
274 <File
275 RelativePath=".\FontInstaller.h"
277 </File>
278 <File
279 RelativePath=".\MediaTypeEx.h"
281 </File>
282 <File
283 RelativePath="MediaTypes.h"
285 </File>
286 <File
287 RelativePath=".\NullRenderers.h"
289 </File>
290 <File
291 RelativePath="stdafx.h"
293 </File>
294 <File
295 RelativePath=".\text.h"
297 </File>
298 <File
299 RelativePath=".\vd.h"
301 </File>
302 </Filter>
303 <Filter
304 Name="Resource Files"
305 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
307 </Filter>
308 </Files>
309 <Globals>
310 <Global
311 Name="DevPartner_IsInstrumented"
312 Value="0"
314 </Globals>
315 </VisualStudioProject>