source: libcaca/trunk/tests/bench.vcproj @ 3907

Last change on this file since 3907 was 3577, checked in by Sam Hocevar, 14 years ago

Update the Win32 and Win64 ports.

File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="bench"
6        ProjectGUID="{3F5133B7-D65C-4BD4-B8CA-247C08A14081}"
7        RootNamespace="bench"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
25                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
26                        ConfigurationType="1"
27                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
28                        CharacterSet="2"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                        />
45                        <Tool
46                                Name="VCCLCompilerTool"
47                                Optimization="0"
48                                AdditionalIncludeDirectories="..\win32;..\caca"
49                                PreprocessorDefinitions="LIBCACA=1"
50                                MinimalRebuild="true"
51                                BasicRuntimeChecks="3"
52                                RuntimeLibrary="1"
53                                UsePrecompiledHeader="0"
54                                WarningLevel="3"
55                                DebugInformationFormat="4"
56                                CompileAs="1"
57                                DisableSpecificWarnings="4996;4142"
58                        />
59                        <Tool
60                                Name="VCManagedResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCResourceCompilerTool"
64                        />
65                        <Tool
66                                Name="VCPreLinkEventTool"
67                        />
68                        <Tool
69                                Name="VCLinkerTool"
70                                OutputFile="$(OutDir)/bench.exe"
71                                LinkIncremental="2"
72                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
73                                GenerateDebugInformation="true"
74                                ProgramDatabaseFile="$(OutDir)/bench.pdb"
75                                SubSystem="1"
76                                RandomizedBaseAddress="1"
77                                DataExecutionPrevention="0"
78                                TargetMachine="1"
79                        />
80                        <Tool
81                                Name="VCALinkTool"
82                        />
83                        <Tool
84                                Name="VCManifestTool"
85                        />
86                        <Tool
87                                Name="VCXDCMakeTool"
88                        />
89                        <Tool
90                                Name="VCBscMakeTool"
91                        />
92                        <Tool
93                                Name="VCFxCopTool"
94                        />
95                        <Tool
96                                Name="VCAppVerifierTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                        />
101                </Configuration>
102                <Configuration
103                        Name="Debug|x64"
104                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
105                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
106                        ConfigurationType="1"
107                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
108                        CharacterSet="2"
109                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                                TargetEnvironment="3"
125                        />
126                        <Tool
127                                Name="VCCLCompilerTool"
128                                Optimization="0"
129                                AdditionalIncludeDirectories="..\win32;..\caca"
130                                PreprocessorDefinitions="LIBCACA=1"
131                                MinimalRebuild="true"
132                                BasicRuntimeChecks="3"
133                                RuntimeLibrary="1"
134                                UsePrecompiledHeader="0"
135                                WarningLevel="3"
136                                DebugInformationFormat="3"
137                                CompileAs="1"
138                                DisableSpecificWarnings="4996;4142"
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)/bench.exe"
152                                LinkIncremental="2"
153                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
154                                GenerateDebugInformation="true"
155                                ProgramDatabaseFile="$(OutDir)/bench.pdb"
156                                SubSystem="1"
157                                RandomizedBaseAddress="1"
158                                DataExecutionPrevention="0"
159                                TargetMachine="17"
160                        />
161                        <Tool
162                                Name="VCALinkTool"
163                        />
164                        <Tool
165                                Name="VCManifestTool"
166                        />
167                        <Tool
168                                Name="VCXDCMakeTool"
169                        />
170                        <Tool
171                                Name="VCBscMakeTool"
172                        />
173                        <Tool
174                                Name="VCFxCopTool"
175                        />
176                        <Tool
177                                Name="VCAppVerifierTool"
178                        />
179                        <Tool
180                                Name="VCPostBuildEventTool"
181                        />
182                </Configuration>
183                <Configuration
184                        Name="Release|Win32"
185                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
186                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
187                        ConfigurationType="1"
188                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
189                        CharacterSet="2"
190                        WholeProgramOptimization="1"
191                        >
192                        <Tool
193                                Name="VCPreBuildEventTool"
194                        />
195                        <Tool
196                                Name="VCCustomBuildTool"
197                        />
198                        <Tool
199                                Name="VCXMLDataGeneratorTool"
200                        />
201                        <Tool
202                                Name="VCWebServiceProxyGeneratorTool"
203                        />
204                        <Tool
205                                Name="VCMIDLTool"
206                        />
207                        <Tool
208                                Name="VCCLCompilerTool"
209                                Optimization="2"
210                                InlineFunctionExpansion="1"
211                                OmitFramePointers="true"
212                                AdditionalIncludeDirectories="..\win32;..\caca"
213                                PreprocessorDefinitions="LIBCACA=1"
214                                StringPooling="true"
215                                RuntimeLibrary="0"
216                                EnableFunctionLevelLinking="true"
217                                UsePrecompiledHeader="0"
218                                WarningLevel="3"
219                                DebugInformationFormat="3"
220                                CompileAs="1"
221                                DisableSpecificWarnings="4996;4142"
222                        />
223                        <Tool
224                                Name="VCManagedResourceCompilerTool"
225                        />
226                        <Tool
227                                Name="VCResourceCompilerTool"
228                        />
229                        <Tool
230                                Name="VCPreLinkEventTool"
231                        />
232                        <Tool
233                                Name="VCLinkerTool"
234                                OutputFile="$(OutDir)/bench.exe"
235                                LinkIncremental="1"
236                                GenerateDebugInformation="true"
237                                SubSystem="1"
238                                OptimizeReferences="2"
239                                EnableCOMDATFolding="2"
240                                RandomizedBaseAddress="1"
241                                DataExecutionPrevention="0"
242                                TargetMachine="1"
243                        />
244                        <Tool
245                                Name="VCALinkTool"
246                        />
247                        <Tool
248                                Name="VCManifestTool"
249                        />
250                        <Tool
251                                Name="VCXDCMakeTool"
252                        />
253                        <Tool
254                                Name="VCBscMakeTool"
255                        />
256                        <Tool
257                                Name="VCFxCopTool"
258                        />
259                        <Tool
260                                Name="VCAppVerifierTool"
261                        />
262                        <Tool
263                                Name="VCPostBuildEventTool"
264                        />
265                </Configuration>
266                <Configuration
267                        Name="Release|x64"
268                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
269                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
270                        ConfigurationType="1"
271                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
272                        CharacterSet="2"
273                        >
274                        <Tool
275                                Name="VCPreBuildEventTool"
276                        />
277                        <Tool
278                                Name="VCCustomBuildTool"
279                        />
280                        <Tool
281                                Name="VCXMLDataGeneratorTool"
282                        />
283                        <Tool
284                                Name="VCWebServiceProxyGeneratorTool"
285                        />
286                        <Tool
287                                Name="VCMIDLTool"
288                                TargetEnvironment="3"
289                        />
290                        <Tool
291                                Name="VCCLCompilerTool"
292                                Optimization="2"
293                                InlineFunctionExpansion="1"
294                                OmitFramePointers="true"
295                                AdditionalIncludeDirectories="..\win32;..\caca"
296                                PreprocessorDefinitions="LIBCACA=1"
297                                StringPooling="true"
298                                RuntimeLibrary="0"
299                                EnableFunctionLevelLinking="true"
300                                UsePrecompiledHeader="0"
301                                WarningLevel="3"
302                                DebugInformationFormat="3"
303                                CompileAs="1"
304                                DisableSpecificWarnings="4996;4142"
305                        />
306                        <Tool
307                                Name="VCManagedResourceCompilerTool"
308                        />
309                        <Tool
310                                Name="VCResourceCompilerTool"
311                        />
312                        <Tool
313                                Name="VCPreLinkEventTool"
314                        />
315                        <Tool
316                                Name="VCLinkerTool"
317                                OutputFile="$(OutDir)/bench.exe"
318                                LinkIncremental="1"
319                                GenerateDebugInformation="true"
320                                SubSystem="1"
321                                OptimizeReferences="2"
322                                EnableCOMDATFolding="2"
323                                RandomizedBaseAddress="1"
324                                DataExecutionPrevention="0"
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                <File
354                        RelativePath="bench.c"
355                        >
356                </File>
357                <File
358                        RelativePath="..\win32\config.h"
359                        >
360                </File>
361        </Files>
362        <Globals>
363        </Globals>
364</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.