Subversion Repositories spk

Rev

Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 63
Line 9... Line 9...
9
	TargetFrameworkVersion="131072"
9
	TargetFrameworkVersion="131072"
10
	>
10
	>
11
	<Platforms>
11
	<Platforms>
12
		<Platform
12
		<Platform
13
			Name="Win32"
13
			Name="Win32"
-
 
14
		/>
-
 
15
		<Platform
-
 
16
			Name="x64"
14
		/>
17
		/>
15
	</Platforms>
18
	</Platforms>
16
	<ToolFiles>
19
	<ToolFiles>
17
	</ToolFiles>
20
	</ToolFiles>
18
	<Configurations>
21
	<Configurations>
19
		<Configuration
22
		<Configuration
20
			Name="Debug|Win32"
23
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
24
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
25
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
23
			ConfigurationType="1"
26
			ConfigurationType="1"
24
			CharacterSet="1"
27
			CharacterSet="1"
25
			ManagedExtensions="1"
28
			ManagedExtensions="1"
26
			>
29
			>
27
			<Tool
30
			<Tool
28
				Name="VCPreBuildEventTool"
31
				Name="VCPreBuildEventTool"
29
			/>
32
			/>
30
			<Tool
33
			<Tool
31
				Name="VCCustomBuildTool"
34
				Name="VCCustomBuildTool"
32
			/>
35
			/>
Line 62... Line 65...
62
				Name="VCLinkerTool"
65
				Name="VCLinkerTool"
63
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
66
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
64
				LinkIncremental="2"
67
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
68
				GenerateDebugInformation="true"
66
				AssemblyDebug="1"
69
				AssemblyDebug="1"
67
				SubSystem="2"
70
				SubSystem="2"
68
				EntryPointSymbol="main"
71
				EntryPointSymbol="main"
69
				RandomizedBaseAddress="1"
72
				RandomizedBaseAddress="1"
70
				DataExecutionPrevention="0"
73
				DataExecutionPrevention="0"
71
				TargetMachine="1"
74
				TargetMachine="1"
72
			/>
75
			/>
73
			<Tool
76
			<Tool
74
				Name="VCALinkTool"
77
				Name="VCALinkTool"
75
			/>
78
			/>
76
			<Tool
79
			<Tool
77
				Name="VCManifestTool"
80
				Name="VCManifestTool"
78
			/>
81
			/>
79
			<Tool
82
			<Tool
80
				Name="VCXDCMakeTool"
83
				Name="VCXDCMakeTool"
81
			/>
84
			/>
82
			<Tool
85
			<Tool
-
 
86
				Name="VCBscMakeTool"
-
 
87
			/>
-
 
88
			<Tool
-
 
89
				Name="VCFxCopTool"
-
 
90
			/>
-
 
91
			<Tool
-
 
92
				Name="VCAppVerifierTool"
-
 
93
			/>
-
 
94
			<Tool
-
 
95
				Name="VCPostBuildEventTool"
-
 
96
			/>
-
 
97
		</Configuration>
-
 
98
		<Configuration
-
 
99
			Name="Release|Win32"
-
 
100
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-
 
101
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
-
 
102
			ConfigurationType="1"
-
 
103
			CharacterSet="1"
-
 
104
			ManagedExtensions="1"
-
 
105
			WholeProgramOptimization="1"
-
 
106
			>
-
 
107
			<Tool
-
 
108
				Name="VCPreBuildEventTool"
-
 
109
			/>
-
 
110
			<Tool
-
 
111
				Name="VCCustomBuildTool"
-
 
112
			/>
-
 
113
			<Tool
-
 
114
				Name="VCXMLDataGeneratorTool"
-
 
115
			/>
-
 
116
			<Tool
-
 
117
				Name="VCWebServiceProxyGeneratorTool"
-
 
118
			/>
-
 
119
			<Tool
-
 
120
				Name="VCMIDLTool"
-
 
121
			/>
-
 
122
			<Tool
-
 
123
				Name="VCCLCompilerTool"
-
 
124
				AdditionalIncludeDirectories="../libspk/src"
-
 
125
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
-
 
126
				RuntimeLibrary="2"
-
 
127
				UsePrecompiledHeader="0"
-
 
128
				WarningLevel="3"
-
 
129
				DebugInformationFormat="3"
-
 
130
			/>
-
 
131
			<Tool
-
 
132
				Name="VCManagedResourceCompilerTool"
-
 
133
			/>
-
 
134
			<Tool
-
 
135
				Name="VCResourceCompilerTool"
-
 
136
			/>
-
 
137
			<Tool
-
 
138
				Name="VCPreLinkEventTool"
-
 
139
			/>
-
 
140
			<Tool
-
 
141
				Name="VCLinkerTool"
-
 
142
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
-
 
143
				OutputFile="$(OutDir)\$(ProjectName).exe"
-
 
144
				LinkIncremental="1"
-
 
145
				GenerateDebugInformation="true"
-
 
146
				SubSystem="2"
-
 
147
				EntryPointSymbol="main"
-
 
148
				RandomizedBaseAddress="1"
-
 
149
				DataExecutionPrevention="0"
-
 
150
				TargetMachine="1"
-
 
151
			/>
-
 
152
			<Tool
-
 
153
				Name="VCALinkTool"
-
 
154
			/>
-
 
155
			<Tool
-
 
156
				Name="VCManifestTool"
-
 
157
			/>
-
 
158
			<Tool
-
 
159
				Name="VCXDCMakeTool"
-
 
160
			/>
-
 
161
			<Tool
-
 
162
				Name="VCBscMakeTool"
-
 
163
			/>
-
 
164
			<Tool
-
 
165
				Name="VCFxCopTool"
-
 
166
			/>
-
 
167
			<Tool
-
 
168
				Name="VCAppVerifierTool"
-
 
169
			/>
-
 
170
			<Tool
-
 
171
				Name="VCPostBuildEventTool"
-
 
172
			/>
-
 
173
		</Configuration>
-
 
174
		<Configuration
-
 
175
			Name="Debug|x64"
-
 
176
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
177
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
178
			ConfigurationType="1"
-
 
179
			CharacterSet="1"
-
 
180
			ManagedExtensions="1"
-
 
181
			>
-
 
182
			<Tool
-
 
183
				Name="VCPreBuildEventTool"
-
 
184
			/>
-
 
185
			<Tool
-
 
186
				Name="VCCustomBuildTool"
-
 
187
			/>
-
 
188
			<Tool
-
 
189
				Name="VCXMLDataGeneratorTool"
-
 
190
			/>
-
 
191
			<Tool
-
 
192
				Name="VCWebServiceProxyGeneratorTool"
-
 
193
			/>
-
 
194
			<Tool
-
 
195
				Name="VCMIDLTool"
-
 
196
				TargetEnvironment="3"
-
 
197
			/>
-
 
198
			<Tool
-
 
199
				Name="VCCLCompilerTool"
-
 
200
				Optimization="0"
-
 
201
				AdditionalIncludeDirectories="../libspk/src"
-
 
202
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
-
 
203
				RuntimeLibrary="3"
-
 
204
				UsePrecompiledHeader="2"
-
 
205
				WarningLevel="3"
-
 
206
				DebugInformationFormat="3"
-
 
207
			/>
-
 
208
			<Tool
-
 
209
				Name="VCManagedResourceCompilerTool"
-
 
210
			/>
-
 
211
			<Tool
-
 
212
				Name="VCResourceCompilerTool"
-
 
213
			/>
-
 
214
			<Tool
-
 
215
				Name="VCPreLinkEventTool"
-
 
216
			/>
-
 
217
			<Tool
-
 
218
				Name="VCLinkerTool"
-
 
219
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
-
 
220
				LinkIncremental="2"
-
 
221
				GenerateDebugInformation="true"
-
 
222
				AssemblyDebug="1"
-
 
223
				SubSystem="2"
-
 
224
				EntryPointSymbol="main"
-
 
225
				RandomizedBaseAddress="1"
-
 
226
				DataExecutionPrevention="0"
-
 
227
				TargetMachine="17"
-
 
228
			/>
-
 
229
			<Tool
-
 
230
				Name="VCALinkTool"
-
 
231
			/>
-
 
232
			<Tool
-
 
233
				Name="VCManifestTool"
-
 
234
			/>
-
 
235
			<Tool
-
 
236
				Name="VCXDCMakeTool"
-
 
237
			/>
-
 
238
			<Tool
83
				Name="VCBscMakeTool"
