forked from bepu/bepuphysics1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BEPUik.csproj
22 lines (19 loc) · 1016 Bytes
/
BEPUik.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageLicenseUrl>https://github.com/bepu/bepuphysics1/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bepu/bepuphysics1</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/bepu/bepuphysics1/master/Documentation/images/readme/bepuphysicslogo256.png</PackageIconUrl>
<RepositoryUrl>https://github.com/bepu/bepuphysics1.git</RepositoryUrl>
<PackageTags>ik;inverse kinematics;3d;real time</PackageTags>
<Description>Simulation based inverse kinematics solver.</Description>
<Version>1.5.1</Version>
<Authors>Ross Nordby</Authors>
<Company>Bepu Entertainment LLC</Company>
<Copyright>© Bepu Entertainment LLC</Copyright>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BEPUutilities\BEPUutilities.csproj" />
</ItemGroup>
</Project>