Changeset 19679
- Timestamp:
- 12/18/06 09:08:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/vc7/VRJuggler/DirectX_Draw_Manager/DirectX_Draw_Manager.vcproj
r19673 r19679 3 3 ProjectType="Visual C++" 4 4 Version="7.10" 5 Name="VR Juggler Direct XDraw Manager"5 Name="VR Juggler Direct3D Draw Manager" 6 6 ProjectGUID="{927ADA64-5D2E-4066-ABDA-3D65A9CF524B}" 7 7 Keyword="Win32Proj"> … … 140 140 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 141 141 <File 142 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dApp.cpp">142 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dApp.cpp"> 143 143 </File> 144 144 <File 145 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dBasicSimulator.cpp">145 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dBasicSimulator.cpp"> 146 146 </File> 147 147 <File 148 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dDrawManager.cpp">148 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dDrawManager.cpp"> 149 149 </File> 150 150 <File 151 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dSimInterfaceFactory.cpp">151 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dSimInterfaceFactory.cpp"> 152 152 </File> 153 153 <File 154 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dWindow.cpp">154 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dWindow.cpp"> 155 155 </File> 156 156 </Filter> … … 159 159 Filter="h;hpp;hxx;hm;inl;inc"> 160 160 <File 161 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\Config.h">161 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\Config.h"> 162 162 </File> 163 163 <File 164 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dApp.h">164 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dApp.h"> 165 165 </File> 166 166 <File 167 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dBasicSimulator.h">167 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dBasicSimulator.h"> 168 168 </File> 169 169 <File 170 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dDrawManager.h">170 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dDrawManager.h"> 171 171 </File> 172 172 <File 173 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dSimInterface.h">173 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dSimInterface.h"> 174 174 </File> 175 175 <File 176 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dSimInterfaceFactory.h">176 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dSimInterfaceFactory.h"> 177 177 </File> 178 178 <File 179 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct X\D3dWindow.h">179 RelativePath="..\..\..\modules\vrjuggler\vrj\Draw\Direct3D\D3dWindow.h"> 180 180 </File> 181 181 </Filter>
