Subversion Repositories spk

Rev

Rev 10 | Rev 63 | Go to most recent revision | 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="SpkExplorer"
6
	ProjectGUID="{2E489570-2052-4C36-AD10-31B26A2D7F74}"
7
	RootNamespace="SpkExplorer"
8
	Keyword="ManagedCProj"
9
	TargetFrameworkVersion="131072"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\SpkExplorer"
1 cycrow 23
			ConfigurationType="1"
24
			CharacterSet="1"
25
			ManagedExtensions="1"
26
			>
27
			<Tool
28
				Name="VCPreBuildEventTool"
29
			/>
30
			<Tool
31
				Name="VCCustomBuildTool"
32
			/>
33
			<Tool
34
				Name="VCXMLDataGeneratorTool"
35
			/>
36
			<Tool
37
				Name="VCWebServiceProxyGeneratorTool"
38
			/>
39
			<Tool
40
				Name="VCMIDLTool"
41
			/>
42
			<Tool
43
				Name="VCCLCompilerTool"
44
				Optimization="0"
45
				AdditionalIncludeDirectories="../libspk/src"
46
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
47
				RuntimeLibrary="3"
48
				UsePrecompiledHeader="0"
49
				WarningLevel="3"
50
				DebugInformationFormat="3"
51
			/>
52
			<Tool
53
				Name="VCManagedResourceCompilerTool"
54
			/>
55
			<Tool
56
				Name="VCResourceCompilerTool"
57
			/>
58
			<Tool
59
				Name="VCPreLinkEventTool"
60
			/>
61
			<Tool
62
				Name="VCLinkerTool"
2 cycrow 63
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
1 cycrow 64
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
66
				AssemblyDebug="1"
67
				SubSystem="2"
68
				EntryPointSymbol="main"
69
				RandomizedBaseAddress="1"
70
				DataExecutionPrevention="0"
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)\SpkExplorer"
1 cycrow 99
			ConfigurationType="1"
100
			CharacterSet="1"
101
			ManagedExtensions="1"
102
			WholeProgramOptimization="1"
103
			>
104
			<Tool
105
				Name="VCPreBuildEventTool"
106
			/>
107
			<Tool
108
				Name="VCCustomBuildTool"
109
			/>
110
			<Tool
111
				Name="VCXMLDataGeneratorTool"
112
			/>
113
			<Tool
114
				Name="VCWebServiceProxyGeneratorTool"
115
			/>
116
			<Tool
117
				Name="VCMIDLTool"
118
			/>
119
			<Tool
120
				Name="VCCLCompilerTool"
10 cycrow 121
				AdditionalIncludeDirectories="../libspk/src"
1 cycrow 122
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL"
123
				RuntimeLibrary="2"
10 cycrow 124
				UsePrecompiledHeader="0"
1 cycrow 125
				WarningLevel="3"
126
				DebugInformationFormat="3"
127
			/>
128
			<Tool
129
				Name="VCManagedResourceCompilerTool"
130
			/>
131
			<Tool
132
				Name="VCResourceCompilerTool"
133
			/>
134
			<Tool
135
				Name="VCPreLinkEventTool"
136
			/>
137
			<Tool
138
				Name="VCLinkerTool"
10 cycrow 139
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
36 cycrow 140
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 141
				LinkIncremental="1"
142
				GenerateDebugInformation="true"
143
				SubSystem="2"
144
				EntryPointSymbol="main"
145
				RandomizedBaseAddress="1"
146
				DataExecutionPrevention="0"
147
				TargetMachine="1"
148
			/>
149
			<Tool
150
				Name="VCALinkTool"
151
			/>
152
			<Tool
153
				Name="VCManifestTool"
154
			/>
155
			<Tool
156
				Name="VCXDCMakeTool"
157
			/>
158
			<Tool
159
				Name="VCBscMakeTool"
160
			/>
161
			<Tool
162
				Name="VCFxCopTool"
163
			/>
164
			<Tool
165
				Name="VCAppVerifierTool"
166
			/>
167
			<Tool
168
				Name="VCPostBuildEventTool"
169
			/>
170
		</Configuration>
171
	</Configurations>
172
	<References>
173
		<AssemblyReference
174
			RelativePath="System.dll"
175
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
176
			MinFrameworkVersion="131072"
177
		/>
178
		<AssemblyReference
179
			RelativePath="System.Data.dll"
180
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
181
			MinFrameworkVersion="131072"
182
		/>
183
		<AssemblyReference
184
			RelativePath="System.Drawing.dll"
185
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
186
			MinFrameworkVersion="131072"
187
		/>
188
		<AssemblyReference
189
			RelativePath="System.Windows.Forms.dll"
190
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
191
			MinFrameworkVersion="131072"
192
		/>
193
		<AssemblyReference
194
			RelativePath="System.XML.dll"
195
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
196
			MinFrameworkVersion="131072"
197
		/>
198
	</References>
199
	<Files>
200
		<Filter
201
			Name="Source Files"
202
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
203
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
204
			>
205
			<File
206
				RelativePath=".\src\AssemblyInfo.cpp"
207
				>
208
			</File>
209
			<File
210
				RelativePath=".\src\SpkExplorer.cpp"
211
				>
212
			</File>
213
			<File
214
				RelativePath=".\src\stdafx.cpp"
215
				>
216
			</File>
217
		</Filter>
218
		<Filter
