PageRenderTime 67ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/PhysicsEngines/Jitter/Delta.PhysicsEngines.Jitter.csproj

#
MSBuild | 90 lines | 83 code | 0 blank | 7 comment | 0 complexity | 74fec370abfa253e65601f8eac9f41d7 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>{1AB79EAB-7ECB-4E69-BF13-574E241CE26E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.PhysicsEngines.Jitter</RootNamespace>
  12. <AssemblyName>Delta.PhysicsEngines.Jitter</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="Helpers.cs" />
  40. <Compile Include="JitterBody.cs" />
  41. <Compile Include="JitterJoint.cs" />
  42. <Compile Include="JitterPhysics.cs" />
  43. <Compile Include="JitterDatatypesMapping.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Reference Include="Delta.ContentSystem">
  48. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  49. </Reference>
  50. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  51. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  52. <Name>Delta.ContentSystem.Rendering</Name>
  53. </ProjectReference>
  54. <Reference Include="Delta.Engine">
  55. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Jitter">
  58. <HintPath>..\..\External\Jitter.dll</HintPath>
  59. </Reference>
  60. <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj">
  61. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  62. <Name>Delta.Graphics.Basics</Name>
  63. </ProjectReference>
  64. <Reference Include="Delta.Graphics">
  65. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Delta.Rendering">
  68. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  69. </Reference>
  70. <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj">
  71. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  72. <Name>Delta.Rendering.Models</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  75. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  76. <Name>Delta.Utilities</Name>
  77. </ProjectReference>
  78. <Reference Include="Delta.PhysicsEngines">
  79. <HintPath>..\..\Dlls\Delta.PhysicsEngines.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. </Project>