GST-Tensordecoder-ov_ep/gstreamer-sharp.mdp
Aaron Bockover 88b3b2c712 2006-05-20 Aaron Bockover <aaron@abock.org>
* autogen.sh: Fixed a left over configure.in to configure.ac

    * confiugre.ac: Added check foo for NUnit

    * gstreamer-sharp.mdp:
    * gstreamer-sharp.mds: Added MonoDevelop solution

    * source/Makefile.am: Cleaned and fixed

    * tests/ConsoleUi.cs:
    * tests/ApplicationTest.cs:
    * tests/BinTest.cs:
    * tests/Makefile.am: Added NUnit test framework and a few tests for
    Gst.Application and Gst.Bin

    * gstreamer-sharp/CommonTags.cs:
    * gstreamer-sharp/*.custom:
    * gstreamer-sharp/glue/*.c: Cleaned up

    * gstreamer-sharp/Application.cs: New application bindings; fixed
    to work properly with GStreamer 0.10

    * gstreamer-sharp/Version.cs: New Gst.Version class

    * gstreamer-sharp/Makefile.am: Added Version.cs

    * gstreamer-sharp/plugins-base/PlayBin.cs: Fixed and extended PlayBin
    element binding with new (but not all) properties

    * Makefile.am: Added tests



git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60902 e3ebcda4-bce8-0310-ba0a-eca2169e7518
2006-05-20 22:35:40 +00:00

40 lines
2.8 KiB
Plaintext

<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" />
</Contents>
<References />
</Project>