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

/PhysicsEngines/Bullet/Delta.PhysicsEngines.Bullet.csproj

#
MSBuild | 91 lines | 84 code | 0 blank | 7 comment | 0 complexity | 4b38ff0564f44d143f287d9e5610fd0c 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>{259ADA7D-ABE5-4BC7-95B1-F8CCC3BE2D30}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.PhysicsEngines.Bullet</RootNamespace>
  12. <AssemblyName>Delta.PhysicsEngines.Bullet</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="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  37. <Reference Include="System" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="BulletBody.cs" />
  41. <Compile Include="BulletJoint.cs" />
  42. <Compile Include="BulletPhysics.cs" />
  43. <Compile Include="BulletDatatypesMapping.cs" />
  44. <Compile Include="Helpers.cs" />
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Reference Include="Delta.ContentSystem">
  49. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  50. </Reference>
  51. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  52. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  53. <Name>Delta.ContentSystem.Rendering</Name>
  54. </ProjectReference>
  55. <Reference Include="Delta.Engine">
  56. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  57. </Reference>
  58. <Reference Include="BulletXNA-Windows">
  59. <HintPath>..\..\External\BulletXNA.dll</HintPath>
  60. </Reference>
  61. <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj">
  62. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  63. <Name>Delta.Graphics.Basics</Name>
  64. </ProjectReference>
  65. <Reference Include="Delta.Graphics">
  66. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Delta.Rendering">
  69. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  70. </Reference>
  71. <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj">
  72. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  73. <Name>Delta.Rendering.Models</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  76. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  77. <Name>Delta.Utilities</Name>
  78. </ProjectReference>
  79. <Reference Include="Delta.PhysicsEngines">
  80. <HintPath>..\..\Dlls\Delta.PhysicsEngines.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>