Fix consistency of capitalization in csproj

This commit is contained in:
ivan tkachenko 2025-11-11 15:45:42 +02:00
parent 51e578f2da
commit ad0a20cc7e
1 changed files with 3 additions and 3 deletions

View File

@ -52,13 +52,13 @@
<Reference Include="Unity.Netcode.Runtime" Publicize="true" Private="false"> <Reference Include="Unity.Netcode.Runtime" Publicize="true" Private="false">
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.Netcode.Runtime.dll</HintPath> <HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.Netcode.Runtime.dll</HintPath>
</Reference> </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> <HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.TextMeshPro.dll</HintPath>
</Reference> </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> <HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference> </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> <HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>