diff options
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/char-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/mapcache.vcproj | 6 |
4 files changed, 17 insertions, 1 deletions
diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index 09be67add..0ae6f90db 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -400,6 +400,10 @@ RelativePath="..\src\common\utils.h" > </File> + <File + RelativePath="..\src\common\winapi.h" + > + </File> </Filter> <Filter Name="char_sql" diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index 74ad9b869..b67281700 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -370,6 +370,10 @@ RelativePath="..\src\common\utils.h" > </File> + <File + RelativePath="..\src\common\winapi.h" + > + </File> </Filter> <Filter Name="3rdparty" diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index b36b21705..cfc1158e2 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -423,6 +423,10 @@ RelativePath="..\src\common\utils.h" > </File> + <File + RelativePath="..\src\common\winapi.h" + > + </File> </Filter> <Filter Name="map_sql" diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj index 461519d33..5fdac3d5b 100644 --- a/vcproj-9/mapcache.vcproj +++ b/vcproj-9/mapcache.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="9,00" Name="mapcache" ProjectGUID="{D356871D-58E1-450B-967A-E7E9646175AF}" RootNamespace="mapcache" @@ -266,6 +266,10 @@ RelativePath="..\src\common\utils.h" > </File> + <File + RelativePath="..\src\common\winapi.h" + > + </File> </Filter> <Filter Name="mapcache" |