~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Analysis/Profiler/Hook/Hook.vcproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

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="9,00"
 
5
        Name="Hook"
 
6
        ProjectGUID="{68D5EE3B-0C35-4DF1-BD29-6606851A02C1}"
 
7
        RootNamespace="ProfilerCore"
 
8
        TargetFrameworkVersion="0">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32" />
 
12
                <Platform
 
13
                        Name="x64" />
 
14
        </Platforms>
 
15
        <ToolFiles></ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
20
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
21
                        ConfigurationType="2"
 
22
                        CharacterSet="2">
 
23
                        <Tool
 
24
                                Name="VCPreBuildEventTool"
 
25
                                Description=""
 
26
                                CommandLine="" />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool" />
 
29
                        <Tool
 
30
                                Name="VCXMLDataGeneratorTool" />
 
31
                        <Tool
 
32
                                Name="VCWebServiceProxyGeneratorTool" />
 
33
                        <Tool
 
34
                                Name="VCMIDLTool" />
 
35
                        <Tool
 
36
                                Name="VCCLCompilerTool"
 
37
                                Optimization="0"
 
38
                                PreprocessorDefinitions="DEBUG"
 
39
                                MinimalRebuild="true"
 
40
                                BasicRuntimeChecks="0"
 
41
                                RuntimeLibrary="3"
 
42
                                RuntimeTypeInfo="false"
 
43
                                AssemblerOutput="0"
 
44
                                WarningLevel="4"
 
45
                                DebugInformationFormat="4" />
 
46
                        <Tool
 
47
                                Name="VCManagedResourceCompilerTool" />
 
48
                        <Tool
 
49
                                Name="VCResourceCompilerTool" />
 
50
                        <Tool
 
51
                                Name="VCPreLinkEventTool" />
 
52
                        <Tool
 
53
                                Name="VCLinkerTool"
 
54
                                AdditionalDependencies="corguids.lib"
 
55
                                ShowProgress="0"
 
56
                                OutputFile="$(OutDir)\$(ProjectName).dll"
 
57
                                LinkIncremental="2"
 
58
                                ModuleDefinitionFile=".\Hook.def"
 
59
                                GenerateDebugInformation="true"
 
60
                                TargetMachine="1" />
 
61
                        <Tool
 
62
                                Name="VCALinkTool" />
 
63
                        <Tool
 
64
                                Name="VCManifestTool" />
 
65
                        <Tool
 
66
                                Name="VCXDCMakeTool" />
 
67
                        <Tool
 
68
                                Name="VCBscMakeTool" />
 
69
                        <Tool
 
70
                                Name="VCFxCopTool" />
 
71
                        <Tool
 
72
                                Name="VCAppVerifierTool" />
 
73
                        <Tool
 
74
                                Name="VCPostBuildEventTool"
 
75
                                CommandLine="" />
 
76
                </Configuration>
 
77
                <Configuration
 
78
                        Name="Debug|x64"
 
79
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
80
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
81
                        ConfigurationType="2"
 
82
                        CharacterSet="2">
 
83
                        <Tool
 
84
                                Name="VCPreBuildEventTool" />
 
85
                        <Tool
 
86
                                Name="VCCustomBuildTool" />
 
87
                        <Tool
 
88
                                Name="VCXMLDataGeneratorTool" />
 
89
                        <Tool
 
90
                                Name="VCWebServiceProxyGeneratorTool" />
 
91
                        <Tool
 
92
                                Name="VCMIDLTool"
 
93
                                TargetEnvironment="3" />
 
94
                        <Tool
 
95
                                Name="VCCLCompilerTool"
 
96
                                Optimization="0"
 
97
                                PreprocessorDefinitions="DEBUG"
 
98
                                MinimalRebuild="true"
 
99
                                BasicRuntimeChecks="0"
 
100
                                RuntimeLibrary="3"
 
101
                                RuntimeTypeInfo="false"
 
102
                                AssemblerOutput="0"
 
103
                                WarningLevel="4"
 
104
                                DebugInformationFormat="3" />
 
105
                        <Tool
 
106
                                Name="VCManagedResourceCompilerTool" />
 
107
                        <Tool
 
108
                                Name="VCResourceCompilerTool" />
 
109
                        <Tool
 
110
                                Name="VCPreLinkEventTool"
 
111
                                CommandLine="ml64 Callback.x64.asm /c" />
 
112
                        <Tool
 
113
                                Name="VCLinkerTool"
 
114
                                AdditionalDependencies="corguids.lib Callback.x64.obj"
 
115
                                ShowProgress="0"
 
116
                                OutputFile="$(OutDir)\$(ProjectName).dll"
 
