Subversion Repositories spk

Rev

Rev 63 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 cycrow 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="spkinstall"
6
	ProjectGUID="{8391F892-61AD-4BC7-A97E-246E8EB8E69F}"
7
	RootNamespace="spkinstall"
8
	Keyword="Win32Proj"
9
	TargetFrameworkVersion="131072"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
63 cycrow 15
		<Platform
16
			Name="x64"
17
		/>
1 cycrow 18
	</Platforms>
19
	<ToolFiles>
20
	</ToolFiles>
21
	<Configurations>
22
		<Configuration
23
			Name="Debug|Win32"
24
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 25
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkinstall"
1 cycrow 26
			ConfigurationType="1"
27
			CharacterSet="1"
28
			>
29
			<Tool
30
				Name="VCPreBuildEventTool"
31
			/>
32
			<Tool
33
				Name="VCCustomBuildTool"
34
			/>
35
			<Tool
36
				Name="VCXMLDataGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCWebServiceProxyGeneratorTool"
40
			/>
41
			<Tool
42
				Name="VCMIDLTool"
43
			/>
44
			<Tool
45
				Name="VCCLCompilerTool"
46
				Optimization="0"
47
				AdditionalIncludeDirectories="../../libspk/src"
48
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
49
				MinimalRebuild="true"
50
				BasicRuntimeChecks="3"
51
				RuntimeLibrary="3"
52
				UsePrecompiledHeader="0"
53
				WarningLevel="3"
54
				Detect64BitPortabilityProblems="false"
55
				DebugInformationFormat="4"
56
			/>
57
			<Tool
58
				Name="VCManagedResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCResourceCompilerTool"
62
			/>
63
			<Tool
64
				Name="VCPreLinkEventTool"
65
			/>
66
			<Tool
67
				Name="VCLinkerTool"
79 cycrow 68
				AdditionalDependencies="shell32.lib $(NOINHERIT)"
1 cycrow 69
				LinkIncremental="2"
70
				GenerateDebugInformation="true"
71
				SubSystem="1"
72
				RandomizedBaseAddress="1"
73
				DataExecutionPrevention="0"
74
				TargetMachine="1"
75
			/>
76
			<Tool
77
				Name="VCALinkTool"
78
			/>
79
			<Tool
80
				Name="VCManifestTool"
81
				EmbedManifest="false"
82
			/>
83
			<Tool
84
				Name="VCXDCMakeTool"
85
			/>
86
			<Tool
87
				Name="VCBscMakeTool"
88
			/>
89
			<Tool
90
				Name="VCFxCopTool"
91
			/>
92
			<Tool
93
				Name="VCAppVerifierTool"
94
			/>
95
			<Tool
96
				Name="VCPostBuildEventTool"
97
			/>
98
		</Configuration>
99
		<Configuration
100
			Name="Release|Win32"
101
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 102
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkinstall"
1 cycrow 103
			ConfigurationType="1"
104
			CharacterSet="1"
105
			WholeProgramOptimization="1"
106
			>
107
			<Tool
108
				Name="VCPreBuildEventTool"
109
			/>
110
			<Tool
111
				Name="VCCustomBuildTool"
112
			/>
113
			<Tool
114
				Name="VCXMLDataGeneratorTool"
115
			/>
116
			<Tool
117
				Name="VCWebServiceProxyGeneratorTool"
118
			/>
119
			<Tool
120
				Name="VCMIDLTool"
121
			/>
122
			<Tool
123
				Name="VCCLCompilerTool"
10 cycrow 124
				AdditionalIncludeDirectories="../../libspk/src"
1 cycrow 125
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
126
				RuntimeLibrary="2"
127
				UsePrecompiledHeader="0"
128
				WarningLevel="3"
129
				Detect64BitPortabilityProblems="false"
130
				DebugInformationFormat="3"
131
			/>
132
			<Tool
133
				Name="VCManagedResourceCompilerTool"
134
			/>
135
			<Tool
136
				Name="VCResourceCompilerTool"
137
			/>
138
			<Tool
139
				Name="VCPreLinkEventTool"
140
			/>
141
			<Tool
142
				Name="VCLinkerTool"
79 cycrow 143
				AdditionalDependencies="shell32.lib $(NOINHERIT)"
21 cycrow 144
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 145
				LinkIncremental="1"
146
				GenerateDebugInformation="true"
147
				SubSystem="1"
148
				OptimizeReferences="2"
149
				EnableCOMDATFolding="2"
150
				RandomizedBaseAddress="1"
151
				DataExecutionPrevention="0"
152
				TargetMachine="1"
153
			/>
154
			<Tool
155
				Name="VCALinkTool"
156
			/>
157
			<Tool
158
				Name="VCManifestTool"
159
				EmbedManifest="true"
160
			/>
161
			<Tool
162
				Name="VCXDCMakeTool"
163
			/>
164
			<Tool
165
				Name="VCBscMakeTool"
166
			/>
167
			<Tool
168
				Name="VCFxCopTool"
169
			/>
170
			<Tool
171
				Name="VCAppVerifierTool"
172
			/>
173
			<Tool
174
				Name="VCPostBuildEventTool"
175
			/>
176
		</Configuration>
63 cycrow 177
		<Configuration
178
			Name="Debug|x64"
