PageRenderTime 150ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/Graphics/OpenTK/Delta.Graphics.OpenTK.csproj

#
MSBuild | 100 lines | 93 code | 0 blank | 7 comment | 0 complexity | fc04aef81feb5958dd4b9722037194b8 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>{8CD947C2-C577-41CA-94BB-103D10401FBA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Graphics.OpenTK</RootNamespace>
  12. <AssemblyName>Delta.Graphics.OpenTK</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. <PlatformTarget>x86</PlatformTarget>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="OpenTKBinding.cs" />
  47. <Compile Include="OpenTKGeometry.cs" />
  48. <Compile Include="OpenTKTexture.cs" />
  49. <Compile Include="OpenTKRenderToTexture.cs" />
  50. <Compile Include="OpenTKScreenshotCapturer.cs" />
  51. <Compile Include="OpenTKShader.cs" />
  52. <Compile Include="OpenTKGraphic.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="WindowInfoHelper.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Reference Include="Delta.ContentSystem">
  58. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  59. </Reference>
  60. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  61. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  62. <Name>Delta.ContentSystem.Rendering</Name>
  63. </ProjectReference>
  64. <Reference Include="Delta.Engine">
  65. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  66. </Reference>
  67. <Reference Include="OpenTK">
  68. <HintPath>..\..\External\OpenTK.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Delta.Platforms.Windows">
  71. <HintPath>..\..\Dlls\Delta.Platforms.Windows.dll</HintPath>
  72. </Reference>
  73. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  74. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  75. <Name>Delta.Utilities</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  78. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  79. <Name>Delta.Utilities.Graphics</Name>
  80. </ProjectReference>
  81. <Reference Include="Delta.Graphics.BaseOpenGL">
  82. <HintPath>..\..\Dlls\Delta.Graphics.BaseOpenGL.dll</HintPath>
  83. </Reference>
  84. <ProjectReference Include="..\Basics\Delta.Graphics.Basics.csproj">
  85. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  86. <Name>Delta.Graphics.Basics</Name>
  87. </ProjectReference>
  88. <Reference Include="Delta.Graphics">
  89. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>