Roshan Pius | 4e2ea81 | 2015-09-23 14:46:15 -0700 | [diff] [blame] | 1 | Microsoft Visual Studio Solution File, Format Version 7.00 |
| 2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XmlRpc", "XmlRpc.vcproj", "{C9C8B7B0-2509-4B8A-9224-9FF04297C33B}" |
| 3 | EndProject |
| 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestXml", "Test\TestXml.vcproj", "{6F0C2ADA-0341-4183-8FAA-576668F1788A}" |
| 5 | EndProject |
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestValues", "Test\TestValues.vcproj", "{6181BBE3-DA50-4EEE-8D52-1F4245A1D603}" |
| 7 | EndProject |
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloClient", "Test\HelloClient.vcproj", "{F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}" |
| 9 | EndProject |
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Validator", "Test\Validator.vcproj", "{E68AB694-4805-43EA-A96E-21B8FE285DE4}" |
| 11 | EndProject |
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloServer", "Test\HelloServer.vcproj", "{08C4FFA8-A9E5-4EEA-9703-53C293C2F724}" |
| 13 | EndProject |
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileClient", "test\FileClient.vcproj", "{C3B49855-CD45-448E-991E-3E4C9B02F465}" |
| 15 | EndProject |
| 16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestBase64Client", "test\TestBase64Client.vcproj", "{1E8B725B-E898-494C-84C6-DB77EF38E6CB}" |
| 17 | EndProject |
| 18 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestBase64Server", "test\TestBase64Server.vcproj", "{D3107CC6-6300-47DE-B183-255B75CFE85A}" |
| 19 | EndProject |
| 20 | Global |
| 21 | GlobalSection(SolutionConfiguration) = preSolution |
| 22 | ConfigName.0 = Debug |
| 23 | ConfigName.1 = Release |
| 24 | EndGlobalSection |
| 25 | GlobalSection(ProjectDependencies) = postSolution |
| 26 | {6F0C2ADA-0341-4183-8FAA-576668F1788A}.0 = {C9C8B7B0-2509-4B8A-9224-9FF04297C33B} |
| 27 | {6181BBE3-DA50-4EEE-8D52-1F4245A1D603}.0 = {C9C8B7B0-2509-4B8A-9224-9FF04297C33B} |
| 28 | {F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}.0 = {C9C8B7B0-2509-4B8A-9224-9FF04297C33B} |
| 29 | {08C4FFA8-A9E5-4EEA-9703-53C293C2F724}.0 = {C9C8B7B0-2509-4B8A-9224-9FF04297C33B} |
| 30 | EndGlobalSection |
| 31 | GlobalSection(ProjectConfiguration) = postSolution |
| 32 | {C9C8B7B0-2509-4B8A-9224-9FF04297C33B}.Debug.ActiveCfg = Debug|Win32 |
| 33 | {C9C8B7B0-2509-4B8A-9224-9FF04297C33B}.Debug.Build.0 = Debug|Win32 |
| 34 | {C9C8B7B0-2509-4B8A-9224-9FF04297C33B}.Release.ActiveCfg = Release|Win32 |
| 35 | {C9C8B7B0-2509-4B8A-9224-9FF04297C33B}.Release.Build.0 = Release|Win32 |
| 36 | {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Debug.ActiveCfg = Debug|Win32 |
| 37 | {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Debug.Build.0 = Debug|Win32 |
| 38 | {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Release.ActiveCfg = Release|Win32 |
| 39 | {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Release.Build.0 = Release|Win32 |
| 40 | {6181BBE3-DA50-4EEE-8D52-1F4245A1D603}.Debug.ActiveCfg = Debug|Win32 |
| 41 | {6181BBE3-DA50-4EEE-8D52-1F4245A1D603}.Debug.Build.0 = Debug|Win32 |
| 42 | {6181BBE3-DA50-4EEE-8D52-1F4245A1D603}.Release.ActiveCfg = Release|Win32 |
| 43 | {6181BBE3-DA50-4EEE-8D52-1F4245A1D603}.Release.Build.0 = Release|Win32 |
| 44 | {F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}.Debug.ActiveCfg = Debug|Win32 |
| 45 | {F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}.Debug.Build.0 = Debug|Win32 |
| 46 | {F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}.Release.ActiveCfg = Release|Win32 |
| 47 | {F6860B2F-0F3B-445E-92F2-6DF3D36C90F0}.Release.Build.0 = Release|Win32 |
| 48 | {E68AB694-4805-43EA-A96E-21B8FE285DE4}.Debug.ActiveCfg = Debug|Win32 |
| 49 | {E68AB694-4805-43EA-A96E-21B8FE285DE4}.Debug.Build.0 = Debug|Win32 |
| 50 | {E68AB694-4805-43EA-A96E-21B8FE285DE4}.Release.ActiveCfg = Release|Win32 |
| 51 | {E68AB694-4805-43EA-A96E-21B8FE285DE4}.Release.Build.0 = Release|Win32 |
| 52 | {08C4FFA8-A9E5-4EEA-9703-53C293C2F724}.Debug.ActiveCfg = Debug|Win32 |
| 53 | {08C4FFA8-A9E5-4EEA-9703-53C293C2F724}.Debug.Build.0 = Debug|Win32 |
| 54 | {08C4FFA8-A9E5-4EEA-9703-53C293C2F724}.Release.ActiveCfg = Release|Win32 |
| 55 | {08C4FFA8-A9E5-4EEA-9703-53C293C2F724}.Release.Build.0 = Release|Win32 |
| 56 | {C3B49855-CD45-448E-991E-3E4C9B02F465}.Debug.ActiveCfg = Debug|Win32 |
| 57 | {C3B49855-CD45-448E-991E-3E4C9B02F465}.Debug.Build.0 = Debug|Win32 |
| 58 | {C3B49855-CD45-448E-991E-3E4C9B02F465}.Release.ActiveCfg = Release|Win32 |
| 59 | {C3B49855-CD45-448E-991E-3E4C9B02F465}.Release.Build.0 = Release|Win32 |
| 60 | {1E8B725B-E898-494C-84C6-DB77EF38E6CB}.Debug.ActiveCfg = Debug|Win32 |
| 61 | {1E8B725B-E898-494C-84C6-DB77EF38E6CB}.Debug.Build.0 = Debug|Win32 |
| 62 | {1E8B725B-E898-494C-84C6-DB77EF38E6CB}.Release.ActiveCfg = Release|Win32 |
| 63 | {1E8B725B-E898-494C-84C6-DB77EF38E6CB}.Release.Build.0 = Release|Win32 |
| 64 | {D3107CC6-6300-47DE-B183-255B75CFE85A}.Debug.ActiveCfg = Debug|Win32 |
| 65 | {D3107CC6-6300-47DE-B183-255B75CFE85A}.Debug.Build.0 = Debug|Win32 |
| 66 | {D3107CC6-6300-47DE-B183-255B75CFE85A}.Release.ActiveCfg = Release|Win32 |
| 67 | {D3107CC6-6300-47DE-B183-255B75CFE85A}.Release.Build.0 = Release|Win32 |
| 68 | EndGlobalSection |
| 69 | GlobalSection(ExtensibilityGlobals) = postSolution |
| 70 | EndGlobalSection |
| 71 | GlobalSection(ExtensibilityAddIns) = postSolution |
| 72 | EndGlobalSection |
| 73 | EndGlobal |