Mercurial > hg > early-roguelike
changeset 208:4146e2a06bc1
Update the Visual Studio project files.
These files were produced by Visual Studio 2015 on Windows 8.1.
| author | John "Elwin" Edwards |
|---|---|
| date | Tue, 18 Aug 2015 13:23:56 -0400 |
| parents | 3def5e487faa |
| children | 4438569c1b02 |
| files | README.txt arogue5/arogue5.vcxproj arogue5/arogue5.vcxproj.filters arogue5/arogue58.sln arogue5/arogue58.vcproj arogue7/arogue7.vcxproj arogue7/arogue7.vcxproj.filters arogue7/arogue77.sln arogue7/arogue77.vcproj rogue3/rogue3.vcxproj rogue3/rogue3.vcxproj.filters rogue3/rogue36.sln rogue3/rogue36.vcproj rogue4/rogue4.vcxproj rogue4/rogue4.vcxproj.filters rogue4/rogue52.sln rogue4/rogue52.vcproj rogue5/rogue5.vcxproj rogue5/rogue5.vcxproj.filters rogue5/rogue54.sln rogue5/rogue54.vcproj roguelike.sln srogue/srogue.vcxproj srogue/srogue.vcxproj.filters xrogue/xrogue.sln xrogue/xrogue.vcproj xrogue/xrogue.vcxproj xrogue/xrogue.vcxproj.filters |
| diffstat | 28 files changed, 2345 insertions(+), 2111 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Thu Aug 13 17:17:40 2015 -0400 +++ b/README.txt Tue Aug 18 13:23:56 2015 -0400 @@ -26,8 +26,12 @@ To install on Windows: -Use the included Visual Studio solution files. Warning: they have not been -tested recently. +Visual Studio solution and project files are included. They are still being
