Subversion Repositories spk

Rev

Rev 2 | 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="XspConvert"
6
	ProjectGUID="{F7DF954E-0DED-4D2F-A7EB-604895C12EE5}"
7
	RootNamespace="XspConvert"
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)"
22
			IntermediateDirectory="$(ConfigurationName)"
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="c:\users\Cycrow\Documents\Programming\spk\src"
46
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
47
				RuntimeLibrary="3"
48
				UsePrecompiledHeader="2"
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"
63
				AdditionalDependencies="../spk/debug/spk.lib $(NOINHERIT)"
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;_SPKDLL;_STRINGCLR"
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=".\AssemblyInfo.cpp"
206
				>
207
			</File>
208
			<File
209
				RelativePath=".\stdafx.cpp"
210
				>
211
				<FileConfiguration
212
					Name="Debug|Win32"
213
					>
214
					<Tool
215
						Name="VCCLCompilerTool"
216
						UsePrecompiledHeader="1"
217
					/>
218
				</FileConfiguration>
219
				<FileConfiguration
220
					Name="Release|Win32"
221
					>
222
					<Tool
223
						Name="VCCLCompilerTool"
224
						UsePrecompiledHeader="1"
225
					/>
226
				</FileConfiguration>
227
			</File>
228
			<File
229
				RelativePath=".\XspConvert.cpp"
230
				>
231
			</File>
232
		</Filter>
233
		<Filter
234
			Name="Header Files"
235
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
236
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
237
			>
238
			<File
239
				RelativePath=".\Form1.h"
240
				FileType="3"
241
				>
242
				<File
243
					RelativePath=".\Form1.resX"
244
					SubType="Designer"
245
					>
246
				</File>
247
			</File>
248
			<File
249
				RelativePath=".\resource.h"
250
				>
251
			</File>
252
			<File
253
				RelativePath="..\common\spknet.h"
254
				>
255
			</File>
256
			<File
257
				RelativePath=".\stdafx.h"
258
				>
259
			</File>
260
		</Filter>
261
		<Filter
262
			Name="Resource Files"
263
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
264
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
265
			>
266
			<File
267
				RelativePath=".\app.rc"
268
				>
269
			</File>
270
			<File
271
				RelativePath="..\..\..\X-PlugInManager-Icon32px.ico"
272
				>
273
			</File>
274
		</Filter>
275
		<File
276
			RelativePath=".\ReadMe.txt"
277
			>
278
		</File>
279
	</Files>
280
	<Globals>
281
	</Globals>
282
</VisualStudioProject>