PageRenderTime 52ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Graphics/Basics/Delta.Graphics.Basics.csproj

#
MSBuild | 75 lines | 68 code | 0 blank | 7 comment | 0 complexity | d1c138b0487efeed6a55edb02d0ecdf6 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>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Graphics.Basics</RootNamespace>
  12. <AssemblyName>Delta.Graphics.Basics</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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Compile Include="Geometry.cs" />
  39. <Compile Include="Properties\AssemblyInfo.cs" />
  40. <Compile Include="RenderToTexture.cs" />
  41. <Compile Include="Shader.cs" />
  42. <Compile Include="Texture.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Reference Include="Delta.ContentSystem">
  46. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  47. </Reference>
  48. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  49. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  50. <Name>Delta.ContentSystem.Rendering</Name>
  51. </ProjectReference>
  52. <Reference Include="Delta.Engine">
  53. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  54. </Reference>
  55. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  56. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  57. <Name>Delta.Utilities</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  60. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  61. <Name>Delta.Utilities.Graphics</Name>
  62. </ProjectReference>
  63. <Reference Include="Delta.Graphics">
  64. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  65. </Reference>
  66. </ItemGroup>
  67. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  68. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  69. Other similar extension points exist, see Microsoft.Common.targets.
  70. <Target Name="BeforeBuild">
  71. </Target>
  72. <Target Name="AfterBuild">
  73. </Target>
  74. -->
  75. </Project>