File tree Expand file tree Collapse file tree 4 files changed +691
-70
lines changed Expand file tree Collapse file tree 4 files changed +691
-70
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net472;net48;netcoreapp3.1</TargetFrameworks >
5
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
5
+ <Title >BurnOutSharp</Title >
6
+ <AssemblyName >BurnOutSharp</AssemblyName >
7
+ <Description >Port of BurnOut to C#, with additions</Description >
8
+ <Authors >Matt Nadareski;Gernot Knippen</Authors >
9
+ <Product >BurnOutSharp</Product >
10
+ <Copyright >Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright >
11
+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
12
+ <RepositoryUrl >https://github.com/mnadareski/BurnOutSharp</RepositoryUrl >
13
+ <Version >1.4.0</Version >
14
+ <AssemblyVersion >1.4.0</AssemblyVersion >
15
+ <FileVersion >1.04.0</FileVersion >
16
+ <IncludeSource >true</IncludeSource >
17
+ <IncludeSymbols >true</IncludeSymbols >
6
18
</PropertyGroup >
7
19
8
20
<PropertyGroup >
9
21
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
22
</PropertyGroup >
11
23
12
- <ItemGroup >
13
- <None Include =" BurnOutSharp.nuspec" />
14
- </ItemGroup >
15
-
16
24
<ItemGroup >
17
25
<PackageReference Include =" LessIO" Version =" 0.6.16" />
18
26
<PackageReference Include =" libmspack4n" Version =" 0.9.10" />
22
30
<PackageReference Include =" zlib.net" Version =" 1.0.4" />
23
31
</ItemGroup >
24
32
33
+ <ItemGroup >
34
+ <None Include =" LICENSE.txt" Pack =" true" PackagePath =" $(PackageLicenseFile)" />
35
+ </ItemGroup >
36
+
25
37
<ItemGroup >
26
38
<None Update =" HLLib.x64.dll" >
27
39
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments