diff options
author | Ricardo N Feliciano <FelicianoTech@gmail.com> | 2018-04-21 05:05:38 -0400 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-04-21 11:05:38 +0200 |
commit | e8de33a61fcecdd09d3c9bdb68c64c5418dbd437 (patch) | |
tree | 82a324b826179dd7d6df4d95c37023ef8c4c4a6e /projects/openttd_vs140.vcxproj | |
parent | 3b32075e8a3440c9bca8764289c0b1e3c2f4c28d (diff) | |
download | openttd-e8de33a61fcecdd09d3c9bdb68c64c5418dbd437.tar.xz |
Cleanup: Use new filename for README file. (#6738)
Diffstat (limited to 'projects/openttd_vs140.vcxproj')
-rw-r--r-- | projects/openttd_vs140.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index 95fd9ba1f..09ffcbece 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -1307,7 +1307,7 @@ </ItemGroup> <ItemGroup> <None Include="..\media\openttd.ico" /> - <None Include="..\readme.txt" /> + <None Include="..\README.md" /> </ItemGroup> <ItemGroup> <ProjectReference Include="langs_vs140.vcxproj"> |