/Katmai_October2008_Refresh1/HelloWorld_CLR/HelloWorldCS.sln
Unknown | 32 lines | 31 code | 1 blank | 0 comment | 0 complexity | c89b55d11285d5bdfb867d7f70192225 MD5 | raw file
1 2Microsoft Visual Studio Solution File, Format Version 10.00 3# Visual Studio 2008 4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldClient", "HelloWorldClient\cs\HelloWorldClient\HelloWorldClient.csproj", "{C382C134-4095-4BF4-A875-3CA1576E4117}" 5EndProject 6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBrokerInterface", "..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj", "{00683377-A75F-47EB-8934-1484D6480877}" 7EndProject 8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldServiceInternal", "HelloWorldService\cs\HelloWorldService\HelloWorldServiceInternal.csproj", "{063E09C9-7DB9-423E-B99D-41228EB477AA}" 9EndProject 10Global 11 GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 Debug|Any CPU = Debug|Any CPU 13 Release|Any CPU = Release|Any CPU 14 EndGlobalSection 15 GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 {C382C134-4095-4BF4-A875-3CA1576E4117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 17 {C382C134-4095-4BF4-A875-3CA1576E4117}.Debug|Any CPU.Build.0 = Debug|Any CPU 18 {C382C134-4095-4BF4-A875-3CA1576E4117}.Release|Any CPU.ActiveCfg = Release|Any CPU 19 {C382C134-4095-4BF4-A875-3CA1576E4117}.Release|Any CPU.Build.0 = Release|Any CPU 20 {00683377-A75F-47EB-8934-1484D6480877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 21 {00683377-A75F-47EB-8934-1484D6480877}.Debug|Any CPU.Build.0 = Debug|Any CPU 22 {00683377-A75F-47EB-8934-1484D6480877}.Release|Any CPU.ActiveCfg = Release|Any CPU 23 {00683377-A75F-47EB-8934-1484D6480877}.Release|Any CPU.Build.0 = Release|Any CPU 24 {063E09C9-7DB9-423E-B99D-41228EB477AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 25 {063E09C9-7DB9-423E-B99D-41228EB477AA}.Debug|Any CPU.Build.0 = Debug|Any CPU 26 {063E09C9-7DB9-423E-B99D-41228EB477AA}.Release|Any CPU.ActiveCfg = Release|Any CPU 27 {063E09C9-7DB9-423E-B99D-41228EB477AA}.Release|Any CPU.Build.0 = Release|Any CPU 28 EndGlobalSection 29 GlobalSection(SolutionProperties) = preSolution 30 HideSolutionNode = FALSE 31 EndGlobalSection 32EndGlobal