copyright

This commit is contained in:
JohnCorby 2023-06-09 18:48:07 -07:00
parent 12b086261f
commit 5d7d1bca14
2 changed files with 18 additions and 4 deletions

View File

@ -1,13 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Mirror.FizzySteam</RootNamespace>
<!--TODO funny copyright and stuff-->
<Title>Fizzy Steamworks</Title>
<Authors></Authors>
<Company></Company>
<Copyright></Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" IncludeAssets="compile" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
</Project>

View File

@ -46,6 +46,8 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<None Include="default-config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>