Fix consistency of capitalization in csproj
This commit is contained in:
parent
51e578f2da
commit
ad0a20cc7e
|
|
@ -52,13 +52,13 @@
|
|||
<Reference Include="Unity.Netcode.Runtime" Publicize="true" Private="false">
|
||||
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.Netcode.Runtime.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Unity.TextMeshPro" Publicize="true" Private="False">
|
||||
<Reference Include="Unity.TextMeshPro" Publicize="true" Private="false">
|
||||
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.TextMeshPro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="UnityEngine.UI" Publicize="true" Private="False">
|
||||
<Reference Include="UnityEngine.UI" Publicize="true" Private="false">
|
||||
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\UnityEngine.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Unity.RenderPipelines.Core.Runtime" Publicize="true" Private="False">
|
||||
<Reference Include="Unity.RenderPipelines.Core.Runtime" Publicize="true" Private="false">
|
||||
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue