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

« back to all changes in this revision

Viewing changes to Data/samples/RecordSet/RecordSet_vs80.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="8.00"
 
5
        Name="RecordSet"
 
6
        ProjectGUID="{56F66D36-F11E-4AA1-AD37-4518A253059D}"
 
7
        Keyword="Win32Proj"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="debug_shared|Win32"
 
19
                        OutputDirectory="obj\debug_shared"
 
20
                        IntermediateDirectory="obj\debug_shared"
 
21
                        ConfigurationType="1"
 
22
                        UseOfMFC="2"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Data\include;..\..\..\Data\SQLite\include"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                BufferSecurityCheck="true"
 
49
                                TreatWChar_tAsBuiltInType="true"
 
50
                                ForceConformanceInForLoopScope="true"
 
51
                                RuntimeTypeInfo="true"
 
52
                                UsePrecompiledHeader="0"
 
53
                                WarningLevel="3"
 
54
                                Detect64BitPortabilityProblems="true"
 
55
                                DebugInformationFormat="4"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCManagedResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCPreLinkEventTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCLinkerTool"
 
68
                                OutputFile="bin/RecordSetd.exe"
 
69
                                LinkIncremental="2"
 
70
                                AdditionalLibraryDirectories="..\..\..\lib"
 
71
                                GenerateDebugInformation="true"
 
72
                                ProgramDatabaseFile="bin/RecordSetd.pdb"
 
73
                                SubSystem="1"
 
74
                                TargetMachine="1"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCALinkTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCManifestTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCXDCMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCBscMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCFxCopTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCAppVerifierTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCWebDeploymentTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="release_shared|Win32"
 
103
                        OutputDirectory="obj\release_shared"
 
104
                        IntermediateDirectory="obj\release_shared"
 
105
                        ConfigurationType="1"
 
106
                        UseOfMFC="2"
 
107
                        CharacterSet="2"
 
108
                        >
 
109
                        <Tool
 
110
                                Name="VCPreBuildEventTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCCustomBuildTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCXMLDataGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCWebServiceProxyGeneratorTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCMIDLTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCCLCompilerTool"
 
126
                                Optimization="4"
 
127
                                InlineFunctionExpansion="1"
 
128
                                EnableIntrinsicFunctions="true"
 
129
                                FavorSizeOrSpeed="1"
 
130
                                OmitFramePointers="true"
 
131
                                AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Data\include;..\..\..\Data\SQLite\include"
 
132
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
 
133
                                StringPooling="true"
 
134
                                RuntimeLibrary="2"
 
135
                                BufferSecurityCheck="false"
 
136
                                TreatWChar_tAsBuiltInType="true"
 
137
                                ForceConformanceInForLoopScope="true"
 
138
                                RuntimeTypeInfo="true"
 
139
                                UsePrecompiledHeader="0"
 
140
                                WarningLevel="3"
 
141
                                Detect64BitPortabilityProblems="true"
 
142
                                DebugInformationFormat="3"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCManagedResourceCompilerTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCResourceCompilerTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCPreLinkEventTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCLinkerTool"
 
155
                                OutputFile="bin/RecordSet.exe"
 
156
                                LinkIncremental="1"
 
157
                                AdditionalLibraryDirectories="..\..\..\lib"
 
158
                                GenerateDebugInformation="false"
 
159
                                ProgramDatabaseFile=""
 
160
                                SubSystem="1"
 
161
                                OptimizeReferences="2"
 
162
                                EnableCOMDATFolding="2"
 
163
                                TargetMachine="1"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCALinkTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCManifestTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCXDCMakeTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCBscMakeTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCFxCopTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCAppVerifierTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCWebDeploymentTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCPostBuildEventTool"
 
188
                        />
 
189
                </Configuration>
 
190
        </Configurations>
 
191
        <References>
 
192
        </References>
 
193
        <Files>
 
194
                <Filter
 
195
                        Name="Header Files"
 
196
                        >
 
197
                </Filter>
 
198
                <Filter
 
199
                        Name="Source Files"
 
200
                        >
 
201
                        <File
 
202
                                RelativePath=".\src\RecordSet.cpp"
 
203
                                >
 
204
                        </File>
 
205
                </Filter>
 
206
        </Files>
 
207
        <Globals>
 
208
        </Globals>
 
209
</VisualStudioProject>