summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.vcproj
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-06-19 10:40:19 +0000
committerskidd13 <skidd13@openttd.org>2008-06-19 10:40:19 +0000
commitbf826eb06e41ded4bceb8580495fa26684ba8ee9 (patch)
treefe543ca4c5b01d5ac0182563ae95685df3152b56 /projects/openttd_vs80.vcproj
parent4ccd8a67864ebc5b46b005cd021d7b1807f66a4c (diff)
downloadopenttd-bf826eb06e41ded4bceb8580495fa26684ba8ee9.tar.xz
(svn r13577) -Change: group core files in source.list together
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj132
1 files changed, 68 insertions, 64 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 7004a16fa..c8864211a 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -456,10 +456,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\alloc_func.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\animated_tile.cpp"
>
</File>
@@ -472,10 +468,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\bitmath_func.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\bmp.cpp"
>
</File>
@@ -684,10 +676,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\random_func.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\rev.cpp"
>
</File>
@@ -808,14 +796,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\alloc_func.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\core\alloc_type.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\animated_tile_func.h"
>
</File>
@@ -848,10 +828,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\bitmath_func.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\bmp.h"
>
</File>
@@ -996,14 +972,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\endian_func.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\core\endian_type.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\engine_base.h"
>
</File>
@@ -1020,10 +988,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\enum_type.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\fiber.hpp"
>
</File>
@@ -1052,10 +1016,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\geometry_type.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\gfx_func.h"
>
</File>
@@ -1120,18 +1080,10 @@
>
</File>
<File
- RelativePath=".\..\src\core\math_func.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\md5.h"
>
</File>
<File
- RelativePath=".\..\src\core\mem_func.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\minilzo.h"
>
</File>
@@ -1308,10 +1260,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\overflowsafe_type.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\pathfind.h"
>
</File>
@@ -1356,10 +1304,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\random_func.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\rev.h"
>
</File>
@@ -1452,14 +1396,6 @@
>
</File>
<File
- RelativePath=".\..\src\core\smallvec_type.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\core\sort_func.hpp"
- >
- </File>
- <File
RelativePath=".\..\src\sortlist_type.h"
>
</File>
@@ -1689,6 +1625,74 @@
</File>
</Filter>
<Filter
+ Name="Core Source Code"
+ >
+ <File
+ RelativePath=".\..\src\core\alloc_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\alloc_func.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\alloc_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\bitmath_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\bitmath_func.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\endian_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\endian_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\enum_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\geometry_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\math_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\mem_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\overflowsafe_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\random_func.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\random_func.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\smallvec_type.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\core\sort_func.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="GUI Source Code"
>
<File