PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Rendering/EffectTests/Delta.Rendering.EffectTests.csproj

#
MSBuild | 109 lines | 102 code | 0 blank | 7 comment | 0 complexity | d52179a8e7a3b72e852e586205cd3c92 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>{1057ADC5-5496-490E-86CF-F6A17A137964}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Rendering.EffectTests</RootNamespace>
  12. <AssemblyName>Delta.Rendering.EffectTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <StartupObject>Delta.Rendering.EffectTests.Program</StartupObject>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  21. <DebugSymbols>true</DebugSymbols>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <DebugType>full</DebugType>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <ErrorReport>prompt</ErrorReport>
  27. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  28. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <Optimize>true</Optimize>
  34. <DebugType>pdbonly</DebugType>
  35. <PlatformTarget>x86</PlatformTarget>
  36. <ErrorReport>prompt</ErrorReport>
  37. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  38. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationIcon>..\..\External\Icons\RenderingIcon.ico</ApplicationIcon>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="System" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Effect2DTests.cs" />
  48. <Compile Include="Effect3DTests.cs" />
  49. <Compile Include="Program.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="Tutorials.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="..\..\Engine\Game\Delta.Engine.Game.csproj">
  65. <Project>{13DF5467-6C7B-4978-B6B8-B2B034F1E267}</Project>
  66. <Name>Delta.Engine.Game</Name>
  67. </ProjectReference>
  68. <Reference Include="Delta.InputSystem">
  69. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  70. </Reference>
  71. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  72. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  73. <Name>Delta.Utilities</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Utilities\Math\Delta.Utilities.Math.csproj">
  76. <Project>{349FE21F-988B-44FE-95B7-89871CE97AFB}</Project>
  77. <Name>Delta.Utilities.Math</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\Basics\Delta.Rendering.Basics.csproj">
  80. <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project>
  81. <Name>Delta.Rendering.Basics</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\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. <Reference Include="Delta.Rendering.Effects">
  91. <HintPath>..\..\Dlls\Delta.Rendering.Effects.dll</HintPath>
  92. </Reference>
  93. <ProjectReference Include="..\Models\Delta.Rendering.Models.csproj">
  94. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  95. <Name>Delta.Rendering.Models</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="app.config" />
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. </Project>