File: debug.vsprops

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (36 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="VSProps Debug"
	>
	<Tool
		Name="VCBscMakeTool"
		OutputFile="$(OutDir)/bsc/"
	/>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		PreprocessorDefinitions="_DEBUG;DEBUG"
		RuntimeLibrary="1"
		BrowseInformation="1"
		BrowseInformationFile="$(OutDir)/bsc/"
		DebugInformationFormat="3"
		DisableSpecificWarnings="4290"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies="msvcrtd.lib LIBCMTd.lib"
		LinkIncremental="1"
		IgnoreDefaultLibraryNames="LIBCMT.lib;msvcrt.lib"
		GenerateDebugInformation="true"
	/>
	<Tool
		Name="VCResourceCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<Tool
		Name="VCManifestTool"
		VerboseOutput="true"
	/>
</VisualStudioPropertySheet>