CommandLine_vc9.vcproj 7.72 KB
Newer Older
Phillip Castaneda's avatar
Phillip Castaneda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9.00"
	Name="Demo_Console"
	ProjectGUID="{7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}"
	Keyword="Win32Proj"
	TargetFrameworkVersion="131072"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
		<Platform
			Name="x64"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\..\includes;..\CommandLine\"
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_DEBUG"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				UsePrecompiledHeader="0"
				WarningLevel="3"
53
				Detect64BitPortabilityProblems="false"
Phillip Castaneda's avatar
Phillip Castaneda committed
54
55
56
57
58
59
60
61
62
63
64
65
66
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
67
				AdditionalDependencies="ois_static_d.lib xinput.lib"
Phillip Castaneda's avatar
Phillip Castaneda committed
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
				OutputFile="$(OutDir)/CommandLine.exe"
				LinkIncremental="2"
				AdditionalLibraryDirectories="..\..\lib;..\..\src\win32\extras\WiiMote"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/CommandLine.pdb"
				SubSystem="1"
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine=""
			/>
		</Configuration>
		<Configuration
102
103
104
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
Phillip Castaneda's avatar
Phillip Castaneda committed
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
125
126
127
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="true"
Phillip Castaneda's avatar
Phillip Castaneda committed
128
				AdditionalIncludeDirectories="..\..\includes;..\CommandLine\"
129
130
131
132
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
				StringPooling="true"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
Phillip Castaneda's avatar
Phillip Castaneda committed
133
134
				UsePrecompiledHeader="0"
				WarningLevel="3"
135
				Detect64BitPortabilityProblems="false"
Phillip Castaneda's avatar
Phillip Castaneda committed
136
137
138
139
140
141
142
143
144
145
146
147
148
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
149
				AdditionalDependencies="ois_static.lib xinput.lib"
Phillip Castaneda's avatar
Phillip Castaneda committed
150
				OutputFile="$(OutDir)/CommandLine.exe"
151
152
				LinkIncremental="1"
				AdditionalLibraryDirectories="..\..\lib;..\..\src\win32\extras\WiiMote"
Phillip Castaneda's avatar
Phillip Castaneda committed
153
154
				GenerateDebugInformation="true"
				SubSystem="1"
155
156
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
Phillip Castaneda's avatar
Phillip Castaneda committed
157
158
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
159
				TargetMachine="1"
Phillip Castaneda's avatar
Phillip Castaneda committed
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine=""
			/>
		</Configuration>
		<Configuration
185
186
187
			Name="Debug|x64"
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Phillip Castaneda's avatar
Phillip Castaneda committed
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
205
				TargetEnvironment="3"
Phillip Castaneda's avatar
Phillip Castaneda committed
206
207
208
			/>
			<Tool
				Name="VCCLCompilerTool"
209
				Optimization="0"
Phillip Castaneda's avatar
Phillip Castaneda committed
210
				AdditionalIncludeDirectories="..\..\includes;..\CommandLine\"
211
212
213
214
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_DEBUG"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
Phillip Castaneda's avatar
Phillip Castaneda committed
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
231
				AdditionalDependencies="ois_d.lib"
Phillip Castaneda's avatar
Phillip Castaneda committed
232
				OutputFile="$(OutDir)/CommandLine.exe"
233
234
				LinkIncremental="2"
				AdditionalLibraryDirectories="..\..\lib64"
Phillip Castaneda's avatar
Phillip Castaneda committed
235
				GenerateDebugInformation="true"
236
				ProgramDatabaseFile="$(OutDir)/CommandLine.pdb"
Phillip Castaneda's avatar
Phillip Castaneda committed
237
238
239
				SubSystem="1"
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
240
				TargetMachine="17"
Phillip Castaneda's avatar
Phillip Castaneda committed
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine=""
			/>
		</Configuration>
		<Configuration
			Name="Release|x64"
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				TargetEnvironment="3"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="true"
				AdditionalIncludeDirectories="..\..\includes;..\CommandLine\"
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
				StringPooling="true"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="ois.lib"
				OutputFile="$(OutDir)/CommandLine.exe"
				LinkIncremental="1"
				AdditionalLibraryDirectories="..\..\lib64"
				GenerateDebugInformation="true"
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
				TargetMachine="17"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine=""
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="CommandLine.rc"
			>
		</File>
		<File
			RelativePath="..\..\demos\OISConsole.cpp"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>