File: log4cplus.vsprops

package info (click to toggle)
log4cplus 1.0.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,532 kB
  • ctags: 1,420
  • sloc: sh: 10,603; cpp: 9,253; ansic: 706; makefile: 251
file content (30 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="log4cplus"
	OutputDirectory=".\$(PlatformName)\$(ProjectName).$(ConfigurationName)"
	IntermediateDirectory=".\$(PlatformName)\$(ProjectName).$(ConfigurationName)"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="..\include"
		EnableFunctionLevelLinking="true"
		PrecompiledHeaderFile=".\$(IntDir)/$(ProjectName).pch"
		AssemblerListingLocation=".\$(IntDir)/"
		ObjectFile=".\$(IntDir)/"
		ProgramDataBaseFileName=".\$(OutDir)/"
		XMLDocumentationFileName=".\$(IntDir)/"
		WarningLevel="3"
		Detect64BitPortabilityProblems="true"
		DebugInformationFormat="3"
	/>
	<Tool
		Name="VCLinkerTool"
		LinkIncremental="1"
		GenerateDebugInformation="true"
		OptimizeReferences="2"
		EnableCOMDATFolding="1"
		OptimizeForWindows98="1"
	/>
</VisualStudioPropertySheet>