gstreamer/gstreamer-sharp.mdp
Aaron Bockover 448405d86a 2006-07-12 Aaron Bockover <aaron@abock.org>
* gstreamer-sharp.mds:
    * gstreamer-sharp.mdp: Updated MonoDevelo project/solution

    * source/gstreamer-sharp-source.xml: Cleaned up a bit

    * sample/DecodeBinTranscoder.cs: Updated to reflect renaming of
    Clock.GstSecond to Clock.Second, etc.

    * gstreamer-sharp/glue/clock.c: Added gstsharp_gst_clock_get_time_none
    and gstsharp_gst_clock_time_is_valid

    * gstreamer-sharp/Clock.custom: Added bindings for new clock glue
    and renamed GstNSecond to NSecond (and friends)



git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@62535 e3ebcda4-bce8-0310-ba0a-eca2169e7518
2006-07-12 21:49:32 +00:00

46 lines
No EOL
3.3 KiB
Text

<Project name="gstreamer-sharp" fileversion="2.0" language="C#" clr-version="Net_1_1" 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" clr-version="Net_1_1" />
<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" clr-version="Net_1_1" />
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<DeployTargets />
<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" />
<File name="./gstreamer-sharp/DynamicSignalHandlerGenerator.cs" subtype="Code" buildaction="Compile" />
<File name="./gstreamer-sharp/DynamicSignalMarshalHandler.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References />
</Project>