Subversion Repositories spk

Rev

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

Rev 63 Rev 68
Line 61... Line 61...
61
			<Tool
61
			<Tool
62
				Name="VCPreLinkEventTool"
62
				Name="VCPreLinkEventTool"
63
			/>
63
			/>
64
			<Tool
64
			<Tool
65
				Name="VCLinkerTool"
65
				Name="VCLinkerTool"
66
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
66
				AdditionalDependencies="shell32.lib $(NOINHERIT)"
67
				LinkIncremental="2"
67
				LinkIncremental="2"
68
				GenerateDebugInformation="true"
68
				GenerateDebugInformation="true"
69
				AssemblyDebug="1"
69
				AssemblyDebug="1"
70
				SubSystem="2"
70
				SubSystem="2"
71
				EntryPointSymbol="main"
71
				EntryPointSymbol="main"
72
				RandomizedBaseAddress="1"
72
				RandomizedBaseAddress="1"
73
				DataExecutionPrevention="0"
73
				DataExecutionPrevention="0"
74
				TargetMachine="1"
74
				TargetMachine="1"
75
			/>
75
			/>
76
			<Tool
76
			<Tool
77
				Name="VCALinkTool"
77
				Name="VCALinkTool"
78
			/>
78
			/>
79
			<Tool
79
			<Tool
80
				Name="VCManifestTool"
80
				Name="VCManifestTool"
81
			/>
81
			/>
82
			<Tool
82
			<Tool
83
				Name="VCXDCMakeTool"
83
				Name="VCXDCMakeTool"
84
			/>
84
			/>
85
			<Tool
85
			<Tool
86
				Name="VCBscMakeTool"
86
				Name="VCBscMakeTool"
87
			/>
87
			/>
88
			<Tool
88
			<Tool
89
				Name="VCFxCopTool"
89
				Name="VCFxCopTool"
90
			/>
90
			/>
91
			<Tool
91
			<Tool
92
				Name="VCAppVerifierTool"
92
				Name="VCAppVerifierTool"
93
			/>
93
			/>
94
			<Tool
94
			<Tool
95
				Name="VCPostBuildEventTool"
95
				Name="VCPostBuildEventTool"
96
			/>
96
			/>
97
		</Configuration>
97
		</Configuration>
98
		<Configuration
98
		<Configuration
99
			Name="Release|Win32"
99
			Name="Release|Win32"
100
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Creator"
101
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Creator"
102
			ConfigurationType="1"
102
			ConfigurationType="1"
103
			CharacterSet="1"
103
			CharacterSet="1"
104
			ManagedExtensions="1"
104
			ManagedExtensions="1"
105
			WholeProgramOptimization="1"
105
			WholeProgramOptimization="1"
106
			>
106
			>
107
			<Tool
107
			<Tool
108
				Name="VCPreBuildEventTool"
108
				Name="VCPreBuildEventTool"
109
			/>
109
			/>
110
			<Tool
110
			<Tool
111
				Name="VCCustomBuildTool"
111
				Name="VCCustomBuildTool"
112
			/>
112
			/>
Line 170... Line 170...
170
				Name="VCPostBuildEventTool"
170
				Name="VCPostBuildEventTool"
171
			/>
171
			/>
172
		</Configuration>
172
		</Configuration>
173
		<Configuration
173
		<Configuration
174
			Name="Debug|x64"
174
			Name="Debug|x64"
175
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
175
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
176
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
176
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
177
			ConfigurationType="1"
177
			ConfigurationType="1"
178
			CharacterSet="1"
178
			CharacterSet="1"
179
			ManagedExtensions="1"
179
			ManagedExtensions="1"
180
			>
180
			>
181
			<Tool
181
			<Tool
182
				Name="VCPreBuildEventTool"
182
				Name="VCPreBuildEventTool"
183
			/>
183
			/>
184
			<Tool
184
			<Tool
185
				Name="VCCustomBuildTool"
185
				Name="VCCustomBuildTool"
186
			/>
186
			/>
187
			<Tool
187
			<Tool
188
				Name="VCXMLDataGeneratorTool"
188
				Name="VCXMLDataGeneratorTool"
189
			/>
189
			/>
190
			<Tool
190
			<Tool
191
				Name="VCWebServiceProxyGeneratorTool"
191
				Name="VCWebServiceProxyGeneratorTool"
192
			/>
192
			/>
193
			<Tool
193
			<Tool
194
				Name="VCMIDLTool"
194
				Name="VCMIDLTool"
195
				TargetEnvironment="3"
195
				TargetEnvironment="3"
196
			/>
196
			/>
197
			<Tool
197
			<Tool
198
				Name="VCCLCompilerTool"
198
				Name="VCCLCompilerTool"
199
				Optimization="0"
199
				Optimization="0"
200
				AdditionalIncludeDirectories="../libspk/src"
200
				AdditionalIncludeDirectories="../libspk/src"
201
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
201
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
202
				RuntimeLibrary="3"
202
				RuntimeLibrary="3"
203
				UsePrecompiledHeader="0"
203
				UsePrecompiledHeader="0"
204
				WarningLevel="3"
204
				WarningLevel="3"
205
				DebugInformationFormat="3"
