lilantha 2003/06/06 03:30:56
Modified: contrib/Axis-C++/Win32 Axis.dsp Log: added new files to the workspace Revision Changes Path 1.2 +190 -2 xml-axis/contrib/Axis-C++/Win32/Axis.dsp Index: Axis.dsp =================================================================== RCS file: /home/cvs/xml-axis/contrib/Axis-C++/Win32/Axis.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Axis.dsp 22 Mar 2002 00:41:33 -0000 1.1 +++ Axis.dsp 6 Jun 2003 10:30:56 -0000 1.2 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "..\objs\NT_4.0\Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /Ze /W3 /Gi /GX /O2 /I "../xerces-c/include" /I "./" /I "../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I "../src/Client" /I "../src/Encoding" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"Platform.hpp" /FD /c +# ADD CPP /nologo /W3 /Gi /GX /O2 /I "../xerces-c/include" /I "./" /I "../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I "../src/Client" /I "../src/Encoding" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"Platform.hpp" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ # PROP Intermediate_Dir "..\objs\NT_4.0\Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /Ze /W3 /Gm /Gi /GX /ZI /Od /I "../xerces-c/include" /I "./" /I "../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I "../src/Client" /I "../src/Encoding" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"Platform.hpp" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /Gi /GX /ZI /Od /I "../xerces-c/include" /I "./" /I "../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I "../src/Client" /I "../src/Encoding" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"Platform.hpp" /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -234,18 +234,66 @@ # End Source File # Begin Source File +SOURCE=..\src\Common\AxisEngine.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Util\AxisException.hpp # End Source File # Begin Source File +SOURCE=..\src\Configuration\BasicClientConfig.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Handlers\BasicHandler.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\BasicServerConfig.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Client\Call.hpp # End Source File # Begin Source File +SOURCE=..\src\Common\Chain.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Transport\Channel.hpp # End Source File # Begin Source File +SOURCE=..\src\Common\EngineConfiguration.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\EngineConfigurationFactory.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryDefault.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryFinder.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryServletcpp.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\FileProvider.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\Handler.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Transport\HttpTransport.hpp # End Source File # Begin Source File @@ -262,6 +310,10 @@ # End Source File # Begin Source File +SOURCE=..\src\Common\Part.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Platform.hpp # End Source File # Begin Source File @@ -294,6 +346,26 @@ # End Source File # Begin Source File +SOURCE=..\src\Session\Session.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\SimpleChain.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\SimpleProvider.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Session\SimpleSession.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\SimpleTargetedChain.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Message\SOAPBodyElement.hpp # End Source File # Begin Source File @@ -322,6 +394,14 @@ # End Source File # Begin Source File +SOURCE=..\src\Common\SOAPPart.hpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\TargetedChain.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Transport\Transport.hpp # End Source File # Begin Source File @@ -350,12 +430,120 @@ # End Source File # Begin Source File +SOURCE=..\src\Configuration\XMLStringProvider.hpp +# End Source File +# Begin Source File + SOURCE=..\src\Encoding\XMLType.hpp # End Source File # Begin Source File SOURCE=..\src\Xml\XmlWriter.hpp # End Source File +# End Group +# Begin Group "Common" + +# PROP Default_Filter ".cpp" +# Begin Source File + +SOURCE=..\src\Common\AxisEngine.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\Chain.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\EngineConfiguration.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\EngineConfigurationFactory.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\Part.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\SimpleChain.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\SimpleTargetedChain.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\SOAPPart.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Common\TargetedChain.cpp +# End Source File +# End Group +# Begin Group "Configuration" + +# PROP Default_Filter ".cpp" +# Begin Source File + +SOURCE=..\src\Configuration\BasicClientConfig.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\BasicServerConfig.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryDefault.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryFinder.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\EngineConfigurationFactoryServletcpp.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\FileProvider.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\SimpleProvider.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\Configuration\XMLStringProvider.cpp +# End Source File +# End Group +# Begin Group "Handlers" + +# PROP Default_Filter ".cpp" +# Begin Source File + +SOURCE=..\src\Handlers\BasicHandler.cpp +# End Source File +# End Group +# Begin Group "Server" + +# PROP Default_Filter ".cpp" +# End Group +# Begin Group "Session" + +# PROP Default_Filter ".cpp" +# Begin Source File + +SOURCE=..\src\Session\SimpleSession.cpp +# End Source File +# End Group +# Begin Group "WSDD" + +# PROP Default_Filter "" +# End Group +# Begin Group "WSDL" + +# PROP Default_Filter "" # End Group # End Target # End Project
