PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/PhysicsEngines/Farseer/Delta.PhysicsEngines.Farseer.csproj

#
MSBuild | 72 lines | 65 code | 0 blank | 7 comment | 0 complexity | 334ab2e4564688cef532deb83c29c9b7 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>{AD99270E-250C-4816-ADCC-23070212697F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.PhysicsEngines.Farseer</RootNamespace>
  12. <AssemblyName>Delta.PhysicsEngines.Farseer</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="System" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="FarseerBody.cs" />
  40. <Compile Include="FarseerJoint.cs" />
  41. <Compile Include="FarseerPhysics.cs" />
  42. <Compile Include="FarseerDatatypesMapping.cs" />
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Reference Include="Delta.Engine">
  47. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Farseer Physics">
  50. <HintPath>..\..\External\FarseerPhysics.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Delta.Rendering">
  53. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  54. </Reference>
  55. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  56. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  57. <Name>Delta.Utilities</Name>
  58. </ProjectReference>
  59. <Reference Include="Delta.PhysicsEngines">
  60. <HintPath>..\..\Dlls\Delta.PhysicsEngines.dll</HintPath>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup />
  64. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  65. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  66. Other similar extension points exist, see Microsoft.Common.targets.
  67. <Target Name="BeforeBuild">
  68. </Target>
  69. <Target Name="AfterBuild">
  70. </Target>
  71. -->
  72. </Project>