117
                                LinkIncremental="2"
 
118
                                ModuleDefinitionFile=".\Hook.def"
 
119
                                GenerateDebugInformation="true"
 
120
                                TargetMachine="17" />
 
121
                        <Tool
 
122
                                Name="VCALinkTool" />
 
123
                        <Tool
 
124
                                Name="VCManifestTool" />
 
125
                        <Tool
 
126
                                Name="VCXDCMakeTool" />
 
127
                        <Tool
 
128
                                Name="VCBscMakeTool" />
 
129
                        <Tool
 
130
                                Name="VCFxCopTool" />
 
131
                        <Tool
 
132
                                Name="VCAppVerifierTool" />
 
133
                        <Tool
 
134
                                Name="VCPostBuildEventTool"
 
135
                                CommandLine="" />
 
136
                </Configuration>
 
137
                <Configuration
 
138
                        Name="Release|Win32"
 
139
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
140
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
141
                        ConfigurationType="2"
 
142
                        CharacterSet="2"
 
143
                        WholeProgramOptimization="1">
 
144
                        <Tool
 
145
                                Name="VCPreBuildEventTool" />
 
146
                        <Tool
 
147
                                Name="VCCustomBuildTool" />
 
148
                        <Tool
 
149
                                Name="VCXMLDataGeneratorTool" />
 
150
                        <Tool
 
151
                                Name="VCWebServiceProxyGeneratorTool" />
 
152
                        <Tool
 
153
                                Name="VCMIDLTool" />
 
154
                        <Tool
 
155
                                Name="VCCLCompilerTool"
 
156
                                Optimization="2"
 
157
                                EnableIntrinsicFunctions="true"
 
158
                                PreprocessorDefinitions="NDEBUG"
 
159
                                StringPooling="true"
 
160
                                BasicRuntimeChecks="0"
 
161
                                RuntimeLibrary="2"
 
162
                                BufferSecurityCheck="false"
 
163
                                EnableFunctionLevelLinking="false"
 
164
                                RuntimeTypeInfo="false"
 
165
                                AssemblerOutput="4"
 
166
                                WarningLevel="4"
 
167
                                DebugInformationFormat="3" />
 
168
                        <Tool
 
169
                                Name="VCManagedResourceCompilerTool" />
 
170
                        <Tool
 
171
                                Name="VCResourceCompilerTool" />
 
172
                        <Tool
 
173
                                Name="VCPreLinkEventTool" />
 
174
                        <Tool
 
175
                                Name="VCLinkerTool"
 
176
                                AdditionalDependencies="corguids.lib"
 
177
                                ModuleDefinitionFile=".\Hook.def"
 
178
                                GenerateDebugInformation="false"
 
179
                                OptimizeReferences="2"
 
180
                                EnableCOMDATFolding="2"
 
181
                                TargetMachine="1" />
 
182
                        <Tool
 
183
                                Name="VCALinkTool" />
 
184
                        <Tool
 
185
                                Name="VCManifestTool" />
 
186
                        <Tool
 
187
                                Name="VCXDCMakeTool" />
 
188
                        <Tool
 
189
                                Name="VCBscMakeTool" />
 
190
                        <Tool
 
191
                                Name="VCFxCopTool" />
 
192
                        <Tool
 
193
                                Name="VCAppVerifierTool" />
 
194
                        <Tool
 
195
                                Name="VCPostBuildEventTool"
 
196
                                CommandLine="" />
 
197
                </Configuration>
 
198
                <Configuration
 
199
                        Name="Release|x64"
 
200
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
201
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
202
                        ConfigurationType="2"
 
203
                        CharacterSet="2"
 
204
                        WholeProgramOptimization="1">
 
205
                        <Tool
 
206
                                Name="VCPreBuildEventTool" />
 
207
                        <Tool
 
208
                                Name="VCCustomBuildTool" />
 
209
                        <Tool
 
210
                                Name="VCXMLDataGeneratorTool" />
 
211
                        <Tool
 
212
                                Name="VCWebServiceProxyGeneratorTool" />
 
213
                        <Tool
 
214
                                Name="VCMIDLTool"
 
215
                                TargetEnvironment="3" />
 
216
                        <Tool
 
217
                                Name="VCCLCompilerTool"
 
218
                                Optimization="2"
 
219
                                EnableIntrinsicFunctions="true"
 
220
                                PreprocessorDefinitions="NDEBUG"
 
221
                                StringPooling="true"
 
222
                                BasicRuntimeChecks="0"
 
223
                                RuntimeLibrary="2"
 
224
                                BufferSecurityCheck="false"
 
225
                                EnableFunctionLevelLinking="false"
 
226
                                RuntimeTypeInfo="false"
 
