PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Multimedia/OpenTK/Delta.Multimedia.OpenTK.csproj

#
MSBuild | 89 lines | 82 code | 0 blank | 7 comment | 0 complexity | f9848f22483063c381b178fb0b48851e 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>{7ABF74CD-72BD-4A2F-BF3B-F46B15ED7DEC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Multimedia.OpenTK</RootNamespace>
  12. <AssemblyName>Delta.Multimedia.OpenTK</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>TRACE;DEBUG</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. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  43. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  44. Other similar extension points exist, see Microsoft.Common.targets.
  45. <Target Name="BeforeBuild">
  46. </Target>
  47. <Target Name="AfterBuild">
  48. </Target>
  49. -->
  50. <ItemGroup>
  51. <Compile Include="OpenTKChannel.cs" />
  52. <Compile Include="OpenTKMusic.cs" />
  53. <Compile Include="OpenTKSound.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Reference Include="Delta.ContentSystem">
  61. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Delta.Engine">
  64. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  65. </Reference>
  66. <Reference Include="OpenTK">
  67. <HintPath>..\..\External\OpenTK.dll</HintPath>
  68. </Reference>
  69. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  70. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  71. <Name>Delta.Utilities</Name>
  72. </ProjectReference>
  73. <Reference Include="Delta.Multimedia.BaseOpenAL">
  74. <HintPath>..\..\Dlls\Delta.Multimedia.BaseOpenAL.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Delta.Multimedia">
  77. <HintPath>..\..\Dlls\Delta.Multimedia.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup />
  81. <PropertyGroup>
  82. <PreBuildEvent>
  83. </PreBuildEvent>
  84. </PropertyGroup>
  85. <PropertyGroup>
  86. <PostBuildEvent>
  87. </PostBuildEvent>
  88. </PropertyGroup>
  89. </Project>