~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to Mkfiles/vc8/genperf/genperf.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

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="8.00"
5
 
        Name="genperf"
6
 
        ProjectGUID="{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}"
7
 
        RootNamespace="genperf"
8
 
        Keyword="Win32Proj"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
        </Platforms>
15
 
        <ToolFiles>
16
 
        </ToolFiles>
17
 
        <Configurations>
18
 
                <Configuration
19
 
                        Name="Debug|Win32"
20
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
21
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
22
 
                        ConfigurationType="1"
23
 
                        InheritedPropertySheets="..\crt_secure_no_deprecate.vsprops"
24
 
                        CharacterSet="2"
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="..,../../.."
45
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STDC_HEADERS"
46
 
                                MinimalRebuild="true"
47
 
                                BasicRuntimeChecks="3"
48
 
                                RuntimeLibrary="1"
49
 
                                UsePrecompiledHeader="0"
50
 
                                ProgramDataBaseFileName="$(IntDir)\"
51
 
                                WarningLevel="3"
52
 
                                Detect64BitPortabilityProblems="true"
53
 
                                DebugInformationFormat="4"
54
 
                                CompileAs="0"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCManagedResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCResourceCompilerTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCPreLinkEventTool"
64
 
                        />
65
 
                        <Tool
66
 
                                Name="VCLinkerTool"
67
 
                                OutputFile="$(OutDir)/genperf.exe"
68
 
                                LinkIncremental="2"
69
 
                                GenerateDebugInformation="true"
70
 
                                ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
71
 
                                SubSystem="1"
72
 
                                TargetMachine="1"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCALinkTool"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCManifestTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCXDCMakeTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCBscMakeTool"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCFxCopTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCAppVerifierTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCWebDeploymentTool"
94
 
                        />
95
 
                        <Tool
96
 
                                Name="VCPostBuildEventTool"
97
 
                                CommandLine="run.bat &quot;$(TargetPath)&quot;"
98
 
                        />
99
 
                </Configuration>
100
 
                <Configuration
101
 
                        Name="Release|Win32"
102
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
103
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
104
 
                        ConfigurationType="1"
105
 
                        InheritedPropertySheets="..\crt_secure_no_deprecate.vsprops"
106
 
                        CharacterSet="2"
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
 
                                AdditionalIncludeDirectories="..,../../.."
127
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;STDC_HEADERS"
128
 
                                RuntimeLibrary="0"
129
 
                                UsePrecompiledHeader="0"
130
 
                                ProgramDataBaseFileName="$(IntDir)\"
131
 
                                WarningLevel="3"
132
 
                                Detect64BitPortabilityProblems="true"
133
 
                                DebugInformationFormat="3"
134
 
                                CompileAs="0"
135
 
                        />
136
 
                        <Tool
137
 
                                Name="VCManagedResourceCompilerTool"
138
 
                        />
139
 
                        <Tool
140
 
                                Name="VCResourceCompilerTool"
141
 
                        />
142
 
                        <Tool
143
 
                                Name="VCPreLinkEventTool"
144
 
                        />
145
 
                        <Tool
146
 
                                Name="VCLinkerTool"
147
 
                                OutputFile="$(OutDir)/genperf.exe"
148
 
                                LinkIncremental="1"
149
 
                                GenerateDebugInformation="false"
150
 
                                ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
151
 
                                SubSystem="1"
152
 
                                OptimizeReferences="2"
153
 
                                EnableCOMDATFolding="2"
154
 
                                TargetMachine="1"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCALinkTool"
158
 
                        />
159
 
                        <Tool
160
 
                                Name="VCManifestTool"
161
 
                        />
162
 
                        <Tool
163
 
                                Name="VCXDCMakeTool"
164
 
                        />
165
 
                        <Tool
166
 
                                Name="VCBscMakeTool"
167
 
                        />
168
 
                        <Tool
169
 
                                Name="VCFxCopTool"
170
 
                        />
171
 
                        <Tool
172
 
                                Name="VCAppVerifierTool"
173
 
                        />
174
 
                        <Tool
175
 
                                Name="VCWebDeploymentTool"
176
 
                        />
177
 
                        <Tool
178
 
                                Name="VCPostBuildEventTool"
179
 
                                CommandLine="run.bat &quot;$(TargetPath)&quot;"
180
 
                        />
181
 
                </Configuration>
182
 
        </Configurations>
183
 
        <References>
184
 
        </References>
185
 
        <Files>
186
 
                <Filter
187
 
                        Name="Source Files"
188
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
189
 
                        UniqueIdentifier="{1062695D-1C50-4068-8313-73A409885BC1}"
190
 
                        >
191
 
                        <File
192
 
                                RelativePath="..\..\..\tools\genperf\genperf.c"
193
 
                                >
194
 
                        </File>
195
 
                        <File
196
 
                                RelativePath="..\..\..\tools\genperf\perfect.c"
197
 
                                >
198
 
                        </File>
199
 
                        <File
200
 
                                RelativePath="..\..\..\libyasm\phash.c"
201
 
                                >
202
 
                        </File>
203
 
                        <File
204
 
                                RelativePath="..\..\..\libyasm\xmalloc.c"
205
 
                                >
206
 
                        </File>
207
 
                        <File
208
 
                                RelativePath="..\..\..\libyasm\xstrdup.c"
209
 
                                >
210
 
                        </File>
211
 
                </Filter>
212
 
                <Filter
213
 
                        Name="Header Files"
214
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
215
 
                        UniqueIdentifier="{3C1E9AA8-6338-4CED-99F1-BEBA80607BD5}"
216
 
                        >
217
 
                        <File
218
 
                                RelativePath="..\..\..\tools\genperf\perfect.h"
219
 
                                >
220
 
                        </File>
221
 
                        <File
222
 
                                RelativePath="..\..\..\tools\genperf\standard.h"
223
 
                                >
224
 
                        </File>
225
 
                </Filter>
226
 
                <File
227
 
                        RelativePath=".\run.bat"
228
 
                        >
229
 
                </File>
230
 
        </Files>
231
 
        <Globals>
232
 
        </Globals>
233
 
</VisualStudioProject>