mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
b6b2fa29fb
* gstreamer-sharp/plugins-base/DecodeBin.cs: Added a quick binding for decodebin to test new-decoded-pad; probably is only a temporary solution * sample/DecodeBinTranscoder.cs: Added a small decodebin sample * sample/Makefile.am: Added build rules for decodebin sample * gstreamer-sharp.mdp: Updated MonoDevelop project * gstreamer-sharp/Makefile.am: Added plugins-base/DecodeBin.cs git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60931 e3ebcda4-bce8-0310-ba0a-eca2169e7518
43 lines
No EOL
3 KiB
Text
43 lines
No EOL
3 KiB
Text
<Project name="gstreamer-sharp" fileversion="2.0" language="C#" ctype="DotNetProject">
|
|
<Configurations active="Debug">
|
|
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
|
|
<Output directory="./bin/Debug" assembly="gstreamer-sharp" />
|
|
<Build debugmode="True" target="Exe" />
|
|
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
|
|
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
|
|
</Configuration>
|
|
<Configuration name="Release" ctype="DotNetProjectConfiguration">
|
|
<Output directory="./bin/Release" assembly="gstreamer-sharp" />
|
|
<Build debugmode="False" target="Exe" />
|
|
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
|
|
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
|
|
</Configuration>
|
|
</Configurations>
|
|
<DeploymentInformation strategy="File">
|
|
<excludeFiles />
|
|
</DeploymentInformation>
|
|
<Contents>
|
|
<File name="./gstreamer-sharp/Application.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./gstreamer-sharp/Bin.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Bus.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Clock.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/CommonTags.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./gstreamer-sharp/Debug.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Element.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Gstreamer.metadata" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Message.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Pad.custom" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/Version.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./tests/ConsoleUi.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./tests/ApplicationTest.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./tests/BinTest.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./gstreamer-sharp/plugins-base/PlayBin.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./gstreamer-sharp/glue/clock.c" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/glue/message.c" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/glue/miniobject.c" subtype="Code" buildaction="Nothing" />
|
|
<File name="./gstreamer-sharp/plugins-base/DecodeBin.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./sample/PlayBinPlayer.cs" subtype="Code" buildaction="Compile" />
|
|
<File name="./sample/DecodeBinTranscoder.cs" subtype="Code" buildaction="Compile" />
|
|
</Contents>
|
|
<References />
|
|
</Project> |