File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
examples/window/Box2D.Window Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
+ <Authors >Ben Ukhanov</Authors >
6
+ <Copyright >Copyright © Ben Ukhanov 2020</Copyright >
7
+ <PackageTags >Box2D, OpenTK</PackageTags >
8
+ <Description >The Box2D window physics simulation.</Description >
9
+ <PackageProjectUrl >https://github.com/benzuk/box2d-netstandard/tree/master/examples/window</PackageProjectUrl >
10
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
11
+ <AssemblyVersion >1.0.0.0</AssemblyVersion >
12
+ <FileVersion >1.0.0.0</FileVersion >
13
+ <Version >1.0.0</Version >
4
14
</PropertyGroup >
5
15
<ItemGroup >
6
16
<PackageReference Include =" Box2D.NetStandard" Version =" 1.0.1" />
You can’t perform that action at this time.
0 commit comments