Subversion Repositories spk

Rev

Rev 68 | 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="AutoUpdater"
6
	ProjectGUID="{C5D84407-67AC-4E9E-A7E3-3A97B299752D}"
7
	RootNamespace="AutoUpdater"
8
	Keyword="ManagedCProj"
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)\AutoUpdate"
1 cycrow 26
			ConfigurationType="1"
27
			CharacterSet="1"
28
			ManagedExtensions="1"
29
			>
30
			<Tool
31
				Name="VCPreBuildEventTool"
32
			/>
33
			<Tool
34
				Name="VCCustomBuildTool"
35
			/>
36
			<Tool
37
				Name="VCXMLDataGeneratorTool"
38
			/>
39
			<Tool
40
				Name="VCWebServiceProxyGeneratorTool"
41
			/>
42
			<Tool
43
				Name="VCMIDLTool"
44
			/>
45
			<Tool
46
				Name="VCCLCompilerTool"
47
				Optimization="0"
48
				PreprocessorDefinitions="WIN32;_DEBUG"
49
				RuntimeLibrary="3"
50
				UsePrecompiledHeader="0"
51
				WarningLevel="3"
52
				DebugInformationFormat="3"
53
			/>
54
			<Tool
55
				Name="VCManagedResourceCompilerTool"
56
			/>
57
			<Tool
58
				Name="VCResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCPreLinkEventTool"
62
			/>
63
			<Tool
64
				Name="VCLinkerTool"
65
				AdditionalDependencies="$(NoInherit)"
66
				LinkIncremental="2"
67
				GenerateDebugInformation="true"
68
				AssemblyDebug="1"
69
				SubSystem="2"
70
				EntryPointSymbol="main"
71
				RandomizedBaseAddress="1"
72
				DataExecutionPrevention="0"
73
				TargetMachine="1"
74
			/>
75
			<Tool
76
				Name="VCALinkTool"
77
			/>
78
			<Tool
79
				Name="VCManifestTool"
80
			/>
81
			<Tool
82
				Name="VCXDCMakeTool"
83
			/>
84
			<Tool
85
				Name="VCBscMakeTool"
86
			/>
87
			<Tool
88
				Name="VCFxCopTool"
89
			/>
90
			<Tool
91
				Name="VCAppVerifierTool"
92
			/>
93
			<Tool
94
				Name="VCPostBuildEventTool"
95
			/>
96
		</Configuration>
97
		<Configuration
98
			Name="Release|Win32"
99
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 100
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\AutoUpdater"
1 cycrow 101
			ConfigurationType="1"
102
			CharacterSet="1"
103
			ManagedExtensions="2"
104
			WholeProgramOptimization="1"
105
			>
106
			<Tool
107
				Name="VCPreBuildEventTool"
108
			/>
109
			<Tool
110
				Name="VCCustomBuildTool"
111
			/>
112
			<Tool
113
				Name="VCXMLDataGeneratorTool"
114
			/>
115
			<Tool
116
				Name="VCWebServiceProxyGeneratorTool"
117
			/>
118
			<Tool
119
				Name="VCMIDLTool"
120
			/>
121
			<Tool
122
				Name="VCCLCompilerTool"
123
				PreprocessorDefinitions="WIN32;NDEBUG"
124
				RuntimeLibrary="2"
10 cycrow 125
				UsePrecompiledHeader="0"
1 cycrow 126
				WarningLevel="3"
127
				DebugInformationFormat="3"
128
			/>
129
			<Tool
130
				Name="VCManagedResourceCompilerTool"
131
			/>
132
			<Tool
133
				Name="VCResourceCompilerTool"
134
			/>
135
			<Tool
136
				Name="VCPreLinkEventTool"
137
			/>
138
			<Tool
139
				Name="VCLinkerTool"
140
				AdditionalDependencies="$(NoInherit)"
21 cycrow 141
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 142
				LinkIncremental="1"
143
				GenerateDebugInformation="true"
144
				SubSystem="2"
145
				EntryPointSymbol="main"
146
				RandomizedBaseAddress="1"
147
				DataExecutionPrevention="0"
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
			ManagedExtensions="1"
179
			>
180
			<Tool
181
				Name="VCPreBuildEventTool"
182
			/>
183
			<Tool
184
				Name="VCCustomBuildTool"
185
			/>
186
			<Tool
187
				Name="VCXMLDataGeneratorTool"
188
			/>
189
			<Tool
190
				Name="VCWebServiceProxyGeneratorTool"
191
			/>
192
			<Tool
193
				Name="VCMIDLTool"
194
				TargetEnvironment="3"
195
			/>
196
			<Tool
197
				Name="VCCLCompilerTool"
198
				Optimization="0"
199
				PreprocessorDefinitions="WIN32;_DEBUG"
200
				RuntimeLibrary="3"
201
				UsePrecompiledHeader="0"
202
				WarningLevel="3"
203
				DebugInformationFormat="3"
204
			/>
205
			<Tool
206
				Name="VCManagedResourceCompilerTool"
