Subversion Repositories spk

Rev

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="8.00"
5
	Name="XspConvert"
6
	ProjectGUID="{F7DF954E-0DED-4D2F-A7EB-604895C12EE5}"
7
	RootNamespace="XspConvert"
8
	Keyword="ManagedCProj"
9
	>
10
	<Platforms>
11
		<Platform
12
			Name="Win32"
13
		/>
14
	</Platforms>
15
	<ToolFiles>
16
	</ToolFiles>
17
	<Configurations>
18
		<Configuration
19
			Name="Debug|Win32"
20
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
			IntermediateDirectory="$(ConfigurationName)"
22
			ConfigurationType="1"
23
			CharacterSet="1"
24
			ManagedExtensions="1"
25
			>
26
			<Tool
27
				Name="VCPreBuildEventTool"
28
			/>
29
			<Tool
30
				Name="VCCustomBuildTool"
31
			/>
32
			<Tool
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			<Tool
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCMIDLTool"
40
			/>
41
			<Tool
42
				Name="VCCLCompilerTool"
43
				Optimization="0"
44
				AdditionalIncludeDirectories="D:\Documents\Cycrow\Documents\Programming\spk\src"
45
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
46
				RuntimeLibrary="3"
47
				UsePrecompiledHeader="2"
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="../spk/debug/spk.lib $(NOINHERIT)"
63
				LinkIncremental="2"
64
				GenerateDebugInformation="true"
65
				AssemblyDebug="1"
66
				SubSystem="2"
67
				EntryPointSymbol="main"
68
				TargetMachine="1"
69
			/>
70
			<Tool
71
				Name="VCALinkTool"
72
			/>
73
			<Tool
74
				Name="VCManifestTool"
75
			/>
76
			<Tool
77
				Name="VCXDCMakeTool"
78
			/>
79
			<Tool
80
				Name="VCBscMakeTool"
81
			/>
82
			<Tool
83
				Name="VCFxCopTool"
84
			/>
85
			<Tool
86
				Name="VCAppVerifierTool"
87
			/>
88
			<Tool
89
				Name="VCWebDeploymentTool"
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="D:\Documents\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
				TargetMachine="1"
145
			/>
146
			<Tool
147
				Name="VCALinkTool"
148
			/>
149
			<Tool
150
				Name="VCManifestTool"
151
			/>
152
			<Tool
153
				Name="VCXDCMakeTool"
154
			/>
155
			<Tool
156
				Name="VCBscMakeTool"
157
			/>
158
			<Tool
159
				Name="VCFxCopTool"
160
			/>
161
			<Tool
162
				Name="VCAppVerifierTool"
163
			/>
164
			<Tool
165
				Name="VCWebDeploymentTool"
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
		/>
177
		<AssemblyReference
178
			RelativePath="System.Data.dll"
179
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
180
		/>
181
		<AssemblyReference
182
			RelativePath="System.Drawing.dll"
183
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
184
		/>
185
		<AssemblyReference
186
			RelativePath="System.Windows.Forms.dll"
187
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
188
		/>
189
		<AssemblyReference
190
			RelativePath="System.XML.dll"
191
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
192
		/>
193
	</References>
194
	<Files>
195
		<Filter
196
			Name="Source Files"
197
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
198
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
199
			>
200
			<File
201
				RelativePath=".\AssemblyInfo.cpp"
202
				>
203
			</File>
204
			<File
205
				RelativePath=".\stdafx.cpp"
206
				>
207
				<FileConfiguration
208
					Name="Debug|Win32"
209
					>
210
					<Tool
211
						Name="VCCLCompilerTool"
212
						UsePrecompiledHeader="1"
213
					/>
214
				</FileConfiguration>
215
				<FileConfiguration
216
					Name="Release|Win32"
217
					>
218
					<Tool
219
						Name="VCCLCompilerTool"
220
						UsePrecompiledHeader="1"
221
					/>
222
				</FileConfiguration>
223
			</File>
224
			<File
225
				RelativePath=".\XspConvert.cpp"
226
				>
227
			</File>
228
		</Filter>
229
		<Filter
230
			Name="Header Files"
231
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
232
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
233
			>
234
			<File
235
				RelativePath=".\Form1.h"
236
				FileType="3"
237
				>
238
				<File
239
					RelativePath=".\Form1.resX"
240
					SubType="Designer"
241
					>
242
				</File>
243
			</File>
244
			<File
245
				RelativePath=".\resource.h"
246
				>
247
			</File>
248
			<File
249
				RelativePath="..\common\spknet.h"
250
				>
251
			</File>
252
			<File
253
				RelativePath=".\stdafx.h"
254
				>
255
			</File>
256
		</Filter>
257
		<Filter
258
			Name="Resource Files"
259
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
260
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
261
			>
262
			<File
263
				RelativePath=".\app.rc"
264
				>
265
			</File>
266
			<File
267
				RelativePath="..\..\..\X-PlugInManager-Icon32px.ico"
268
				>
269
			</File>
270
		</Filter>
271
		<File
272
			RelativePath=".\ReadMe.txt"
273
			>
274
		</File>
275
	</Files>
276
	<Globals>
277
	</Globals>
278
</VisualStudioProject>