Subversion Repositories spk

Rev

Go to most recent revision | Details | 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)"
98
			IntermediateDirectory="$(ConfigurationName)"
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"
121
				AdditionalIncludeDirectories="c:\users\Cycrow\Documents\Programming\spk\src"
122
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL"
123
				RuntimeLibrary="2"
124
				UsePrecompiledHeader="2"
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"
139
				AdditionalDependencies="../spk/release/spk.lib $(NOINHERIT)"
140
				LinkIncremental="1"
141
				GenerateDebugInformation="true"
142
				SubSystem="2"
143
				EntryPointSymbol="main"
144
				RandomizedBaseAddress="1"
145
				DataExecutionPrevention="0"
146
				TargetMachine="1"
147
			/>
148
			<Tool
149
				Name="VCALinkTool"
150
			/>
151
			<Tool
152
				Name="VCManifestTool"
153
			/>
154
			<Tool
155
				Name="VCXDCMakeTool"
156
			/>
157
			<Tool
158
				Name="VCBscMakeTool"
159
			/>
160
			<Tool
161
				Name="VCFxCopTool"
162
			/>
163
			<Tool
164
				Name="VCAppVerifierTool"
165
			/>
166
			<Tool
167
				Name="VCPostBuildEventTool"
168
			/>
169
		</Configuration>
170
	</Configurations>
171
	<References>
172
		<AssemblyReference
173
			RelativePath="System.dll"
174
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
175
			MinFrameworkVersion="131072"
176
		/>
177
		<AssemblyReference
178
			RelativePath="System.Data.dll"
179
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
180
			MinFrameworkVersion="131072"
181
		/>
182
		<AssemblyReference
183
			RelativePath="System.Drawing.dll"
184
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
185
			MinFrameworkVersion="131072"
186
		/>
187
		<AssemblyReference
188
			RelativePath="System.Windows.Forms.dll"
189
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
190
			MinFrameworkVersion="131072"
191
		/>
192
		<AssemblyReference
193
			RelativePath="System.XML.dll"
194
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
195
			MinFrameworkVersion="131072"
196
		/>
197
	</References>
198
	<Files>
199
		<Filter
200
			Name="Source Files"
201
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
202
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
203
			>
204
			<File
205
				RelativePath=".\src\AssemblyInfo.cpp"
206
				>
207
			</File>
208
			<File
209
				RelativePath=".\src\SpkExplorer.cpp"
210
				>
211
			</File>
212
			<File
213
				RelativePath=".\src\stdafx.cpp"
214
				>
215
			</File>
216
		</Filter>
217
		<Filter
218
			Name="Header Files"
219
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
220
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221
			>
222
			<File
223
				RelativePath=".\src\resource.h"
224
				>
225
			</File>
226
			<File
227
				RelativePath=".\src\stdafx.h"
228
				>
229
			</File>
230
		</Filter>
231
		<Filter
232
			Name="Resource Files"
233
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
234
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
235
			>
236
			<File
237
				RelativePath="..\spk\Icons\advert.png"
238
				>
239
			</File>
240
			<File
241
				RelativePath=".\app.rc"
242
				>
243
			</File>
244
			<File
245
				RelativePath="..\spk\Icons\backup.png"
246
				>
247
			</File>
248
			<File
249
				RelativePath="..\spk\Icons\cockpitscene.png"
250
				>
251
			</File>
252
			<File
253
				RelativePath="..\spk\Icons\extras.png"
254
				>
255
			</File>
256
			<File
257
				RelativePath="..\spk\Icons\map.png"
258
				>
259
			</File>
260
			<File
261
				RelativePath="..\spk\Icons\mission.png"
262
				>
263
			</File>
264
			<File
265
				RelativePath="..\spk\Icons\mods.png"
266
				>
267
			</File>
268
			<File
269
				RelativePath="..\spk\Icons\readme.png"
270
				>
271
			</File>
272
			<File
273
				RelativePath="..\spk\Icons\screenshot.png"
274
				>
275
			</File>
