PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/Rendering/SceneGraph/Delta.Rendering.SceneGraph.csproj

#
MSBuild | 111 lines | 104 code | 0 blank | 7 comment | 0 complexity | c6922b64812b914be7e65d30f2410612 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>{F696BAEB-DA6D-4631-AC93-D13A82C1678C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Rendering.SceneGraph</RootNamespace>
  12. <AssemblyName>Delta.Rendering.SceneGraph</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. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <NoWarn>
  22. </NoWarn>
  23. <DebugType>full</DebugType>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <CodeAnalysisLogFile>bin\Debug\Delta.SceneGraph.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  26. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  27. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  28. <ErrorReport>prompt</ErrorReport>
  29. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  30. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  31. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <Optimize>true</Optimize>
  37. <NoWarn>
  38. </NoWarn>
  39. <DebugType>pdbonly</DebugType>
  40. <PlatformTarget>x86</PlatformTarget>
  41. <CodeAnalysisLogFile>bin\Release\Delta.SceneGraph.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  42. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  43. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  47. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  48. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  49. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  50. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Enums.cs" />
  58. <Compile Include="SceneGraphNode.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="SceneGraphNodeCamera.cs" />
  61. <Compile Include="SceneGraphNodeGeometry.cs" />
  62. <Compile Include="SceneGraphNodeMesh.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  66. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  67. <Name>Delta.ContentSystem.Rendering</Name>
  68. </ProjectReference>
  69. <Reference Include="Delta.Engine">
  70. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  71. </Reference>
  72. <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj">
  73. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  74. <Name>Delta.Graphics.Basics</Name>
  75. </ProjectReference>
  76. <Reference Include="Delta.Graphics">
  77. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  78. </Reference>
  79. <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj">
  80. <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project>
  81. <Name>Delta.Rendering.Basics</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\Rendering\Cameras\Delta.Rendering.Cameras.csproj">
  84. <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project>
  85. <Name>Delta.Rendering.Cameras</Name>
  86. </ProjectReference>
  87. <Reference Include="Delta.Rendering">
  88. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  89. </Reference>
  90. <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj">
  91. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  92. <Name>Delta.Rendering.Models</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  95. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  96. <Name>Delta.Utilities</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\Utilities\Math\Delta.Utilities.Math.csproj">
  99. <Project>{349FE21F-988B-44FE-95B7-89871CE97AFB}</Project>
  100. <Name>Delta.Utilities.Math</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  105. Other similar extension points exist, see Microsoft.Common.targets.
  106. <Target Name="BeforeBuild">
  107. </Target>
  108. <Target Name="AfterBuild">
  109. </Target>
  110. -->
  111. </Project>