gstreamer/subprojects/gstreamer-sharp/gstreamer-sharp.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
2.1 KiB
XML
Raw Normal View History

2013-10-21 11:08:51 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2014-08-06 23:02:01 +00:00
<ProductVersion>8.0.30703</ProductVersion>
2013-10-21 11:08:51 +00:00
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{64358320-CAC2-4B22-836C-268269DAB031}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>gstreamersharp</RootNamespace>
<AssemblyName>gstreamer-sharp</AssemblyName>
<SignAssembly>true</SignAssembly>
2014-08-06 23:02:01 +00:00
<AssemblyOriginatorKeyFile>gstreamer-sharp.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
2013-10-21 11:08:51 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>out</OutputPath>
2013-10-21 11:08:51 +00:00
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2014-08-06 23:02:01 +00:00
<NoWarn>2002</NoWarn>
2013-10-21 11:08:51 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>out</OutputPath>
2013-10-21 11:08:51 +00:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2014-08-06 23:02:01 +00:00
<NoWarn>2002</NoWarn>
2013-10-21 11:08:51 +00:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
2014-08-06 23:02:01 +00:00
<Reference Include="glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gio-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2013-10-21 11:08:51 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="sources\custom\*.cs" />
2014-03-16 23:14:48 +00:00
<Compile Include="sources\generated\**\*.cs" />
2013-10-21 11:08:51 +00:00
<Compile Include="sources\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>