PageRenderTime 37ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/Rendering/Basics/Delta.Rendering.Basics.csproj

#
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 6d1110b150cc7f9a8ffb112f0fc66a85 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>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Rendering.Basics</RootNamespace>
  12. <AssemblyName>Delta.Rendering.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. <PlatformTarget>x86</PlatformTarget>
  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="Drawing\BillboardManager.cs" />
  40. <Compile Include="Drawing\Box.cs" />
  41. <Compile Include="Drawing\Circle.cs" />
  42. <Compile Include="Drawing\Rect.cs" />
  43. <Compile Include="Drawing\DrawManager.cs" />
  44. <Compile Include="Drawing\Grid.cs" />
  45. <Compile Include="Drawing\Line.cs" />
  46. <Compile Include="Drawing\Sphere.cs" />
  47. <Compile Include="Fonts\Font.cs" />
  48. <Compile Include="Materials\Material.cs" />
  49. <Compile Include="Materials\Material2D.cs" />
  50. <Compile Include="Materials\Material2DColored.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Reference Include="Delta.ContentSystem">
  55. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  56. </Reference>
  57. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  58. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  59. <Name>Delta.ContentSystem.Rendering</Name>
  60. </ProjectReference>
  61. <Reference Include="Delta.Engine">
  62. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  63. </Reference>
  64. <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj">
  65. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  66. <Name>Delta.Graphics.Basics</Name>
  67. </ProjectReference>
  68. <Reference Include="Delta.Graphics">
  69. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Delta.InputSystem">
  72. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  73. </Reference>
  74. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  75. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  76. <Name>Delta.Utilities</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  79. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  80. <Name>Delta.Utilities.Graphics</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\Utilities\Xml\Delta.Utilities.Xml.csproj">
  83. <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project>
  84. <Name>Delta.Utilities.Xml</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\Cameras\Delta.Rendering.Cameras.csproj">
  87. <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project>
  88. <Name>Delta.Rendering.Cameras</Name>
  89. </ProjectReference>
  90. <Reference Include="Delta.Rendering">
  91. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  92. </Reference>
  93. </ItemGroup>
  94. <ItemGroup />
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>