179
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
180
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
181
			ConfigurationType="1"
182
			CharacterSet="1"
183
			>
184
			<Tool
185
				Name="VCPreBuildEventTool"
186
			/>
187
			<Tool
188
				Name="VCCustomBuildTool"
189
			/>
190
			<Tool
191
				Name="VCXMLDataGeneratorTool"
192
			/>
193
			<Tool
194
				Name="VCWebServiceProxyGeneratorTool"
195
			/>
196
			<Tool
197
				Name="VCMIDLTool"
198
				TargetEnvironment="3"
199
			/>
200
			<Tool
201
				Name="VCCLCompilerTool"
202
				Optimization="0"
203
				AdditionalIncludeDirectories="../../libspk/src"
204
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
205
				MinimalRebuild="true"
206
				BasicRuntimeChecks="3"
207
				RuntimeLibrary="3"
208
				UsePrecompiledHeader="0"
209
				WarningLevel="3"
210
				Detect64BitPortabilityProblems="false"
211
				DebugInformationFormat="3"
212
			/>
213
			<Tool
214
				Name="VCManagedResourceCompilerTool"
215
			/>
216
			<Tool
217
				Name="VCResourceCompilerTool"
218
			/>
219
			<Tool
220
				Name="VCPreLinkEventTool"
221
			/>
222
			<Tool
223
				Name="VCLinkerTool"
224
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib"
225
				LinkIncremental="2"
226
				GenerateDebugInformation="true"
227
				SubSystem="1"
228
				RandomizedBaseAddress="1"
229
				DataExecutionPrevention="0"
230
				TargetMachine="17"
231
			/>
232
			<Tool
233
				Name="VCALinkTool"
234
			/>
235
			<Tool
236
				Name="VCManifestTool"
237
				EmbedManifest="false"
238
			/>
239
			<Tool
240
				Name="VCXDCMakeTool"
241
			/>
242
			<Tool
243
				Name="VCBscMakeTool"
244
			/>
245
			<Tool
246
				Name="VCFxCopTool"
247
			/>
248
			<Tool
249
				Name="VCAppVerifierTool"
250
			/>
251
			<Tool
252
				Name="VCPostBuildEventTool"
253
			/>
254
		</Configuration>
255
		<Configuration
256
			Name="Release|x64"
257
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
258
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
259
			ConfigurationType="1"
260
			CharacterSet="1"
261
			WholeProgramOptimization="1"
262
			>
263
			<Tool
264
				Name="VCPreBuildEventTool"
265
			/>
266
			<Tool
267
				Name="VCCustomBuildTool"
268
			/>
269
			<Tool
270
				Name="VCXMLDataGeneratorTool"
271
			/>
272
			<Tool
273
				Name="VCWebServiceProxyGeneratorTool"
274
			/>
275
			<Tool
276
				Name="VCMIDLTool"
277
				TargetEnvironment="3"
278
			/>
279
			<Tool
280
				Name="VCCLCompilerTool"
281
				AdditionalIncludeDirectories="../../libspk/src"
282
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
283
				RuntimeLibrary="2"
284
				UsePrecompiledHeader="0"
285
				WarningLevel="3"
286
				Detect64BitPortabilityProblems="false"
287
				DebugInformationFormat="3"
288
			/>
289
			<Tool
290
				Name="VCManagedResourceCompilerTool"
291
			/>
292
			<Tool
293
				Name="VCResourceCompilerTool"
294
			/>
295
			<Tool
296
				Name="VCPreLinkEventTool"
297
			/>
298
			<Tool
299
				Name="VCLinkerTool"
300
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
301
				OutputFile="$(OutDir)\$(ProjectName).exe"
302
				LinkIncremental="1"
303
				GenerateDebugInformation="true"
304
				SubSystem="1"
305
				OptimizeReferences="2"
306
				EnableCOMDATFolding="2"
307
				RandomizedBaseAddress="1"
308
				DataExecutionPrevention="0"
309
				TargetMachine="17"
310
			/>
311
			<Tool
312
				Name="VCALinkTool"
313
			/>
314
			<Tool
315
				Name="VCManifestTool"
316
				EmbedManifest="true"
317
			/>
318
			<Tool
319
				Name="VCXDCMakeTool"
320
			/>
321
			<Tool
322
				Name="VCBscMakeTool"
323
			/>
324
			<Tool
325
				Name="VCFxCopTool"
326
			/>
327
			<Tool
328
				Name="VCAppVerifierTool"
329
			/>
330
			<Tool
331
				Name="VCPostBuildEventTool"
332
			/>
333
		</Configuration>
1 cycrow 334
	</Configurations>
335
	<References>
79 cycrow 336
		<ProjectReference
337
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
338
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
339
		/>
1 cycrow 340
	</References>
341
	<Files>
342
		<Filter
343
			Name="Source Files"
344
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
345
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
346
			>
347
			<File
348
				RelativePath="..\src\spkinstall.cpp"
349
				>
350
			</File>
351
		</Filter>
352
		<Filter
353
			Name="Header Files"
354
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
355
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
356
			>
357
		</Filter>
358
		<Filter
359
			Name="Resource Files"
360
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
361
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
362
			>
363
		</Filter>
364
	</Files>
365
	<Globals>
366
	</Globals>
367
</VisualStudioProject>