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

/PhysicsEngines/JigLib/Delta.PhysicsEngines.JigLib.csproj

#
MSBuild | 109 lines | 102 code | 0 blank | 7 comment | 0 complexity | 7822b58fc953b80c4e1f5ead524d8e13 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8A7CEF45-3501-491D-AEDA-0164060F5348}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.PhysicsEngines.JigLib</RootNamespace>
  12. <AssemblyName>Delta.PhysicsEngines.JigLib</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <PlatformTarget>x86</PlatformTarget>
  30. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Compile Include="Helpers.cs" />
  44. <Compile Include="JigLibBody.cs" />
  45. <Compile Include="JigLibDatatypesMapping.cs" />
  46. <Compile Include="JigLibJoint.cs" />
  47. <Compile Include="JigLibPhysics.cs" />
  48. <Compile Include="JigLibController.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  53. <Reference Include="System">
  54. <Private>False</Private>
  55. </Reference>
  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. <Reference Include="JigLibX">
  73. <HintPath>..\..\External\JigLibX.dll</HintPath>
  74. </Reference>
  75. <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj">
  76. <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project>
  77. <Name>Delta.Graphics.Basics</Name>
  78. </ProjectReference>
  79. <Reference Include="Delta.Graphics">
  80. <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath>
  81. </Reference>
  82. <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj">
  83. <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project>
  84. <Name>Delta.Rendering.Basics</Name>
  85. </ProjectReference>
  86. <Reference Include="Delta.Rendering">
  87. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  88. </Reference>
  89. <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj">
  90. <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project>
  91. <Name>Delta.Rendering.Models</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  94. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  95. <Name>Delta.Utilities</Name>
  96. </ProjectReference>
  97. <Reference Include="Delta.PhysicsEngines">
  98. <HintPath>..\..\Dlls\Delta.PhysicsEngines.dll</HintPath>
  99. </Reference>
  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>