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 22
33 <PropertyGroup >
44 <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 >
618 </PropertyGroup >
719
820 <PropertyGroup >
921 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1022 </PropertyGroup >
1123
12- <ItemGroup >
13- <None Include =" BurnOutSharp.nuspec" />
14- </ItemGroup >
15-
1624 <ItemGroup >
1725 <PackageReference Include =" LessIO" Version =" 0.6.16" />
1826 <PackageReference Include =" libmspack4n" Version =" 0.9.10" />
2230 <PackageReference Include =" zlib.net" Version =" 1.0.4" />
2331 </ItemGroup >
2432
33+ <ItemGroup >
34+ <None Include =" LICENSE.txt" Pack =" true" PackagePath =" $(PackageLicenseFile)" />
35+ </ItemGroup >
36+
2537 <ItemGroup >
2638 <None Update =" HLLib.x64.dll" >
2739 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments