PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Multimedia/Vlc/Delta.Multimedia.Vlc.csproj

#
MSBuild | 106 lines | 99 code | 0 blank | 7 comment | 0 complexity | 968ea5d9b3deb6fb840f0a46b49cf3bf MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{633F09D1-6718-4980-AD36-48DF8B3E0003}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Multimedia.Vlc</RootNamespace>
  12. <AssemblyName>Delta.Multimedia.Vlc</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <PlatformTarget>x86</PlatformTarget>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'OpenTK|x86' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\OpenTK\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'OpenTK Release|x86' ">
  51. <OutputPath>bin\OpenTK Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="System" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="LibVlc\VlcEventType.cs" />
  63. <Compile Include="LibVlc\VlcCore.cs" />
  64. <Compile Include="LibVlc\VlcException.cs" />
  65. <Compile Include="LibVlc\VlcInstance.cs" />
  66. <Compile Include="LibVlc\VlcMedia.cs" />
  67. <Compile Include="LibVlc\VlcMediaPlayer.cs" />
  68. <Compile Include="LibVlc\VlcMediaState.cs" />
  69. <Compile Include="VlcVideo.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Reference Include="Delta.ContentSystem">
  74. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  75. </Reference>
  76. <ProjectReference Include="..\..\ContentSystem\Multimedia\Delta.ContentSystem.Multimedia.csproj">
  77. <Project>{57C6F288-4A90-4AC9-8091-D4E9ED415957}</Project>
  78. <Name>Delta.ContentSystem.Multimedia</Name>
  79. </ProjectReference>
  80. <Reference Include="Delta.Engine">
  81. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Delta.InputSystem">
  84. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  85. </Reference>
  86. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  87. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  88. <Name>Delta.Utilities</Name>
  89. </ProjectReference>
  90. <Reference Include="Delta.Multimedia">
  91. <HintPath>..\..\Dlls\Delta.Multimedia.dll</HintPath>
  92. </Reference>
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <PropertyGroup>
  96. <PreBuildEvent>
  97. </PreBuildEvent>
  98. </PropertyGroup>
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>