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="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
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\AutoUpdate"
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
				PreprocessorDefinitions="WIN32;_DEBUG"
46
				RuntimeLibrary="3"
47
				UsePrecompiledHeader="0"
48
				WarningLevel="3"
49
				DebugInformationFormat="3"
50
			/>
51
			<Tool
52
				Name="VCManagedResourceCompilerTool"
53
			/>
54
			<Tool
55
				Name="VCResourceCompilerTool"
56
			/>
57
			<Tool
58
				Name="VCPreLinkEventTool"
59
			/>
60
			<Tool
61
				Name="VCLinkerTool"
62
				AdditionalDependencies="$(NoInherit)"
63
				LinkIncremental="2"
64
				GenerateDebugInformation="true"
65
				AssemblyDebug="1"
66
				SubSystem="2"
67
				EntryPointSymbol="main"
68
				RandomizedBaseAddress="1"
69
				DataExecutionPrevention="0"
70
				TargetMachine="1"
71
			/>
72
			<Tool
73
				Name="VCALinkTool"
74
			/>
75
			<Tool
76
				Name="VCManifestTool"
77
			/>
78
			<Tool
79
				Name="VCXDCMakeTool"
80
			/>
81
			<Tool
82
				Name="VCBscMakeTool"
83
			/>
84
			<Tool
85
				Name="VCFxCopTool"
86
			/>
87
			<Tool
88
				Name="VCAppVerifierTool"
89
			/>
90
			<Tool
91
				Name="VCPostBuildEventTool"
92
			/>
93
		</Configuration>
94
		<Configuration
95
			Name="Release|Win32"
96
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 97
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\AutoUpdater"
1 cycrow 98
			ConfigurationType="1"
99
			CharacterSet="1"
100
			ManagedExtensions="2"
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
				PreprocessorDefinitions="WIN32;NDEBUG"
121
				RuntimeLibrary="2"
10 cycrow 122
				UsePrecompiledHeader="0"
1 cycrow 123
				WarningLevel="3"
124
				DebugInformationFormat="3"
125
			/>
126
			<Tool
127
				Name="VCManagedResourceCompilerTool"
128
			/>
129
			<Tool
130
				Name="VCResourceCompilerTool"
131
			/>
132
			<Tool
133
				Name="VCPreLinkEventTool"
134
			/>
135
			<Tool
136
				Name="VCLinkerTool"
137
				AdditionalDependencies="$(NoInherit)"
21 cycrow 138
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 139
				LinkIncremental="1"
140
				GenerateDebugInformation="true"
141
				SubSystem="2"
142
				EntryPointSymbol="main"
143
				RandomizedBaseAddress="1"
144
				DataExecutionPrevention="0"
145
				TargetMachine="1"
146
			/>
147
			<Tool
148
				Name="VCALinkTool"
149
			/>
150
			<Tool
151
				Name="VCManifestTool"
152
			/>
153
			<Tool
154
				Name="VCXDCMakeTool"
155
			/>
156
			<Tool
157
				Name="VCBscMakeTool"
158
			/>
159
			<Tool
160
				Name="VCFxCopTool"
161
			/>
162
			<Tool
163
				Name="VCAppVerifierTool"
164
			/>
165
			<Tool
166
				Name="VCPostBuildEventTool"
167
			/>
168
		</Configuration>
169
	</Configurations>
170
	<References>
171
		<AssemblyReference
172
			RelativePath="System.dll"
173
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
174
			MinFrameworkVersion="131072"
175
		/>
176
		<AssemblyReference
177
			RelativePath="System.Data.dll"
178
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
179
			MinFrameworkVersion="131072"
180
		/>
181
		<AssemblyReference
182
			RelativePath="System.Drawing.dll"
183
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
184
			MinFrameworkVersion="131072"
185
		/>
186
		<AssemblyReference
187
			RelativePath="System.Windows.Forms.dll"
188
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
189
			MinFrameworkVersion="131072"
190
		/>
191
		<AssemblyReference
192
			RelativePath="System.XML.dll"
193
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
194
			MinFrameworkVersion="131072"
195
		/>
196
	</References>
197
	<Files>
198
		<Filter
199
			Name="Source Files"
200
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
201
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
202
			>
203
			<File
204
				RelativePath=".\src\AutoUpdater.cpp"
205
				>
206
			</File>
207
			<File
208
				RelativePath=".\src\stdafx.cpp"
209
				>
210
			</File>
211
		</Filter>
212
		<Filter
213
			Name="Header Files"
214
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
215
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
216
			>
217
			<File
218
				RelativePath=".\src\Forms\Form1.h"
219
				FileType="3"
220
				>
221
				<File
222
					RelativePath=".\src\Forms\Form1.resx"
223
					>
224
				</File>
225
			</File>
226
			<File
227
				RelativePath=".\src\resource.h"
228
				>
229
			</File>
230
			<File
231
				RelativePath=".\src\stdafx.h"
232
				>
233
			</File>
234
		</Filter>
235
		<Filter
236
			Name="Resource Files"
237
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
238
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
239
			>
240
			<File
241
				RelativePath=".\app.rc"
242
				>
243
			</File>
244
			<File
245
				RelativePath="..\..\..\X-PlugInManager-Icon86px.ico"
246
				>
247
			</File>
248
		</Filter>
249
	</Files>
250
	<Globals>
251
	</Globals>
252
</VisualStudioProject>