207
			/>
208
			<Tool
209
				Name="VCResourceCompilerTool"
210
			/>
211
			<Tool
212
				Name="VCPreLinkEventTool"
213
			/>
214
			<Tool
215
				Name="VCLinkerTool"
216
				AdditionalDependencies="$(NoInherit)"
217
				LinkIncremental="2"
218
				GenerateDebugInformation="true"
219
				AssemblyDebug="1"
220
				SubSystem="2"
221
				EntryPointSymbol="main"
222
				RandomizedBaseAddress="1"
223
				DataExecutionPrevention="0"
224
				TargetMachine="17"
225
			/>
226
			<Tool
227
				Name="VCALinkTool"
228
			/>
229
			<Tool
230
				Name="VCManifestTool"
231
			/>
232
			<Tool
233
				Name="VCXDCMakeTool"
234
			/>
235
			<Tool
236
				Name="VCBscMakeTool"
237
			/>
238
			<Tool
239
				Name="VCFxCopTool"
240
			/>
241
			<Tool
242
				Name="VCAppVerifierTool"
243
			/>
244
			<Tool
245
				Name="VCPostBuildEventTool"
246
			/>
247
		</Configuration>
248
		<Configuration
249
			Name="Release|x64"
250
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
251
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
252
			ConfigurationType="1"
253
			CharacterSet="1"
254
			ManagedExtensions="2"
255
			WholeProgramOptimization="1"
256
			>
257
			<Tool
258
				Name="VCPreBuildEventTool"
259
			/>
260
			<Tool
261
				Name="VCCustomBuildTool"
262
			/>
263
			<Tool
264
				Name="VCXMLDataGeneratorTool"
265
			/>
266
			<Tool
267
				Name="VCWebServiceProxyGeneratorTool"
268
			/>
269
			<Tool
270
				Name="VCMIDLTool"
271
				TargetEnvironment="3"
272
			/>
273
			<Tool
274
				Name="VCCLCompilerTool"
275
				PreprocessorDefinitions="WIN32;NDEBUG"
276
				RuntimeLibrary="2"
277
				UsePrecompiledHeader="0"
278
				WarningLevel="3"
279
				DebugInformationFormat="3"
280
			/>
281
			<Tool
282
				Name="VCManagedResourceCompilerTool"
283
			/>
284
			<Tool
285
				Name="VCResourceCompilerTool"
286
			/>
287
			<Tool
288
				Name="VCPreLinkEventTool"
289
			/>
290
			<Tool
291
				Name="VCLinkerTool"
292
				AdditionalDependencies="$(NoInherit)"
293
				OutputFile="$(OutDir)\$(ProjectName).exe"
294
				LinkIncremental="1"
295
				GenerateDebugInformation="true"
296
				SubSystem="2"
297
				EntryPointSymbol="main"
298
				RandomizedBaseAddress="1"
299
				DataExecutionPrevention="0"
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>
326
		<AssemblyReference
327
			RelativePath="System.dll"
328
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
329
			MinFrameworkVersion="131072"
330
		/>
331
		<AssemblyReference
332
			RelativePath="System.Data.dll"
333
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
334
			MinFrameworkVersion="131072"
335
		/>
336
		<AssemblyReference
337
			RelativePath="System.Drawing.dll"
338
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
339
			MinFrameworkVersion="131072"
340
		/>
341
		<AssemblyReference
342
			RelativePath="System.Windows.Forms.dll"
343
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
344
			MinFrameworkVersion="131072"
345
		/>
346
		<AssemblyReference
347
			RelativePath="System.XML.dll"
348
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
349
			MinFrameworkVersion="131072"
350
		/>
351
	</References>
352
	<Files>
353
		<Filter
354
			Name="Source Files"
355
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
356
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
357
			>
358
			<File
359
				RelativePath=".\src\AutoUpdater.cpp"
360
				>
361
			</File>
362
			<File
363
				RelativePath=".\src\stdafx.cpp"
364
				>
365
			</File>
366
		</Filter>
367
		<Filter
368
			Name="Header Files"
369
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
370
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
371
			>
372
			<File
373
				RelativePath=".\src\Forms\Form1.h"
374
				FileType="3"
375
				>
376
				<File
377
					RelativePath=".\src\Forms\Form1.resx"
68 cycrow 378
					SubType="Designer"
1 cycrow 379
					>
380
				</File>
381
			</File>
382
			<File
383
				RelativePath=".\src\resource.h"
384
				>
385
			</File>
386
			<File
387
				RelativePath=".\src\stdafx.h"
388
				>
389
			</File>
390
		</Filter>
391
		<Filter
392
			Name="Resource Files"
393
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
394
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
395
			>
396
			<File
397
				RelativePath=".\app.rc"
398
				>
399
			</File>
400
			<File
79 cycrow 401
				RelativePath="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico"
1 cycrow 402
				>
403
			</File>
404
		</Filter>
405
	</Files>
406
	<Globals>
407
	</Globals>
408
</VisualStudioProject>