205
				DebugInformationFormat="3"
206
			/>
206
			/>
207
			<Tool
207
			<Tool
208
				Name="VCManagedResourceCompilerTool"
208
				Name="VCManagedResourceCompilerTool"
209
			/>
209
			/>
210
			<Tool
210
			<Tool
211
				Name="VCResourceCompilerTool"
211
				Name="VCResourceCompilerTool"
212
			/>
212
			/>
213
			<Tool
213
			<Tool
214
				Name="VCPreLinkEventTool"
214
				Name="VCPreLinkEventTool"
215
			/>
215
			/>
216
			<Tool
216
			<Tool
217
				Name="VCLinkerTool"
217
				Name="VCLinkerTool"
Line 221... Line 221...
221
				AssemblyDebug="1"
221
				AssemblyDebug="1"
222
				SubSystem="2"
222
				SubSystem="2"
223
				EntryPointSymbol="main"
223
				EntryPointSymbol="main"
224
				RandomizedBaseAddress="1"
224
				RandomizedBaseAddress="1"
225
				DataExecutionPrevention="0"
225
				DataExecutionPrevention="0"
226
				TargetMachine="17"
226
				TargetMachine="17"
227
			/>
227
			/>
228
			<Tool
228
			<Tool
229
				Name="VCALinkTool"
229
				Name="VCALinkTool"
230
			/>
230
			/>
231
			<Tool
231
			<Tool
232
				Name="VCManifestTool"
232
				Name="VCManifestTool"
233
			/>
233
			/>
234
			<Tool
234
			<Tool
235
				Name="VCXDCMakeTool"
235
				Name="VCXDCMakeTool"
236
			/>
236
			/>
237
			<Tool
237
			<Tool
238
				Name="VCBscMakeTool"
238
				Name="VCBscMakeTool"
239
			/>
239
			/>
240
			<Tool
240
			<Tool
241
				Name="VCFxCopTool"
241
				Name="VCFxCopTool"
242
			/>
242
			/>
243
			<Tool
243
			<Tool
244
				Name="VCAppVerifierTool"
244
				Name="VCAppVerifierTool"
Line 259... Line 259...
259
			<Tool
259
			<Tool
260
				Name="VCPreBuildEventTool"
260
				Name="VCPreBuildEventTool"
261
			/>
261
			/>
262
			<Tool
262
			<Tool
263
				Name="VCCustomBuildTool"
263
				Name="VCCustomBuildTool"
264
			/>
264
			/>
265
			<Tool
265
			<Tool
266
				Name="VCXMLDataGeneratorTool"
266
				Name="VCXMLDataGeneratorTool"
267
			/>
267
			/>
268
			<Tool
268
			<Tool
269
				Name="VCWebServiceProxyGeneratorTool"
269
				Name="VCWebServiceProxyGeneratorTool"
270
			/>
270
			/>
271
			<Tool
271
			<Tool
272
				Name="VCMIDLTool"
272
				Name="VCMIDLTool"
273
				TargetEnvironment="3"
273
				TargetEnvironment="3"
274
			/>
274
			/>
275
			<Tool
275
			<Tool
276
				Name="VCCLCompilerTool"
276
				Name="VCCLCompilerTool"
277
				AdditionalIncludeDirectories="../libspk/src"
277
				AdditionalIncludeDirectories="../libspk/src"
278
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
278
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
279
				RuntimeLibrary="2"
279
				RuntimeLibrary="2"
280
				UsePrecompiledHeader="0"
280
				UsePrecompiledHeader="0"
Line 348... Line 348...
348
		<AssemblyReference
348
		<AssemblyReference
349
			RelativePath="System.XML.dll"
349
			RelativePath="System.XML.dll"
350
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
350
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
351
			MinFrameworkVersion="131072"
351
			MinFrameworkVersion="131072"
352
		/>
352
		/>
353
		<AssemblyReference
353
		<ProjectReference
354
			RelativePath="..\debug\baseform.dll"
-
 
355
			AssemblyName="BaseForm, Version=1.0.3843.34848, processorArchitecture=x86"
354
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
356
			UseInBuild="false"
-
 
357
			UseDependenciesInBuild="false"
-
 
358
			MinFrameworkVersion="131072"
355
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
359
		/>
356
		/>
360
	</References>
357
	</References>
361
	<Files>
358
	<Files>
362
		<Filter
359
		<Filter
363
			Name="Source Files"
360
			Name="Source Files"
Line 403... Line 400...
403
			<File
400
			<File
404
				RelativePath=".\app.rc"
401
				RelativePath=".\app.rc"
405
				>
402
				>
406
			</File>
403
			</File>
407
			<File
404
			<File
-
 
405
				RelativePath=".\X-PlugInManager-Creator.bmp"
-
 
406
				>
-
 
407
			</File>
-
 
408
			<File
408
				RelativePath="..\..\..\..\X-PlugInManager-Creator.ico"
409
				RelativePath=".\X-PlugInManager-Creator.ico"
409
				>
410
				>
410
			</File>
411
			</File>
411
		</Filter>
412
		</Filter>
412
		<Filter
413
		<Filter
413
			Name="Forms"
414
			Name="Forms"