~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/third_party/srtp/srtp7.vcproj

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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="libSRTP"
6
 
        ProjectGUID="{7E1E1308-F82E-4DD3-B25C-CD12756A1DD9}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="Debug"
16
 
                        IntermediateDirectory="Debug"
17
 
                        ConfigurationType="1"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                InlineFunctionExpansion="0"
23
 
                                AdditionalIncludeDirectories="C:\dev\foo\srtp;&quot;$(SolutionDir)&quot;;.\include;.\crypto\include;&quot;..\..\OpenSSL\openssl-0.9.7i\inc32&quot;;&quot;C:Library\OpenSSL\openssl-0.9.8\inc32&quot;"
24
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG"
25
 
                                ExceptionHandling="FALSE"
26
 
                                BasicRuntimeChecks="0"
27
 
                                RuntimeLibrary="1"
28
 
                                UsePrecompiledHeader="0"
29
 
                                WarningLevel="3"
30
 
                                Detect64BitPortabilityProblems="TRUE"
31
 
                                DebugInformationFormat="4"
32
 
                                CompileAs="1"/>
33
 
                        <Tool
34
 
                                Name="VCCustomBuildTool"/>
35
 
                        <Tool
36
 
                                Name="VCLinkerTool"
37
 
                                AdditionalDependencies="Ws2_32.lib libeay32.lib ssleay32.lib"
38
 
                                AdditionalLibraryDirectories="&quot;Library\OpenSSL\openssl-0.9.8\libs&quot;"
39
 
                                GenerateDebugInformation="TRUE"/>
40
 
                        <Tool
41
 
                                Name="VCMIDLTool"/>
42
 
                        <Tool
43
 
                                Name="VCPostBuildEventTool"/>
44
 
                        <Tool
45
 
                                Name="VCPreBuildEventTool"/>
46
 
                        <Tool
47
 
                                Name="VCPreLinkEventTool"/>
48
 
                        <Tool
49
 
                                Name="VCResourceCompilerTool"/>
50
 
                        <Tool
51
 
                                Name="VCWebServiceProxyGeneratorTool"/>
52
 
                        <Tool
53
 
                                Name="VCXMLDataGeneratorTool"/>
54
 
                        <Tool
55
 
                                Name="VCWebDeploymentTool"/>
56
 
                        <Tool
57
 
                                Name="VCManagedWrapperGeneratorTool"/>
58
 
                        <Tool
59
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60
 
                </Configuration>
61
 
                <Configuration
62
 
                        Name="Release|Win32"
63
 
                        OutputDirectory="Release"
64
 
                        IntermediateDirectory="Release"
65
 
                        ConfigurationType="4"
66
 
                        CharacterSet="2">
67
 
                        <Tool
68
 
                                Name="VCCLCompilerTool"
69
 
                                AdditionalIncludeDirectories="&quot;.\include&quot;;&quot;.\crypto\include&quot;;&quot;..\..\OpenSSL\openssl-0.9.7i\inc32&quot;"
70
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
71
 
                                BasicRuntimeChecks="0"
72
 
                                RuntimeLibrary="0"
73
 
                                UsePrecompiledHeader="0"
74
 
                                ObjectFile="$(IntDir)/"
75
 
                                WarningLevel="3"
76
 
                                Detect64BitPortabilityProblems="TRUE"
77
 
                                DebugInformationFormat="3"/>
78
 
                        <Tool
79
 
                                Name="VCCustomBuildTool"/>
80
 
                        <Tool
81
 
                                Name="VCLibrarianTool"/>
82
 
                        <Tool
83
 
                                Name="VCMIDLTool"/>
84
 
                        <Tool
85
 
                                Name="VCPostBuildEventTool"/>
86
 
                        <Tool
87
 
                                Name="VCPreBuildEventTool"/>
88
 
                        <Tool
89
 
                                Name="VCPreLinkEventTool"/>
90
 
                        <Tool
