remove leading period from Windows template file

This commit is contained in:
nhmall
2024-03-31 13:53:48 -04:00
parent 44575ab347
commit e00e423262
6 changed files with 14 additions and 14 deletions

View File

@@ -112,8 +112,8 @@
<Content Include="Images\Wide310x150Logo.scale-125.png" />
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="..\..\..\binary\$(Configuration)\$(Platform)\.nethackrc.template">
<Link>NetHackW\.nethackrc.template</Link>
<Content Include="..\..\..\binary\$(Configuration)\$(Platform)\nethackrc.template">
<Link>NetHackW\nethackrc.template</Link>
</Content>
<Content Include="..\..\..\binary\$(Configuration)\$(Platform)\Guidebook.txt">
<Link>NetHackW\Guidebook.txt</Link>
@@ -141,4 +141,4 @@
<ProjectReference Include="NetHackW\NetHackW.vcxproj" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>
</Project>