PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/ContentSystem/Multimedia/Delta.ContentSystem.Multimedia.csproj

#
MSBuild | 68 lines | 61 code | 0 blank | 7 comment | 0 complexity | 65fbcf5fef184805fd482ff63b8d1fd1 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{57C6F288-4A90-4AC9-8091-D4E9ED415957}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.ContentSystem.Multimedia</RootNamespace>
  12. <AssemblyName>Delta.ContentSystem.Multimedia</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="MusicData.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. <Compile Include="SoundData.cs" />
  42. <Compile Include="VideoData.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Reference Include="Delta.Engine">
  46. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  47. </Reference>
  48. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  49. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  50. <Name>Delta.Utilities</Name>
  51. </ProjectReference>
  52. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  53. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  54. <Name>Delta.Utilities.Graphics</Name>
  55. </ProjectReference>
  56. <Reference Include="Delta.ContentSystem">
  57. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  61. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  62. Other similar extension points exist, see Microsoft.Common.targets.
  63. <Target Name="BeforeBuild">
  64. </Target>
  65. <Target Name="AfterBuild">
  66. </Target>
  67. -->
  68. </Project>