Changeset 19796
- Timestamp:
- 02/05/07 09:09:51 (2 years ago)
- Files:
-
- juggler/trunk/modules/vapor/test/TestSuite/TestSuite.sln (modified) (1 diff)
- juggler/trunk/modules/vapor/test/TestSuite/runner.vcproj (modified) (7 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/cmod.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/cxxmod.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod1.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod2.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1_d.vcproj (modified) (3 diffs)
- juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod2.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/test/TestSuite/TestSuite.sln
r14554 r19796 1 Microsoft Visual Studio Solution File, Format Version 7.001 Microsoft Visual Studio Solution File, Format Version 8.00 2 2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runner", "runner.vcproj", "{5660D1A6-A8FA-48D0-B881-567A1F57DF39}" 3 ProjectSection(ProjectDependencies) = postProject 4 EndProjectSection 3 5 EndProject 4 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsomod1", "vc7\dsomod1.vcproj", "{90A4206A-9A02-4F78-9957-8704F1A80799}" 7 ProjectSection(ProjectDependencies) = postProject 8 EndProjectSection 5 9 EndProject 6 10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsomod2", "vc7\dsomod2.vcproj", "{17842811-54D3-4779-BE4D-0F0674193F8D}" 11 ProjectSection(ProjectDependencies) = postProject 12 EndProjectSection 7 13 EndProject 8 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmod", "vc7\cmod.vcproj", "{375DCDC8-506A-4CFB-83AA-FD761C666393}" 15 ProjectSection(ProjectDependencies) = postProject 16 EndProjectSection 9 17 EndProject 10 18 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cxxmod", "vc7\cxxmod.vcproj", "{92043CD8-566E-44D9-A8D6-A0CD0F4E472A}" 19 ProjectSection(ProjectDependencies) = postProject 20 EndProjectSection 11 21 EndProject 12 22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loadermod1", "vc7\loadermod1.vcproj", "{8323533D-7454-47AF-9CEF-8B553B2340E5}" 23 ProjectSection(ProjectDependencies) = postProject 24 EndProjectSection 13 25 EndProject 14 26 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loadermod1_d", "vc7\loadermod1_d.vcproj", "{B781C070-FF92-4216-9A03-DFCD4D4C2AA4}" 27 ProjectSection(ProjectDependencies) = postProject 28 EndProjectSection 15 29 EndProject 16 30 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loadermod2", "vc7\loadermod2.vcproj", "{BAB63CB8-AF6D-421C-8CDA-C0AB2A85739B}" 31 ProjectSection(ProjectDependencies) = postProject 32 EndProjectSection 17 33 EndProject 18 34 Global 19 35 GlobalSection(SolutionConfiguration) = preSolution 20 ConfigName.0= Debug21 ConfigName.1= Release36 Debug = Debug 37 Release = Release 22 38 EndGlobalSection 23 39 GlobalSection(ProjectDependencies) = postSolution juggler/trunk/modules/vapor/test/TestSuite/runner.vcproj
r19036 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="runner" 6 6 ProjectGUID="{5660D1A6-A8FA-48D0-B881-567A1F57DF39}" … … 58 58 Name="VCWebServiceProxyGeneratorTool"/> 59 59 <Tool 60 Name="VCXMLDataGeneratorTool"/> 61 <Tool 60 62 Name="VCWebDeploymentTool"/> 63 <Tool 64 Name="VCManagedWrapperGeneratorTool"/> 65 <Tool 66 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 61 67 </Configuration> 62 68 <Configuration … … 109 115 Name="VCWebServiceProxyGeneratorTool"/> 110 116 <Tool 117 Name="VCXMLDataGeneratorTool"/> 118 <Tool 111 119 Name="VCWebDeploymentTool"/> 120 <Tool 121 Name="VCManagedWrapperGeneratorTool"/> 122 <Tool 123 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 112 124 </Configuration> 113 125 </Configurations> 126 <References> 127 </References> 114 128 <Files> 115 129 <Filter … … 150 164 </File> 151 165 <File 166 RelativePath="main.cpp"> 167 </File> 168 <File 152 169 RelativePath="TestCases\Socket\NonBlockingSocketsTest.cpp"> 153 170 </File> … … 162 179 </File> 163 180 <File 181 RelativePath="TestCases\IO\SerializableTest.cpp"> 182 </File> 183 <File 164 184 RelativePath="TestCases\IO\Port\SerialPortTest.cpp"> 165 185 </File> 166 186 <File 167 RelativePath="TestCases\IO\SerializableTest.cpp">168 </File>169 <File170 187 RelativePath="TestCases\Thread\SignalTest.cpp"> 171 188 </File> … … 190 207 <File 191 208 RelativePath="TestCases\IO\XMLReaderWriterTest.cpp"> 192 </File>193 <File194 RelativePath="main.cpp">195 209 </File> 196 210 </Filter> … … 247 261 </File> 248 262 <File 263 RelativePath="TestCases\IO\SerializableTest.h"> 264 </File> 265 <File 249 266 RelativePath="TestCases\IO\Port\SerialPortTest.h"> 250 </File>251 <File252 RelativePath="TestCases\IO\SerializableTest.h">253 267 </File> 254 268 <File juggler/trunk/modules/vapor/test/TestSuite/vc7/cmod.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="cmod" 6 6 ProjectGUID="{375DCDC8-506A-4CFB-83AA-FD761C666393}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/cxxmod.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="cxxmod" 6 6 ProjectGUID="{92043CD8-566E-44D9-A8D6-A0CD0F4E472A}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod1.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="dsomod1" 6 6 ProjectGUID="{90A4206A-9A02-4F78-9957-8704F1A80799}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod2.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="dsomod2" 6 6 ProjectGUID="{17842811-54D3-4779-BE4D-0F0674193F8D}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="loadermod1" 6 6 ProjectGUID="{8323533D-7454-47AF-9CEF-8B553B2340E5}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1_d.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="loadermod1_d" 6 6 ProjectGUID="{B781C070-FF92-4216-9A03-DFCD4D4C2AA4}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod2.vcproj
r14612 r19796 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="7. 00"4 Version="7.10" 5 5 Name="loadermod2" 6 6 ProjectGUID="{BAB63CB8-AF6D-421C-8CDA-C0AB2A85739B}" … … 53 53 Name="VCWebServiceProxyGeneratorTool"/> 54 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 55 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 56 62 </Configuration> 57 63 <Configuration … … 100 106 Name="VCWebServiceProxyGeneratorTool"/> 101 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 102 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 103 115 </Configuration> 104 116 </Configurations> 117 <References> 118 </References> 105 119 <Files> 106 120 <Filter
