Changeset 20002
- Timestamp:
- 04/24/07 14:11:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/tweek/test/NetworkTestBean/NetworkTest_CXX.vcproj
r19030 r20002 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="NetworkTestBean (C++)" 6 6 ProjectGUID="{D07F580C-1FB3-45EB-84E2-113FD7CD2D83}" … … 67 67 Name="VCWebServiceProxyGeneratorTool"/> 68 68 <Tool 69 Name="VCXMLDataGeneratorTool"/> 70 <Tool 69 71 Name="VCWebDeploymentTool"/> 72 <Tool 73 Name="VCManagedWrapperGeneratorTool"/> 74 <Tool 75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 70 76 </Configuration> 71 77 <Configuration … … 122 128 Name="VCWebServiceProxyGeneratorTool"/> 123 129 <Tool 130 Name="VCXMLDataGeneratorTool"/> 131 <Tool 124 132 Name="VCWebDeploymentTool"/> 133 <Tool 134 Name="VCManagedWrapperGeneratorTool"/> 135 <Tool 136 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 125 137 </Configuration> 126 138 </Configurations> 139 <References> 140 </References> 127 141 <Files> 128 142 <Filter 129 143 Name="Source Files" 130 144 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 145 <File 146 RelativePath="main.cpp"> 147 </File> 131 148 <File 132 149 RelativePath="SliderSubject.cpp"> … … 140 157 <File 141 158 RelativePath="WhiteboardSubjectImpl.cpp"> 142 </File>143 <File144 RelativePath="main.cpp">145 159 </File> 146 160 </Filter> juggler/trunk/modules/tweek/test/NetworkTestBean/NetworkTest_Java.vcproj
r15140 r20002 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="NetworkTestBean (Java)" 6 6 ProjectGUID="{7506244E-1D87-4642-B560-82A0BA674A7D}" … … 35 35 </Configuration> 36 36 </Configurations> 37 <References> 38 </References> 37 39 <Files> 38 40 <Filter juggler/trunk/modules/tweek/test/TestApplications.sln
r15140 r20002 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}") = "NetworkTestBean (C++)", "NetworkTestBean\NetworkTest_CXX.vcproj", "{D07F580C-1FB3-45EB-84E2-113FD7CD2D83}" 3 ProjectSection(ProjectDependencies) = postProject 4 EndProjectSection 3 5 EndProject 4 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetworkTestBean (Java)", "NetworkTestBean\NetworkTest_Java.vcproj", "{7506244E-1D87-4642-B560-82A0BA674A7D}" 7 ProjectSection(ProjectDependencies) = postProject 8 EndProjectSection 5 9 EndProject 6 10 Global 7 11 GlobalSection(SolutionConfiguration) = preSolution 8 ConfigName.0 = Debug 9 ConfigName.1 = Release 10 EndGlobalSection 11 GlobalSection(ProjectDependencies) = postSolution 12 Debug = Debug 13 Release = Release 12 14 EndGlobalSection 13 15 GlobalSection(ProjectConfiguration) = postSolution
