Subversion Repositories spk

Rev

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

Rev 50 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>
Line 148... Line 151...
148
				OptimizeReferences="2"
151
				OptimizeReferences="2"
149
				EnableCOMDATFolding="2"
152
				EnableCOMDATFolding="2"
150
				RandomizedBaseAddress="1"
153
				RandomizedBaseAddress="1"
151
				DataExecutionPrevention="0"
154
				DataExecutionPrevention="0"
152
				TargetMachine="1"
155
				TargetMachine="1"
-
 
156
			/>
-
 
157
			<Tool
-
 
158
				Name="VCALinkTool"
-
 
159
			/>
-
 
160
			<Tool
-
 
161
				Name="VCManifestTool"
-
 
162
				EmbedManifest="false"
-
 
163
			/>
-
 
164
			<Tool
-
 
165
				Name="VCXDCMakeTool"
-
 
166
			/>
-
 
167
			<Tool
-
 
168
				Name="VCBscMakeTool"
-
 
169
			/>
-
 
170
			<Tool
-
 
171
				Name="VCFxCopTool"
-
 
172
			/>
-
 
173
			<Tool
-
 
174
				Name="VCAppVerifierTool"
-
 
175
			/>
-
 
176
			<Tool
-
 
177
				Name="VCPostBuildEventTool"
-
 
178
			/>
-
 
179
		</Configuration>
-
 
180
		<Configuration
-
 
181
			Name="Debug|x64"
-
 
182
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
183
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
184
			ConfigurationType="2"
-
 
185
			CharacterSet="1"
-
 
186
			>
-
 
187
			<Tool
-
 
188
				Name="VCPreBuildEventTool"
-
 
189
			/>
-
 
190
			<Tool
-
 
191
				Name="VCCustomBuildTool"
-
 
192
			/>
-
 
193
			<Tool
-
 
194
				Name="VCXMLDataGeneratorTool"
-
 
195
			/>
-
 
196
			<Tool
-
 
197
				Name="VCWebServiceProxyGeneratorTool"
-
 
198
			/>
-
 
199
			<Tool
-
 
200
				Name="VCMIDLTool"
-
 
201
				TargetEnvironment="3"
-
 
202
			/>
-
 
203
			<Tool
-
 
204
				Name="VCCLCompilerTool"
-
 
205
				Optimization="0"
-
 
206
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\unrar;../src"
-
 
207
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
-
 
208
				MinimalRebuild="true"
-
 
209
				BasicRuntimeChecks="3"
-
 
210
				RuntimeLibrary="3"
-
 
211
				UsePrecompiledHeader="0"
-
 
212
				WarningLevel="3"
-
 
213
				Detect64BitPortabilityProblems="false"
-
 
214
				DebugInformationFormat="3"
-
 
215
			/>
-
 
216
			<Tool
-
 
217
				Name="VCManagedResourceCompilerTool"
-
 
218
			/>
-
 
219
			<Tool
-
 
220
				Name="VCResourceCompilerTool"
-
 
221
			/>
-
 
222
			<Tool
-
 
223
				Name="VCPreLinkEventTool"
-
 
224
			/>
-
 
225
			<Tool
-
 
226
				Name="VCLinkerTool"
-
 
227
				AdditionalDependencies="unrar.lib"
-
 
228
				LinkIncremental="2"
-
 
229
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
-
 
230
				ModuleDefinitionFile="spk.def"
-
 
231
				GenerateDebugInformation="true"
-
 
232
				SubSystem="2"
-
 
233
				RandomizedBaseAddress="1"
-
 
234
				DataExecutionPrevention="0"
-
 
235
				TargetMachine="17"
-
 
236
			/>
-
 
237
			<Tool
-
 
238
				Name="VCALinkTool"
-
 
239
			/>
-
 
240
			<Tool
-
 
241
				Name="VCManifestTool"
-
 
242
			/>
-
 
243
			<Tool
-
 
244
				Name="VCXDCMakeTool"
-
 
245
			/>
-
 
246
			<Tool
-
 
247
				Name="VCBscMakeTool"
-
 
248
			/>
-
 
249
			<Tool
-
 
250
				Name="VCFxCopTool"
-
 
251
			/>
-
 
252
			<Tool
-
 
253
				Name="VCAppVerifierTool"
-
 
254
			/>
-
 
255
			<Tool
-
 
256
				Name="VCPostBuildEventTool"
-
 
257
			/>
-
 
258
		</Configuration>
-
 
259
		<Configuration
-
 
260
			Name="Release|x64"
-
 
261
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
262
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
263
			ConfigurationType="2"
-
 
264
			CharacterSet="1"
-
 
265
			WholeProgramOptimization="1"
-
 
266
			>
-
 
267
			<Tool
-
 
268
				Name="VCPreBuildEventTool"
-
 
269
			/>
-
 
270
			<Tool
-
 
271
				Name="VCCustomBuildTool"
-
 
272
			/>
-
 
273
			<Tool
-
 
274
				Name="VCXMLDataGeneratorTool"
-
 
275
			/>
-
 
276
			<Tool
-
 
277
				Name="VCWebServiceProxyGeneratorTool"
-
 
278
			/>
-
 
279
			<Tool
-
 
280
				Name="VCMIDLTool"
-
 
281
				TargetEnvironment="3"
-
 
282
			/>
-
 
283
			<Tool
-
 
284
				Name="VCCLCompilerTool"
-
 
285
				AdditionalIncludeDirectories="../src"
-
 
286
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
-
 
287
				RuntimeLibrary="2"
-
 
288
				UsePrecompiledHeader="0"
-
 
289
				WarningLevel="3"
-
 
290
				Detect64BitPortabilityProblems="false"
-
 
291
				DebugInformationFormat="3"
-
 
292
			/>
-
 
293
			<Tool
-
 
294
				Name="VCManagedResourceCompilerTool"
-
 
295
			/>
-
 
296
			<Tool
-
 
297
				Name="VCResourceCompilerTool"
-
 
298
			/>
-
 
299
			<Tool
-
 
300
				Name="VCPreLinkEventTool"
-
 
301
			/>
-
 
302
			<Tool
-
 
303
				Name="VCLinkerTool"
-
 
304
				AdditionalDependencies="unrar.lib"
-
 
305
				OutputFile="$(OutDir)\$(ProjectName).dll"
-
 
306
				LinkIncremental="1"
-
 
307
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
-
 
308
				ModuleDefinitionFile="spk.def"
-
 
309
				GenerateDebugInformation="true"
-
 
310
				SubSystem="2"
-
 
311
				OptimizeReferences="2"
-
 
312
				EnableCOMDATFolding="2"
-
 
313
				RandomizedBaseAddress="1"
-
 
314
				DataExecutionPrevention="0"
-
 
315
				TargetMachine="17"
153
			/>
316
			/>
154
			<Tool
317
			<Tool
155
				Name="VCALinkTool"
318
				Name="VCALinkTool"
156
			/>
319
			/>
157
			<Tool
320
			<Tool