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

/Rendering/SceneGraphTests/Delta.Rendering.SceneGraphTests.csproj

#
MSBuild | 83 lines | 76 code | 0 blank | 7 comment | 0 complexity | ad7202e4efa85b62494ef4254d99a609 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>{AD9A7166-F2E5-44DE-8688-64BB8FB91373}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Rendering.SceneGraphTests</RootNamespace>
  12. <AssemblyName>Delta.Rendering.SceneGraphTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="Program.cs" />
  41. <Compile Include="Properties\AssemblyInfo.cs" />
  42. <Compile Include="SceneGraphTests.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. <Reference Include="Delta.InputSystem">
  56. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  57. </Reference>
  58. <ProjectReference Include="..\..\Rendering\Cameras\Delta.Rendering.Cameras.csproj">
  59. <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project>
  60. <Name>Delta.Rendering.Cameras</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj">
  63. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  64. <Name>Delta.Rendering.Models</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  67. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  68. <Name>Delta.Utilities</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\SceneGraph\Delta.Rendering.SceneGraph.csproj">
  71. <Project>{F696BAEB-DA6D-4631-AC93-D13A82C1678C}</Project>
  72. <Name>Delta.Rendering.SceneGraph</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. </Project>