Update and clean up the Visual Studio 2017 project files

These were very shoddily put together!
It seems the person who made them never really tried building
the editors or the tests.

Also included here are a couple of minor source changes that are needed
to make the project files build.
This commit is contained in:
2022-07-07 02:37:46 -04:00
parent 88b756ab50
commit f70f63eead
14 changed files with 236 additions and 93 deletions

View File

@@ -4,6 +4,7 @@
#include <boost/filesystem/path.hpp>
#include "location.hpp"
#include "boe.global.hpp"
void finish_load_party();
void change_rect_terrain(rectangle r,ter_num_t terrain_type,short probability,bool hollow);

View File

@@ -12,7 +12,9 @@
#include "fileio/resmgr/res_image.hpp"
#include "dialogxml/widgets/message.hpp"
#include "mathutil.hpp"
#ifndef MSBUILD_GITREV
#include "tools/gitrev.hpp"
#endif
#include "gfx/tiling.hpp" // for bg
#include "utility.hpp"

View File

@@ -23,7 +23,9 @@
#include "dialogxml/widgets/scrollbar.hpp"
#include "dialogxml/dialogs/strdlog.hpp"
#include "dialogxml/dialogs/choicedlog.hpp"
#ifndef MSBUILD_GITREV
#include "tools/gitrev.hpp"
#endif
#include "scen.btnmg.hpp"