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

/Rendering/BasicTests/Delta.Rendering.BasicTests.csproj

#
MSBuild | 113 lines | 106 code | 0 blank | 7 comment | 0 complexity | ad8ceb861272ca95cb3d6a056b24e32b 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>{9CC72548-EC00-4296-BAE4-9751A0602E5D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Rendering.BasicTests</RootNamespace>
  12. <AssemblyName>Delta.Rendering.BasicTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <StartupObject>Delta.Rendering.BasicTests.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. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <Optimize>true</Optimize>
  35. <DebugType>pdbonly</DebugType>
  36. <PlatformTarget>x86</PlatformTarget>
  37. <ErrorReport>prompt</ErrorReport>
  38. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  39. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  40. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationIcon>..\..\External\Icons\RenderingIcon.ico</ApplicationIcon>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="System" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="FontTests.cs" />
  50. <Compile Include="GraphicsTests.cs" />
  51. <Compile Include="MaterialTests.cs" />
  52. <Compile Include="Program.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="DrawTests.cs" />
  55. <Compile Include="Tutorials.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Reference Include="Delta.ContentSystem">
  59. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  60. </Reference>
  61. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  62. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  63. <Name>Delta.ContentSystem.Rendering</Name>
  64. </ProjectReference>
  65. <Reference Include="Delta.Engine">
  66. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  67. </Reference>
  68. <ProjectReference Include="..\..\Engine\Game\Delta.Engine.Game.csproj">
  69. <Project>{13DF5467-6C7B-4978-B6B8-B2B034F1E267}</Project>
  70. <Name>Delta.Engine.Game</Name>
  71. </ProjectReference>
  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. <Reference Include="Delta.InputSystem">
  80. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  81. </Reference>
  82. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  83. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  84. <Name>Delta.Utilities</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  87. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  88. <Name>Delta.Utilities.Graphics</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\Basics\Delta.Rendering.Basics.csproj">
  91. <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project>
  92. <Name>Delta.Rendering.Basics</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\Cameras\Delta.Rendering.Cameras.csproj">
  95. <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project>
  96. <Name>Delta.Rendering.Cameras</Name>
  97. </ProjectReference>
  98. <Reference Include="Delta.Rendering">
  99. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="app.config" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>