~ubuntu-branches/ubuntu/oneiric/bug-buddy/oneiric

« back to all changes in this revision

Viewing changes to google-breakpad/src/tools/windows/symupload/symupload.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 11:52:38 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317115238-pelki75p8yvl9bw1
Tags: 2.26.0+dfsg-0ubuntu1
* New upstream release: (LP: #344132)
  - Don't hardcode a scrollkeeper check in the configure script.
  - Build correctly with --disable-eds.
  - Fix a segfault (Josseline Mouette).
  - Don't free uninitialized memory.
  - Drop libgnome and libgnomeui dependencies.
  - Make google-breakpad support optional (but enabled by default).
    Thanks to Sjoerd Simons.
  - Obtain the real path of the crashed process by looking in /proc.
    Thanks to Sam Morris and Matt Keenan.
  - Add an option to delete the included file after bug-buddy has
    processed it.
  - Implement a logger for pasting critical and fatal warnings in the
    stacktraces.
  - Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
  - Update google-breakpad to SVN r290.
  - Compile with all the GLib/GTK+ deprecation flags.
* debian/control.in:
  - remove scroolkeeper, libgnome2-dev and libgnomeui-dev b-d
  - bump libgtk2.0-dev to 2.14
  - add libgconf2-dev
  - add Vcs-Bzr tag
  - re-generate debian/control
* debian/patches:
  - remove 01_double-free.patch as taken upstream
  - remove 02_disable_breakpad.patch as upstream handle --disable-*
    (and so, --disable-google-breakpad)
  - refresh 70_automake-autoconf.patch
* debian/rules: remove --disable-scrollkeeper as removed in configure
  file
* Adapt debian/watch to get unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="symupload"
6
 
        ProjectGUID="{E156ED87-9DE9-47C8-94EC-A5A9CDD65E18}"
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|Win32"
19
 
                        OutputDirectory="Debug"
20
 
                        IntermediateDirectory="Debug"
21
 
                        ConfigurationType="1"
22
 
                        CharacterSet="1"
23
 
                        >
24
 
                        <Tool
25
 
                                Name="VCPreBuildEventTool"
26
 
                        />
27
 
                        <Tool
28
 
                                Name="VCCustomBuildTool"
29
 
                        />
30
 
                        <Tool
31
 
                                Name="VCXMLDataGeneratorTool"
32
 
                        />
33
 
                        <Tool
34
 
                                Name="VCWebServiceProxyGeneratorTool"
35
 
                        />
36
 
                        <Tool
37
 
                                Name="VCMIDLTool"
38
 
                        />
39
 
                        <Tool
40
 
                                Name="VCCLCompilerTool"
41
 
                                Optimization="0"
42
 
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
43
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
44
 
                                MinimalRebuild="true"
45
 
                                BasicRuntimeChecks="3"
46
 
                                RuntimeLibrary="3"
47
 
                                UsePrecompiledHeader="0"
48
 
                                WarningLevel="3"
49
 
                                Detect64BitPortabilityProblems="true"
50
 
                                DebugInformationFormat="4"
51
 
                        />
52
 
                        <Tool
53
 
                                Name="VCManagedResourceCompilerTool"
54
 
                        />
55
 
                        <Tool
56
 
                                Name="VCResourceCompilerTool"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCPreLinkEventTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCLinkerTool"
63
 
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
64
 
                                LinkIncremental="2"
65
 
                                GenerateDebugInformation="true"
66
 
                                SubSystem="1"
67
 
                                TargetMachine="1"
68
 
                        />
69
 
                        <Tool
70
 
                                Name="VCALinkTool"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCManifestTool"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCXDCMakeTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCBscMakeTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCFxCopTool"
83
 
                        />
84
 
                        <Tool
85
 
                                Name="VCAppVerifierTool"
86
 
                        />
87
 
                        <Tool
88
 
                                Name="VCWebDeploymentTool"
89
 
                        />
90
 
                        <Tool
91
 
                                Name="VCPostBuildEventTool"
92
 
                        />
93
 
                </Configuration>
94
 
                <Configuration
95
 
                        Name="Release|Win32"
96
 
                        OutputDirectory="Release"
97
 
                        IntermediateDirectory="Release"
98
 
                        ConfigurationType="1"
99
 
                        CharacterSet="1"
100
 
                        >
101
 
                        <Tool
102
 
                                Name="VCPreBuildEventTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCCustomBuildTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCXMLDataGeneratorTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCWebServiceProxyGeneratorTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCMIDLTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCCLCompilerTool"
118
 
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
119
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
120
 
                                RuntimeLibrary="2"
121
 
                                UsePrecompiledHeader="0"
122
 
                                WarningLevel="3"
123
 
                                Detect64BitPortabilityProblems="true"
124
 
                                DebugInformationFormat="3"
125
 
                        />
126
 
                        <Tool
127
 
                                Name="VCManagedResourceCompilerTool"
128
 
                        />
129
 
                        <Tool
130
 
                                Name="VCResourceCompilerTool"
131
 
                        />
132
 
                        <Tool
133
 
                                Name="VCPreLinkEventTool"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCLinkerTool"
137
 
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
138
 
                                LinkIncremental="2"
139
 
                                GenerateDebugInformation="true"
140
 
                                SubSystem="1"
141
 
                                OptimizeReferences="2"
142
 
                                EnableCOMDATFolding="2"
143
 
                                TargetMachine="1"
144
 
                        />
145
 
                        <Tool
146
 
                                Name="VCALinkTool"
147
 
                        />
148
 
                        <Tool
149
 
                                Name="VCManifestTool"
150
 
                        />
151
 
                        <Tool
152
 
                                Name="VCXDCMakeTool"
153
 
                        />
154
 
                        <Tool
155
 
                                Name="VCBscMakeTool"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCFxCopTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCAppVerifierTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCWebDeploymentTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCPostBuildEventTool"
168
 
                        />
169
 
                </Configuration>
170
 
        </Configurations>
171
 
        <References>
172
 
        </References>
173
 
        <Files>
174
 
                <Filter
175
 
                        Name="Header Files"
176
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
177
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
178
 
                        >
179
 
                        <File
180
 
                                RelativePath="..\..\..\common\windows\guid_string.h"
181
 
                                >
182
 
                        </File>
183
 
                        <File
184
 
                                RelativePath="..\..\..\common\windows\http_upload.h"
185
 
                                >
186
 
                        </File>
187
 
                        <File
188
 
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.h"
189
 
                                >
190
 
                        </File>
191
 
                        <File
192
 
                                RelativePath="..\..\..\common\windows\string_utils-inl.h"
193
 
                                >
194
 
                        </File>
195
 
                </Filter>
196
 
                <Filter
197
 
                        Name="Resource Files"
198
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
199
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
200
 
                        >
201
 
                </Filter>
202
 
                <Filter
203
 
                        Name="Source Files"
204
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
205
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
206
 
                        >
207
 
                        <File
208
 
                                RelativePath="..\..\..\common\windows\guid_string.cc"
209
 
                                >
210
 
                        </File>
211
 
                        <File
212
 
                                RelativePath="..\..\..\common\windows\http_upload.cc"
213
 
                                >
214
 
                        </File>
215
 
                        <File
216
 
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.cc"
217
 
                                >
218
 
                        </File>
219
 
                        <File
220
 
                                RelativePath="..\..\..\common\windows\string_utils.cc"
221
 
                                >
222
 
                        </File>
223
 
                        <File
224
 
                                RelativePath=".\symupload.cc"
225
 
                                >
226
 
                        </File>
227
 
                </Filter>
228
 
        </Files>
229
 
        <Globals>
230
 
        </Globals>
231
 
</VisualStudioProject>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="symupload"
 
6
        ProjectGUID="{E156ED87-9DE9-47C8-94EC-A5A9CDD65E18}"
 
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|Win32"
 
19
                        OutputDirectory="Debug"
 
20
                        IntermediateDirectory="Debug"
 
21
                        ConfigurationType="1"
 
22
                        CharacterSet="1"
 
23
                        >
 
24
                        <Tool
 
25
                                Name="VCPreBuildEventTool"
 
26
                        />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCXMLDataGeneratorTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCWebServiceProxyGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCMIDLTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCCLCompilerTool"
 
41
                                Optimization="0"
 
42
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
 
43
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="3"
 
47
                                UsePrecompiledHeader="0"
 
48
                                WarningLevel="3"
 
49
                                Detect64BitPortabilityProblems="true"
 
50
                                DebugInformationFormat="4"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCManagedResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCResourceCompilerTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCPreLinkEventTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCLinkerTool"
 
63
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
 
64
                                LinkIncremental="2"
 
65
                                GenerateDebugInformation="true"
 
66
                                SubSystem="1"
 
67
                                TargetMachine="1"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCALinkTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCManifestTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCXDCMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCBscMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCFxCopTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCAppVerifierTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCWebDeploymentTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"
 
92
                        />
 
93
                </Configuration>
 
94
                <Configuration
 
95
                        Name="Release|Win32"
 
96
                        OutputDirectory="Release"
 
97
                        IntermediateDirectory="Release"
 
98
                        ConfigurationType="1"
 
99
                        CharacterSet="1"
 
100
                        >
 
101
                        <Tool
 
102
                                Name="VCPreBuildEventTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCCustomBuildTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCXMLDataGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCWebServiceProxyGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCMIDLTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCCLCompilerTool"
 
118
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
 
119
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
 
120
                                RuntimeLibrary="2"
 
121
                                UsePrecompiledHeader="0"
 
122
                                WarningLevel="3"
 
123
                                Detect64BitPortabilityProblems="true"
 
124
                                DebugInformationFormat="3"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCManagedResourceCompilerTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCResourceCompilerTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCPreLinkEventTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCLinkerTool"
 
137
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
 
138
                                LinkIncremental="2"
 
139
                                GenerateDebugInformation="true"
 
140
                                SubSystem="1"
 
141
                                OptimizeReferences="2"
 
142
                                EnableCOMDATFolding="2"
 
143
                                TargetMachine="1"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCALinkTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCManifestTool"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCXDCMakeTool"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCBscMakeTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCFxCopTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCAppVerifierTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCWebDeploymentTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCPostBuildEventTool"
 
168
                        />
 
169
                </Configuration>
 
170
        </Configurations>
 
171
        <References>
 
172
        </References>
 
173
        <Files>
 
174
                <Filter
 
175
                        Name="Header Files"
 
176
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
177
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
178
                        >
 
179
                        <File
 
180
                                RelativePath="..\..\..\common\windows\guid_string.h"
 
181
                                >
 
182
                        </File>
 
183
                        <File
 
184
                                RelativePath="..\..\..\common\windows\http_upload.h"
 
185
                                >
 
186
                        </File>
 
187
                        <File
 
188
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.h"
 
189
                                >
 
190
                        </File>
 
191
                        <File
 
192
                                RelativePath="..\..\..\common\windows\string_utils-inl.h"
 
193
                                >
 
194
                        </File>
 
195
                </Filter>
 
196
                <Filter
 
197
                        Name="Resource Files"
 
198
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
199
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
200
                        >
 
201
                </Filter>
 
202
                <Filter
 
203
                        Name="Source Files"
 
204
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
205
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
206
                        >
 
207
                        <File
 
208
                                RelativePath="..\..\..\common\windows\guid_string.cc"
 
209
                                >
 
210
                        </File>
 
211
                        <File
 
212
                                RelativePath="..\..\..\common\windows\http_upload.cc"
 
213
                                >
 
214
                        </File>
 
215
                        <File
 
216
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.cc"
 
217
                                >
 
218
                        </File>
 
219
                        <File
 
220
                                RelativePath="..\..\..\common\windows\string_utils.cc"
 
221
                                >
 
222
                        </File>
 
223
                        <File
 
224
                                RelativePath=".\symupload.cc"
 
225
                                >
 
226
                        </File>
 
227
                </Filter>
 
228
        </Files>
 
229
        <Globals>
 
230
        </Globals>
 
231
</VisualStudioProject>