diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-07-04 17:51:15 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-07-04 17:51:15 +0000 |
commit | 59dbc2041659cc80a98e7e631a4b2b6d8a251844 (patch) | |
tree | 5156d559446123936dae487978941ec98cc5a77d /ManaWorld.vcproj | |
parent | a01ccfe4964135c894a3595e7ba6d9dab3f4d0e2 (diff) | |
download | mana-59dbc2041659cc80a98e7e631a4b2b6d8a251844.tar.gz mana-59dbc2041659cc80a98e7e631a4b2b6d8a251844.tar.bz2 mana-59dbc2041659cc80a98e7e631a4b2b6d8a251844.tar.xz mana-59dbc2041659cc80a98e7e631a4b2b6d8a251844.zip |
*** empty log message ***
Diffstat (limited to 'ManaWorld.vcproj')
-rw-r--r-- | ManaWorld.vcproj | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 98d5727a..e5493672 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -4,6 +4,7 @@ Version="7.10" Name="ManaWorld" ProjectGUID="{DE31E83E-62BD-460E-8E6A-648CF98CC5A4}" + RootNamespace="ManaWorld" Keyword="Win32Proj"> <Platforms> <Platform @@ -174,22 +175,10 @@ Name="Net" Filter=""> <File - RelativePath=".\Net\char_server.cpp"> - </File> - <File - RelativePath=".\Net\login_server.cpp"> - </File> - <File - RelativePath=".\Net\map_server.cpp"> - </File> - <File - RelativePath=".\Net\net.cpp"> - </File> - <File RelativePath=".\Net\network.cpp"> </File> <File - RelativePath=".\Net\packet_buffer.cpp"> + RelativePath=".\Net\protocol.cpp"> </File> </Filter> <Filter @@ -259,25 +248,10 @@ Name="Net" Filter=""> <File - RelativePath=".\Net\char_server.h"> - </File> - <File - RelativePath=".\Net\login_server.h"> - </File> - <File - RelativePath=".\Net\map_server.h"> - </File> - <File - RelativePath=".\Net\net.h"> - </File> - <File RelativePath=".\Net\network.h"> </File> <File - RelativePath=".\Net\packet_buffer.h"> - </File> - <File - RelativePath=".\Net\server_includes.h"> + RelativePath=".\Net\protocol.h"> </File> </Filter> <Filter |