91
 
                                Name="VCResourceCompilerTool"/>
92
 
                        <Tool
93
 
                                Name="VCWebServiceProxyGeneratorTool"/>
94
 
                        <Tool
95
 
                                Name="VCXMLDataGeneratorTool"/>
96
 
                        <Tool
97
 
                                Name="VCManagedWrapperGeneratorTool"/>
98
 
                        <Tool
99
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100
 
                </Configuration>
101
 
        </Configurations>
102
 
        <References>
103
 
        </References>
104
 
        <Files>
105
 
                <Filter
106
 
                        Name="Source Files"
107
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
108
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
109
 
                        <File
110
 
                                RelativePath=".\test\getopt.c">
111
 
                        </File>
112
 
                        <File
113
 
                                RelativePath=".\srtp\srtp.c">
114
 
                        </File>
115
 
                        <File
116
 
                                RelativePath=".\test\srtp_driver.c">
117
 
                        </File>
118
 
                        <Filter
119
 
                                Name="Kernel">
120
 
                                <File
121
 
                                        RelativePath=".\crypto\kernel\alloc.c">
122
 
                                </File>
123
 
                                <File
124
 
                                        RelativePath=".\crypto\kernel\crypto_kernel.c">
125
 
                                </File>
126
 
                                <File
127
 
                                        RelativePath=".\crypto\rng\ctr_prng.c">
128
 
                                </File>
129
 
                                <File
130
 
                                        RelativePath=".\crypto\kernel\err.c">
131
 
                                </File>
132
 
                                <File
133
 
                                        RelativePath=".\crypto\kernel\key.c">
134
 
                                </File>
135
 
                                <File
136
 
                                        RelativePath=".\crypto\rng\prng.c">
137
 
                                </File>
138
 
                                <File
139
 
                                        RelativePath=".\crypto\rng\rand_source.c">
140
 
                                </File>
141
 
                        </Filter>
142
 
                        <Filter
143
 
                                Name="Ciphers">
144
 
                                <File
145
 
                                        RelativePath=".\crypto\cipher\aes.c">
146
 
                                </File>
147
 
                                <File
148
 
                                        RelativePath=".\crypto\cipher\aes_cbc.c">
149
 
                                </File>
150
 
                                <File
151
 
                                        RelativePath=".\crypto\cipher\aes_icm.c">
152
 
                                </File>
153
 
                                <File
154
 
                                        RelativePath=".\crypto\cipher\cipher.c">
155
 
                                </File>
156
 
                                <File
157
 
                                        RelativePath=".\crypto\cipher\null_cipher.c">
158
 
                                </File>
159
 
                        </Filter>
160
 
                        <Filter
161
 
                                Name="Hashes">
162
 
                                <File
163
 
                                        RelativePath=".\crypto\hash\auth.c">
164
 
                                </File>
165
 
                                <File
166
 
                                        RelativePath=".\crypto\hash\hmac.c">
167
 
                                </File>
168
 
                                <File
169
 
                                        RelativePath=".\crypto\hash\null_auth.c">
170
 
                                </File>
171
 
                                <File
172
 
                                        RelativePath=".\crypto\hash\sha1.c">
173
 
                                </File>
174
 
                        </Filter>
175
 
                        <Filter
176
 
                                Name="Replay">
177
 
                                <File
178
 
                                        RelativePath=".\crypto\replay\rdb.c">
179
 
                                </File>
180
 
                                <File
181
 
                                        RelativePath=".\crypto\replay\rdbx.c">
182
 
                                </File>
183
 
                                <File
184
 
                                        RelativePath=".\crypto\replay\ut_sim.c">
185
 
                                </File>
186
 
                        </Filter>
187
 
                        <Filter
188
 
                                Name="Math">
189
 
                                <File
190
 
                                        RelativePath=".\crypto\math\datatypes.c">
191
 
                                </File>
192
 
                                <File
193
 
                                        RelativePath=".\crypto\math\stat.c">
194
 
                                </File>
195
 
                        </Filter>
196
 
                </Filter>
197
 
                <Filter
198
 
                        Name="Header Files"
199
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
200
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
201
 
                        <File
202
 
                                RelativePath=".\crypto\include\aes.h">
203
 
                        </File>
204
 
                        <File
205
 
                                RelativePath=".\crypto\include\aes_cbc.h">
206
 
                        </File>
207
 
                        <File
208
 
                                RelativePath=".\crypto\include\aes_icm.h">
209
 
                        </File>
210
 
                        <File
211
 
                                RelativePath=".\crypto\include\alloc.h">
212
 
                        </File>
213
 
                        <File
214
 
                                RelativePath=".\crypto\include\auth.h">
215
 
                        </File>
216
 
                        <File
217
 
                                RelativePath=".\crypto\include\cipher.h">
218
 
                        </File>
219
 
                        <File
220
 
                                RelativePath=".\crypto\include\config.h">
221
 
                        </File>
222
 
                        <File
223
 
                                RelativePath=".\crypto\include\crypto.h">
224
 
                        </File>
225
 
                        <File
226
 
                                RelativePath=".\crypto\include\crypto_kernel.h">
227
 
                        </File>
228
 
                        <File
229
 
                                RelativePath=".\crypto\include\crypto_math.h">
230
 
                        </File>
231
 
                        <File
232
 
                                RelativePath=".\crypto\include\crypto_types.h">
233
 
                        </File>
234
 
                        <File
235
 
                                RelativePath=".\crypto\include\cryptoalg.h">
236
 
                        </File>
237
 
                        <File
238
 
                                RelativePath=".\crypto\include\datatypes.h">
239
 
                        </File>
240
 
                        <File
241
 
                                RelativePath=".\crypto\include\err.h">
242
 
                        </File>
243
 
                        <File
244
 
                                RelativePath=".\crypto\include\gf2_8.h">
245
 
                        </File>
246
 
                        <File
247
 
                                RelativePath=".\crypto\include\hmac.h">
248
 
                        </File>
249
 
                        <File
250
 
                                RelativePath=".\crypto\include\integers.h">
251
 
                        </File>
252
 
                        <File
253
 
                                RelativePath=".\crypto\include\kernel_compat.h">
254
 
                        </File>
255
 
                        <File
256
 
                                RelativePath=".\crypto\include\key.h">
257
 
                        </File>
258
 
                        <File
259
 
                                RelativePath=".\crypto\include\null_auth.h">
260
 
                        </File>
261
 
                        <File
262
 
                                RelativePath=".\crypto\include\null_cipher.h">
263
 
                        </File>
264
 
                        <File
265
 
                                RelativePath=".\crypto\include\prng.h">
266
 
                        </File>
267
 
                        <File
268
 
                                RelativePath=".\crypto\include\rand_source.h">
269
 
                        </File>
270
 
                        <File
271
 
                                RelativePath=".\crypto\include\rdb.h">
272
 
                        </File>
273
 
                        <File
274
 
                                RelativePath=".\crypto\include\rdbx.h">
275
 
                        </File>
276
 
                        <File
277
 
                                RelativePath=".\include\rtp.h">
278
 
                        </File>
279
 
                        <File
280
 
                                RelativePath=".\crypto\include\sha1.h">
281
 
                        </File>
282
 
                        <File
283
 
                                RelativePath=".\include\srtp.h">
284
 
                        </File>
285
 
                        <File
286
 
                                RelativePath=".\crypto\include\stat.h">
287
 
                        </File>
288
 
                        <File
289
 
                                RelativePath=".\include\ut_sim.h">
290
 
                        </File>
291
 
                        <File
292
 
                                RelativePath=".\crypto\include\xfm.h">
293
 
                        </File>
294
 
                </Filter>
295
 
        </Files>
296
 
        <Globals>
297
 
        </Globals>
298
 
</VisualStudioProject>