219
			Name="Header Files"
220
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
221
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
222
			>
223
			<File
224
				RelativePath=".\src\resource.h"
225
				>
226
			</File>
227
			<File
228
				RelativePath=".\src\stdafx.h"
229
				>
230
			</File>
231
		</Filter>
232
		<Filter
233
			Name="Resource Files"
234
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
235
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
236
			>
237
			<File
238
				RelativePath="..\spk\Icons\advert.png"
239
				>
240
			</File>
241
			<File
242
				RelativePath=".\app.rc"
243
				>
244
			</File>
245
			<File
246
				RelativePath="..\spk\Icons\backup.png"
247
				>
248
			</File>
249
			<File
250
				RelativePath="..\spk\Icons\cockpitscene.png"
251
				>
252
			</File>
253
			<File
254
				RelativePath="..\spk\Icons\extras.png"
255
				>
256
			</File>
257
			<File
258
				RelativePath="..\spk\Icons\map.png"
259
				>
260
			</File>
261
			<File
262
				RelativePath="..\spk\Icons\mission.png"
263
				>
264
			</File>
265
			<File
266
				RelativePath="..\spk\Icons\mods.png"
267
				>
268
			</File>
269
			<File
270
				RelativePath="..\spk\Icons\readme.png"
271
				>
272
			</File>
273
			<File
274
				RelativePath="..\spk\Icons\screenshot.png"
275
				>
276
			</File>
277
			<File
278
				RelativePath="..\spk\Icons\script.png"
279
				>
280
			</File>
281
			<File
282
				RelativePath="..\spk\Icons\shipmodel.png"
283
				>
284
			</File>
285
			<File
286
				RelativePath="..\spk\Icons\shipother.png"
287
				>
288
			</File>
289
			<File
290
				RelativePath="..\spk\Icons\shipscene.png"
291
				>
292
			</File>
293
			<File
294
				RelativePath="..\spk\Icons\sound.png"
295
				>
296
			</File>
297
			<File
298
				RelativePath="..\..\..\..\Pictures\spk.bmp"
299
				>
300
			</File>
301
			<File
302
				RelativePath="..\spk\Icons\textfile.png"
303
				>
304
			</File>
305
			<File
306
				RelativePath="..\spk\Icons\uninstall.png"
307
				>
308
			</File>
309
			<File
310
				RelativePath="..\..\..\X-PlugInManager-Icon86px.ico"
311
				>
312
			</File>
313
		</Filter>
314
		<Filter
315
			Name="Forms"
316
			>
317
			<File
318
				RelativePath=".\src\Forms\AddDialog.cpp"
319
				>
320
			</File>
321
			<File
322
				RelativePath=".\src\Forms\ExtractDialog.cpp"
323
				>
324
			</File>
325
			<File
326
				RelativePath=".\src\Forms\FileExists.cpp"
327
				>
328
			</File>
329
			<File
330
				RelativePath=".\src\Forms\PackageInfo.cpp"
331
				>
332
			</File>
333
			<File
334
				RelativePath=".\src\Forms\SpkForm.cpp"
335
				>
336
			</File>
337
			<Filter
338
				Name="Headers"
339
				>
340
				<File
341
					RelativePath=".\src\Forms\AddDialog.h"
342
					FileType="3"
343
					>
344
					<File
345
						RelativePath=".\src\Forms\AddDialog.resx"
346
						>
347
					</File>
348
				</File>
349
				<File
350
					RelativePath=".\src\Forms\ConvertFile.h"
351
					FileType="3"
352
					>
353
					<File
354
						RelativePath=".\src\Forms\ConvertFile.resx"
355
						>
356
					</File>
357
				</File>
358
				<File
359
					RelativePath=".\src\Forms\DropFileDialog.h"
360
					FileType="3"
361
					>
362
					<File
363
						RelativePath=".\src\Forms\DropFileDialog.resx"
364
						>
365
					</File>
366
				</File>
367
				<File
368
					RelativePath=".\src\Forms\ExtractDialog.h"
369
					FileType="3"
370
					>
371
					<File
372
						RelativePath=".\src\Forms\ExtractDialog.resx"
373
						>
374
					</File>
375
				</File>
376
				<File
377
					RelativePath=".\src\Forms\FileExists.h"
378
					FileType="3"
379
					>
380
					<File
381
						RelativePath=".\src\Forms\FileExists.resx"
382
						>
383
					</File>
384
				</File>
385
				<File
386
					RelativePath=".\src\Forms\Form1.h"
387
					FileType="3"
388
					>
389
					<File
390
						RelativePath=".\src\Forms\Form1.resx"
391
						>
392
					</File>
393
				</File>
394
				<File
395
					RelativePath=".\src\Forms\PackageInfo.h"
396
					FileType="3"
397
					>
398
					<File
399
						RelativePath=".\src\Forms\PackageInfo.resx"
400
						>
401
					</File>
402
				</File>
403
				<File
404
					RelativePath=".\src\Forms\SpkForm.h"
405
					FileType="3"
406
					>
407
					<File
408
						RelativePath=".\src\Forms\SpkForm.resx"
409
						>
410
					</File>
411
				</File>
412
			</Filter>
413
		</Filter>
414
		<File
415
			RelativePath=".\ReadMe.txt"
416
			>
417
		</File>
418
	</Files>
419
	<Globals>
420
	</Globals>
421
</VisualStudioProject>