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