239
				Name="VCBscMakeTool"
84
			/>
240
			/>
85
			<Tool
241
			<Tool
86
				Name="VCFxCopTool"
242
				Name="VCFxCopTool"
87
			/>
243
			/>
88
			<Tool
244
			<Tool
89
				Name="VCAppVerifierTool"
245
				Name="VCAppVerifierTool"
90
			/>
246
			/>
91
			<Tool
247
			<Tool
92
				Name="VCPostBuildEventTool"
248
				Name="VCPostBuildEventTool"
93
			/>
249
			/>
94
		</Configuration>
250
		</Configuration>
95
		<Configuration
251
		<Configuration
96
			Name="Release|Win32"
252
			Name="Release|x64"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
253
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
98
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XspConvert"
254
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
99
			ConfigurationType="1"
255
			ConfigurationType="1"
100
			CharacterSet="1"
256
			CharacterSet="1"
101
			ManagedExtensions="1"
257
			ManagedExtensions="1"
102
			WholeProgramOptimization="1"
258
			WholeProgramOptimization="1"
103
			>
259
			>
104
			<Tool
260
			<Tool
105
				Name="VCPreBuildEventTool"
261
				Name="VCPreBuildEventTool"
106
			/>
262
			/>
107
			<Tool
263
			<Tool
108
				Name="VCCustomBuildTool"
264
				Name="VCCustomBuildTool"
109
			/>
265
			/>
110
			<Tool
266
			<Tool
111
				Name="VCXMLDataGeneratorTool"
267
				Name="VCXMLDataGeneratorTool"
112
			/>
268
			/>
113
			<Tool
269
			<Tool
114
				Name="VCWebServiceProxyGeneratorTool"
270
				Name="VCWebServiceProxyGeneratorTool"
115
			/>
271
			/>
116
			<Tool
272
			<Tool
117
				Name="VCMIDLTool"
273
				Name="VCMIDLTool"
-
 
274
				TargetEnvironment="3"
118
			/>
275
			/>
119
			<Tool
276
			<Tool
120
				Name="VCCLCompilerTool"
277
				Name="VCCLCompilerTool"
121
				AdditionalIncludeDirectories="../libspk/src"
278
				AdditionalIncludeDirectories="../libspk/src"
122
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
279
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
123
				RuntimeLibrary="2"
280
				RuntimeLibrary="2"
Line 142... Line 299...
142
				GenerateDebugInformation="true"
299
				GenerateDebugInformation="true"
143
				SubSystem="2"
300
				SubSystem="2"
144
				EntryPointSymbol="main"
301
				EntryPointSymbol="main"
145
				RandomizedBaseAddress="1"
302
				RandomizedBaseAddress="1"
146
				DataExecutionPrevention="0"
303
				DataExecutionPrevention="0"
147
				TargetMachine="1"
304
				TargetMachine="17"
148
			/>
305
			/>
149
			<Tool
306
			<Tool
150
				Name="VCALinkTool"
307
				Name="VCALinkTool"
151
			/>
308
			/>
152
			<Tool
309
			<Tool
Line 217... Line 374...
217
						UsePrecompiledHeader="1"
374
						UsePrecompiledHeader="1"
218
					/>
375
					/>
219
				</FileConfiguration>
376
				</FileConfiguration>
220
				<FileConfiguration
377
				<FileConfiguration
221
					Name="Release|Win32"
378
					Name="Release|Win32"
-
 
379
					>
-
 
380
					<Tool
-
 
381
						Name="VCCLCompilerTool"
-
 
382
						UsePrecompiledHeader="1"
-
 
383
					/>
-
 
384
				</FileConfiguration>
-
 
385
				<FileConfiguration
-
 
386
					Name="Debug|x64"
-
 
387
					>
-
 
388
					<Tool
-
 
389
						Name="VCCLCompilerTool"
-
 
390
						UsePrecompiledHeader="1"
-
 
391
					/>
-
 
392
				</FileConfiguration>
-
 
393
				<FileConfiguration
-
 
394
					Name="Release|x64"
222
					>
395
					>
223
					<Tool
396
					<Tool
224
						Name="VCCLCompilerTool"
397
						Name="VCCLCompilerTool"
225
						UsePrecompiledHeader="1"
398
						UsePrecompiledHeader="1"
226
					/>
399
					/>