Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / ATL

Temperature Convert:An XML Web service Using ATL Server and MFC Client

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Mar 20073 min read 53.6K   707   20  
An XML Web Service using ATL Server and Called by MFC Client

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TempConvert", "TempConvert\TempConvert.vcproj", "{9098F22C-7509-4100-8DFC-DB3024C60C4A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TempConvertIsapi", "TempConvertIsapi\TempConvertIsapi.vcproj", "{65E5DEDC-07EF-48CE-B10B-72ED9B0E7D48}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TempConvertClient", "TempConvertClient\TempConvertClient.vcproj", "{D310BE63-E3AC-4064-88CE-2A17EF5F5A47}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9098F22C-7509-4100-8DFC-DB3024C60C4A}.Debug|Win32.ActiveCfg = Debug|Win32
		{9098F22C-7509-4100-8DFC-DB3024C60C4A}.Debug|Win32.Build.0 = Debug|Win32
		{9098F22C-7509-4100-8DFC-DB3024C60C4A}.Release|Win32.ActiveCfg = Release|Win32
		{9098F22C-7509-4100-8DFC-DB3024C60C4A}.Release|Win32.Build.0 = Release|Win32
		{65E5DEDC-07EF-48CE-B10B-72ED9B0E7D48}.Debug|Win32.ActiveCfg = Debug|Win32
		{65E5DEDC-07EF-48CE-B10B-72ED9B0E7D48}.Debug|Win32.Build.0 = Debug|Win32
		{65E5DEDC-07EF-48CE-B10B-72ED9B0E7D48}.Release|Win32.ActiveCfg = Release|Win32
		{65E5DEDC-07EF-48CE-B10B-72ED9B0E7D48}.Release|Win32.Build.0 = Release|Win32
		{D310BE63-E3AC-4064-88CE-2A17EF5F5A47}.Debug|Win32.ActiveCfg = Debug|Win32
		{D310BE63-E3AC-4064-88CE-2A17EF5F5A47}.Debug|Win32.Build.0 = Debug|Win32
		{D310BE63-E3AC-4064-88CE-2A17EF5F5A47}.Release|Win32.ActiveCfg = Release|Win32
		{D310BE63-E3AC-4064-88CE-2A17EF5F5A47}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
I am favor to use C\C++,MFC,ATL,COM and JavaScript to program, and interesting in network security as well.In my spare time,I like playingbasketball,Climbing.I now live in Beijing,China.It is nice to go along the red walls around the Forbitten City.

Comments and Discussions