276
			<File
277
				RelativePath="..\spk\Icons\script.png"
278
				>
279
			</File>
280
			<File
281
				RelativePath="..\spk\Icons\shipmodel.png"
282
				>
283
			</File>
284
			<File
285
				RelativePath="..\spk\Icons\shipother.png"
286
				>
287
			</File>
288
			<File
289
				RelativePath="..\spk\Icons\shipscene.png"
290
				>
291
			</File>
292
			<File
293
				RelativePath="..\spk\Icons\sound.png"
294
				>
295
			</File>
296
			<File
297
				RelativePath="..\..\..\..\Pictures\spk.bmp"
298
				>
299
			</File>
300
			<File
301
				RelativePath="..\spk\Icons\textfile.png"
302
				>
303
			</File>
304
			<File
305
				RelativePath="..\spk\Icons\uninstall.png"
306
				>
307
			</File>
308
			<File
309
				RelativePath="..\..\..\X-PlugInManager-Icon86px.ico"
310
				>
311
			</File>
312
		</Filter>
313
		<Filter
314
			Name="Forms"
315
			>
316
			<File
317
				RelativePath=".\src\Forms\AddDialog.cpp"
318
				>
319
			</File>
320
			<File
321
				RelativePath=".\src\Forms\ExtractDialog.cpp"
322
				>
323
			</File>
324
			<File
325
				RelativePath=".\src\Forms\FileExists.cpp"
326
				>
327
			</File>
328
			<File
329
				RelativePath=".\src\Forms\PackageInfo.cpp"
330
				>
331
			</File>
332
			<File
333
				RelativePath=".\src\Forms\SpkForm.cpp"
334
				>
335
			</File>
336
			<Filter
337
				Name="Headers"
338
				>
339
				<File
340
					RelativePath=".\src\Forms\AddDialog.h"
341
					FileType="3"
342
					>
343
					<File
344
						RelativePath=".\src\Forms\AddDialog.resx"
345
						>
346
					</File>
347
				</File>
348
				<File
349
					RelativePath=".\src\Forms\ConvertFile.h"
350
					FileType="3"
351
					>
352
					<File
353
						RelativePath=".\src\Forms\ConvertFile.resx"
354
						>
355
					</File>
356
				</File>
357
				<File
358
					RelativePath=".\src\Forms\DropFileDialog.h"
359
					FileType="3"
360
					>
361
					<File
362
						RelativePath=".\src\Forms\DropFileDialog.resx"
363
						>
364
					</File>
365
				</File>
366
				<File
367
					RelativePath=".\src\Forms\ExtractDialog.h"
368
					FileType="3"
369
					>
370
					<File
371
						RelativePath=".\src\Forms\ExtractDialog.resx"
372
						>
373
					</File>
374
				</File>
375
				<File
376
					RelativePath=".\src\Forms\FileExists.h"
377
					FileType="3"
378
					>
379
					<File
380
						RelativePath=".\src\Forms\FileExists.resx"
381
						>
382
					</File>
383
				</File>
384
				<File
385
					RelativePath=".\src\Forms\Form1.h"
386
					FileType="3"
387
					>
388
					<File
389
						RelativePath=".\src\Forms\Form1.resx"
390
						>
391
					</File>
392
				</File>
393
				<File
394
					RelativePath=".\src\Forms\PackageInfo.h"
395
					FileType="3"
396
					>
397
					<File
398
						RelativePath=".\src\Forms\PackageInfo.resx"
399
						>
400
					</File>
401
				</File>
402
				<File
403
					RelativePath=".\src\Forms\SpkForm.h"
404
					FileType="3"
405
					>
406
					<File
407
						RelativePath=".\src\Forms\SpkForm.resx"
408
						>
409
					</File>
410
				</File>
411
			</Filter>
412
		</Filter>
413
		<File
414
			RelativePath=".\ReadMe.txt"
415
			>
416
		</File>
417
	</Files>
418
	<Globals>
419
	</Globals>
420
</VisualStudioProject>