227
                                AssemblerOutput="4"
 
228
                                WarningLevel="4"
 
229
                                DebugInformationFormat="3" />
 
230
                        <Tool
 
231
                                Name="VCManagedResourceCompilerTool" />
 
232
                        <Tool
 
233
                                Name="VCResourceCompilerTool" />
 
234
                        <Tool
 
235
                                Name="VCPreLinkEventTool"
 
236
                                CommandLine="ml64 Callback.x64.asm /c" />
 
237
                        <Tool
 
238
                                Name="VCLinkerTool"
 
239
                                AdditionalDependencies="corguids.lib Callback.x64.obj"
 
240
                                ModuleDefinitionFile=".\Hook.def"
 
241
                                GenerateDebugInformation="false"
 
242
                                OptimizeReferences="2"
 
243
                                EnableCOMDATFolding="2"
 
244
                                TargetMachine="17" />
 
245
                        <Tool
 
246
                                Name="VCALinkTool" />
 
247
                        <Tool
 
248
                                Name="VCManifestTool" />
 
249
                        <Tool
 
250
                                Name="VCXDCMakeTool" />
 
251
                        <Tool
 
252
                                Name="VCBscMakeTool" />
 
253
                        <Tool
 
254
                                Name="VCFxCopTool" />
 
255
                        <Tool
 
256
                                Name="VCAppVerifierTool" />
 
257
                        <Tool
 
258
                                Name="VCPostBuildEventTool"
 
259
                                CommandLine="" />
 
260
                </Configuration>
 
261
        </Configurations>
 
262
        <References></References>
 
263
        <Files>
 
264
                <Filter
 
265
                        Name="Source Files"
 
266
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
267
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
268
                        <File
 
269
                                RelativePath="allocator.cpp"></File>
 
270
                        <File
 
271
                                RelativePath="Callback.cpp"></File>
 
272
                        <File
 
273
                                RelativePath="Callback.x64.asm"></File>
 
274
                        <File
 
275
                                RelativePath="CircularBuffer.cpp"></File>
 
276
                        <File
 
277
                                RelativePath="constants.cpp"></File>
 
278
                        <File
 
279
                                RelativePath="CorProfilerCallbackImpl.cpp"></File>
 
280
                        <File
 
281
                                RelativePath="EventWaitHandle.cpp"></File>
 
282
                        <File
 
283
                                RelativePath="FunctionInfo.cpp"></File>
 
284
                        <File
 
285
                                RelativePath="Hook.cpp"></File>
 
286
                        <File
 
287
                                RelativePath="Hook.def"></File>
 
288
                        <File
 
289
                                RelativePath="LightweightList.cpp"></File>
 
290
                        <File
 
291
                                RelativePath="main.cpp"></File>
 
292
                        <File
 
293
                                RelativePath="Profiler.cpp"></File>
 
294
                        <File
 
295
                                RelativePath="Profiler.Rewriting.cpp"></File>
 
296
                        <File
 
297
                                RelativePath="ProfilerMetaData.cpp"></File>
 
298
                        <File
 
299
                                RelativePath="SharedMemory.cpp"></File>
 
300
                </Filter>
 
301
                <Filter
 
302
                        Name="Header Files"
 
303
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
304
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
305
                        <File
 
306
                                RelativePath="allocator.h"></File>
 
307
                        <File
 
308
                                RelativePath="Callback.h"></File>
 
309
                        <File
 
310
                                RelativePath="CircularBuffer.h"></File>
 
311
                        <File
 
312
                                RelativePath="CorProfilerCallbackImpl.h"></File>
 
313
                        <File
 
314
                                RelativePath="CriticalSection.h"></File>
 
315
                        <File
 
316
                                RelativePath="EventWaitHandle.h"></File>
 
317
                        <File
 
318
                                RelativePath="FunctionInfo.h"></File>
 
319
                        <File
 
320
                                RelativePath="global.h"></File>
 
321
                        <File
 
322
                                RelativePath="LightweightList.h"></File>
 
323
                        <File
 
324
                                RelativePath="LightweightStack.h"></File>
 
325
                        <File
 
326
                                RelativePath="main.h"></File>
 
327
                        <File
 
328
                                RelativePath="Profiler.h"></File>
 
329
                        <File
 
330
                                RelativePath="ProfilerFactory.h"></File>
 
331
                        <File
 
332
                                RelativePath="ProfilerMetaData.h"></File>
 
333
                        <File
 
334
                                RelativePath="SharedMemory.h"></File>
 
335
                </Filter>
 
336
        </Files>
 
337
        <Globals></Globals>
 
338
</VisualStudioProject>
 
 
b'\\ No newline at end of file'