Fix GstDebugGraphDetails enum
[platform/upstream/gstreamer.git] / gstreamer-sharp.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{64358320-CAC2-4B22-836C-268269DAB031}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>gstreamersharp</RootNamespace>
11     <AssemblyName>gstreamer-sharp</AssemblyName>
12     <SignAssembly>true</SignAssembly>
13     <AssemblyOriginatorKeyFile>gstreamer-sharp.snk</AssemblyOriginatorKeyFile>
14     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>out</OutputPath>
21     <DefineConstants>DEBUG;</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <ConsolePause>false</ConsolePause>
25     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26     <NoWarn>2002</NoWarn>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <Optimize>true</Optimize>
30     <OutputPath>out</OutputPath>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33     <ConsolePause>false</ConsolePause>
34     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
35     <NoWarn>2002</NoWarn>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
40     <Reference Include="gio-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41   </ItemGroup>
42   <ItemGroup>
43     <Compile Include="sources\custom\*.cs" />
44     <Compile Include="sources\generated\**\*.cs" />
45     <Compile Include="sources\AssemblyInfo.cs" />
46   </ItemGroup>
47   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
48 </Project>