make it not complain about namespaces as much

This commit is contained in:
JohnCorby 2022-02-05 18:24:17 -08:00
parent 9bf8cb7618
commit ab45226819
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>EpicTransport</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="../Mirror/*.dll" />
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" IncludeAssets="compile"/>
</ItemGroup>
</Project>

View File

@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Mirror.FizzySteam</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Facepunch.Steamworks" Version="2.3.3" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll" />
</ItemGroup>
</Project>