~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to win32/vs8/libgstudp.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

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="libgstudp"
 
6
        ProjectGUID="{25B084CE-AC6C-4414-B9B0-41004371934A}"
 
7
        RootNamespace="libgstudp"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="2"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="../../../gstreamer,../../../gstreamer/libs,../../../gst-plugins-base/gst-libs,../../../gstreamer/win32/common"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                Detect64BitPortabilityProblems="true"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                AdditionalDependencies="libgstbase-0.10.lib libgstreamer-0.10.lib glib-2.0.lib gobject-2.0.lib"
 
66
                                OutputFile="$(OutDir)\$(InputName).dll"
 
67
                                LinkIncremental="2"
 
68
                                AdditionalLibraryDirectories="../../../gstreamer/win32/vs8/$(ConfigurationName);../../../gst-plugins-base/win32/vs8/$(ConfigurationName);"
 
69
                                GenerateDebugInformation="true"
 
70
                                SubSystem="2"
 
71
                                ImportLibrary="$(OutDir)\$(InputName).lib"
 
72
                                TargetMachine="1"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCALinkTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCManifestTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCAppVerifierTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCWebDeploymentTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCPostBuildEventTool"
 
97
                        />
 
98
                </Configuration>
 
99
                <Configuration
 
100
                        Name="Release|Win32"
 
101
                        OutputDirectory="Release"
 
102
                        IntermediateDirectory="Release"
 
103
                        ConfigurationType="2"
 
104
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
105
                        CharacterSet="2"
 
106
                        >
 
107
                        <Tool
 
108
                                Name="VCPreBuildEventTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCCustomBuildTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCXMLDataGeneratorTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCWebServiceProxyGeneratorTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCMIDLTool"
 
121
                        />
 
122
                        <Tool
 
123
                                Name="VCCLCompilerTool"
 
124
                                AdditionalIncludeDirectories="../../../gstreamer,../../../gstreamer/libs,../../../gst-plugins-base/gst-libs,../../../gstreamer/win32/common"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H"
 
126
                                RuntimeLibrary="2"
 
127
                                UsePrecompiledHeader="0"
 
128
                                WarningLevel="3"
 
129
                                Detect64BitPortabilityProblems="true"
 
130
                                DebugInformationFormat="3"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCManagedResourceCompilerTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCPreLinkEventTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCLinkerTool"
 
143
                                AdditionalDependencies="libgstbase-0.10.lib libgstreamer-0.10.lib glib-2.0.lib gobject-2.0.lib"
 
144
                                OutputFile="$(OutDir)\$(InputName).dll"
 
145
                                LinkIncremental="1"
 
146
                                AdditionalLibraryDirectories="../../../gstreamer/win32/vs8/$(ConfigurationName);../../../gst-plugins-base/win32/vs8/$(ConfigurationName);"
 
147
                                GenerateDebugInformation="true"
 
148
                                SubSystem="2"
 
149
                                OptimizeReferences="2"
 
150
                                EnableCOMDATFolding="2"
 
151
                                ImportLibrary="$(OutDir)\$(InputName).lib"
 
152
                                TargetMachine="1"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCALinkTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCManifestTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCXDCMakeTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCBscMakeTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCFxCopTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCAppVerifierTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCWebDeploymentTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCPostBuildEventTool"
 
177
                        />
 
178
                </Configuration>
 
179
        </Configurations>
 
180
        <References>
 
181
        </References>
 
182
        <Files>
 
183
                <Filter
 
184
                        Name="Source Files"
 
185
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
186
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
187
                        >
 
188
                        <File
 
189
                                RelativePath="..\..\gst\udp\gstdynudpsink.c"
 
190
                                >
 
191
                        </File>
 
192
                        <File
 
193
                                RelativePath="..\..\gst\udp\gstmultiudpsink.c"
 
194
                                >
 
195
                        </File>
 
196
                        <File
 
197
                                RelativePath="..\..\gst\udp\gstudp-marshal.list"
 
198
                                >
 
199
                        </File>
 
200
                        <File
 
201
                                RelativePath="..\..\gst\udp\gstudp.c"
 
202
                                >
 
203
                        </File>
 
204
                        <File
 
205
                                RelativePath="..\..\gst\udp\gstudpnetutils.c"
 
206
                                >
 
207
                        </File>
 
208
                        <File
 
209
                                RelativePath="..\..\gst\udp\gstudpsink.c"
 
210
                                >
 
211
                        </File>
 
212
                        <File
 
213
                                RelativePath="..\..\gst\udp\gstudpsrc.c"
 
214
                                >
 
215
                        </File>
 
216
                </Filter>
 
217
                <Filter
 
218
                        Name="Header Files"
 
219
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
220
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
221
                        >
 
222
                </Filter>
 
223
                <Filter
 
224
                        Name="Resource Files"
 
225
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
226
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
227
                        >
 
228
                </Filter>
 
229
        </Files>
 
230
        <Globals>
 
231
        </Globals>
 
232
</VisualStudioProject>