Subversion Repositories spk

Rev

Rev 21 | 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="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)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
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"
2 cycrow 45
				AdditionalIncludeDirectories="../libspk/src"
1 cycrow 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"
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)"
10 cycrow 98
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
1 cycrow 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"
10 cycrow 121
				AdditionalIncludeDirectories="../libspk/src"
1 cycrow 122
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
123
				RuntimeLibrary="2"
10 cycrow 124
				UsePrecompiledHeader="0"
1 cycrow 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"
10 cycrow 139
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
21 cycrow 140
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 141
				LinkIncremental="1"
142
				GenerateDebugInformation="true"
143
				SubSystem="2"
144
				EntryPointSymbol="main"
145
				RandomizedBaseAddress="1"
146
				DataExecutionPrevention="0"
147
				TargetMachine="1"
148
			/>
149
			<Tool
150
				Name="VCALinkTool"
151
			/>
152
			<Tool
153
				Name="VCManifestTool"
154
			/>
155
			<Tool
156
				Name="VCXDCMakeTool"
157
			/>
158
			<Tool
159
				Name="VCBscMakeTool"
160
			/>
161
			<Tool
162
				Name="VCFxCopTool"
163
			/>
164
			<Tool
165
				Name="VCAppVerifierTool"
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
			MinFrameworkVersion="131072"
177
		/>
178
		<AssemblyReference
179
			RelativePath="System.Data.dll"
180
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
181
			MinFrameworkVersion="131072"
182
		/>
183
		<AssemblyReference
184
			RelativePath="System.Drawing.dll"
185
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
186
			MinFrameworkVersion="131072"
187
		/>
188
		<AssemblyReference
189
			RelativePath="System.Windows.Forms.dll"
190
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
191
			MinFrameworkVersion="131072"
192
		/>
193
		<AssemblyReference
194
			RelativePath="System.XML.dll"
195
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
196
			MinFrameworkVersion="131072"
197
		/>
198
	</References>
199
	<Files>
200
		<Filter
201
			Name="Source Files"
202
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
203
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
204
			>
205
			<File
206
				RelativePath=".\AssemblyInfo.cpp"
207
				>
208
			</File>
209
			<File
210
				RelativePath=".\stdafx.cpp"
211
				>
212
				<FileConfiguration
213
					Name="Debug|Win32"
214
					>
215
					<Tool
216
						Name="VCCLCompilerTool"
217
						UsePrecompiledHeader="1"
218
					/>
219
				</FileConfiguration>
220
				<FileConfiguration
221
					Name="Release|Win32"
222
					>
223
					<Tool
224
						Name="VCCLCompilerTool"
225
						UsePrecompiledHeader="1"
226
					/>
227
				</FileConfiguration>
228
			</File>
229
			<File
230
				RelativePath=".\XspConvert.cpp"
231
				>
232
			</File>
233
		</Filter>
234
		<Filter
235
			Name="Header Files"
236
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
237
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
238
			>
239
			<File
240
				RelativePath=".\Form1.h"
241
				FileType="3"
242
				>
243
				<File
244
					RelativePath=".\Form1.resX"
245
					SubType="Designer"
246
					>
247
				</File>
248
			</File>
249
			<File
250
				RelativePath=".\resource.h"
251
				>
252
			</File>
253
			<File
254
				RelativePath="..\common\spknet.h"
255
				>
256
			</File>
257
			<File
258
				RelativePath=".\stdafx.h"
259
				>
260
			</File>
261
		</Filter>
262
		<Filter
263
			Name="Resource Files"
264
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
265
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
266
			>
267
			<File
268
				RelativePath=".\app.rc"
269
				>
270
			</File>
271
			<File
272
				RelativePath="..\..\..\X-PlugInManager-Icon32px.ico"
273
				>
274
			</File>
275
		</Filter>
276
		<File
277
			RelativePath=".\ReadMe.txt"
278
			>
279
		</File>
280
	</Files>
281
	<Globals>
282
	</Globals>
283
</VisualStudioProject>