~ubuntu-branches/ubuntu/quantal/poco/quantal

« back to all changes in this revision

Viewing changes to Zip/samples/zip/zip_vs71.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2008-11-15 11:39:15 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081115113915-7kauhm2c3m2i7oid
Tags: 1.3.3p1-2
* Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
* Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
* Downgraded dependencies on -dbg packages (Closes: #504342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="zip"
 
6
        ProjectGUID="{73408DCF-2E65-47AF-BF38-7466DAB8D5CB}"
 
7
        Keyword="Win32Proj">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="debug_shared|Win32"
 
15
                        OutputDirectory="obj\debug_shared"
 
16
                        IntermediateDirectory="obj\debug_shared"
 
17
                        ConfigurationType="1"
 
18
                        UseOfMFC="2"
 
19
                        CharacterSet="2">
 
20
                        <Tool
 
21
                                Name="VCCLCompilerTool"
 
22
                                Optimization="0"
 
23
                                AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Util\include;..\..\..\Zip\include"
 
24
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
 
25
                                MinimalRebuild="TRUE"
 
26
                                BasicRuntimeChecks="3"
 
27
                                RuntimeLibrary="3"
 
28
                                BufferSecurityCheck="TRUE"
 
29
                                TreatWChar_tAsBuiltInType="TRUE"
 
30
                                ForceConformanceInForLoopScope="TRUE"
 
31
                                RuntimeTypeInfo="TRUE"
 
32
                                UsePrecompiledHeader="0"
 
33
                                WarningLevel="3"
 
34
                                Detect64BitPortabilityProblems="TRUE"
 
35
                                DebugInformationFormat="4"/>
 
36
                        <Tool
 
37
                                Name="VCCustomBuildTool"/>
 
38
                        <Tool
 
39
                                Name="VCLinkerTool"
 
40
                                AdditionalDependencies="PocoFoundationd.lib PocoXMLd.lib PocoUtild.lib PocoZipd.lib"
 
41
                                OutputFile="bin/zipd.exe"
 
42
                                LinkIncremental="2"
 
43
                                AdditionalLibraryDirectories="..\..\..\lib"
 
44
                                GenerateDebugInformation="TRUE"
 
45
                                ProgramDatabaseFile="bin/zipd.pdb"
 
46
                                SubSystem="1"
 
47
                                TargetMachine="1"/>
 
48
                        <Tool
 
49
                                Name="VCMIDLTool"/>
 
50
                        <Tool
 
51
                                Name="VCPostBuildEventTool"/>
 
52
                        <Tool
 
53
                                Name="VCPreBuildEventTool"/>
 
54
                        <Tool
 
55
                                Name="VCPreLinkEventTool"/>
 
56
                        <Tool
 
57
                                Name="VCResourceCompilerTool"/>
 
58
                        <Tool
 
59
                                Name="VCWebServiceProxyGeneratorTool"/>
 
60
                        <Tool
 
61
                                Name="VCXMLDataGeneratorTool"/>
 
62
                        <Tool
 
63
                                Name="VCWebDeploymentTool"/>
 
64
                        <Tool
 
65
                                Name="VCManagedWrapperGeneratorTool"/>
 
66
                        <Tool
 
67
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
68
                </Configuration>
 
69
                <Configuration
 
70
                        Name="release_shared|Win32"
 
71
                        OutputDirectory="obj\release_shared"
 
72
                        IntermediateDirectory="obj\release_shared"
 
73
                        ConfigurationType="1"
 
74
                        UseOfMFC="2"
 
75
                        CharacterSet="2">
 
76
                        <Tool
 
77
                                Name="VCCLCompilerTool"
 
78
                                Optimization="4"
 
79
                                InlineFunctionExpansion="1"
 
80
                                EnableIntrinsicFunctions="TRUE"
 
81
                                FavorSizeOrSpeed="1"
 
82
                                OmitFramePointers="TRUE"
 
83
                                OptimizeForWindowsApplication="TRUE"
 
84
                                AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Util\include;..\..\..\Zip\include"
 
85
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
 
86
                                StringPooling="TRUE"
 
87
                                RuntimeLibrary="2"
 
88
                                BufferSecurityCheck="FALSE"
 
89
                                TreatWChar_tAsBuiltInType="TRUE"
 
90
                                ForceConformanceInForLoopScope="TRUE"
 
91
                                RuntimeTypeInfo="TRUE"
 
92
                                UsePrecompiledHeader="0"
 
93
                                WarningLevel="3"
 
94
                                Detect64BitPortabilityProblems="TRUE"
 
95
                                DebugInformationFormat="3"/>
 
96
                        <Tool
 
97
                                Name="VCCustomBuildTool"/>
 
98
                        <Tool
 
99
                                Name="VCLinkerTool"
 
100
                                AdditionalDependencies="PocoFoundation.lib PocoXML.lib PocoUtil.lib PocoZip.lib"
 
101
                                OutputFile="bin/zip.exe"
 
102
                                LinkIncremental="1"
 
103
                                AdditionalLibraryDirectories="..\..\..\lib"
 
104
                                GenerateDebugInformation="FALSE"
 
105
                                ProgramDatabaseFile=""
 
106
                                SubSystem="1"
 
107
                                OptimizeReferences="2"
 
108
                                EnableCOMDATFolding="2"
 
109
                                TargetMachine="1"/>
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"/>
 
112
                        <Tool
 
113
                                Name="VCPostBuildEventTool"/>
 
114
                        <Tool
 
115
                                Name="VCPreBuildEventTool"/>
 
116
                        <Tool
 
117
                                Name="VCPreLinkEventTool"/>
 
118
                        <Tool
 
119
                                Name="VCResourceCompilerTool"/>
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"/>
 
122
                        <Tool
 
123
                                Name="VCXMLDataGeneratorTool"/>
 
124
                        <Tool
 
125
                                Name="VCWebDeploymentTool"/>
 
126
                        <Tool
 
127
                                Name="VCManagedWrapperGeneratorTool"/>
 
128
                        <Tool
 
129
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
130
                </Configuration>
 
131
        </Configurations>
 
132
        <References>
 
133
        </References>
 
134
        <Files>
 
135
                <Filter
 
136
                        Name="Source Files"
 
137
                        Filter="">
 
138
                        <File
 
139
                                RelativePath=".\src\zip.cpp">
 
140
                        </File>
 
141
                </Filter>
 
142
        </Files>
 
143
        <Globals>
 
144
        </Globals>
 
145
</VisualStudioProject>