Changeset 2662 for code/trunk/visual_studio/vc8/network.vcproj
- Timestamp:
- Feb 14, 2009, 10:17:35 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/visual_studio/vc8/network.vcproj
r2087 r2662 101 101 <Tool 102 102 Name="VCCLCompilerTool" 103 AdditionalOptions="/MP2" 103 104 /> 104 105 <Tool … … 197 198 </File> 198 199 <File 199 RelativePath="..\..\src\network\ Synchronisable.cc"200 RelativePath="..\..\src\network\TrafficControl.cc" 200 201 > 201 202 </File> … … 229 230 <File 230 231 RelativePath="..\..\src\network\packet\Welcome.cc" 232 > 233 </File> 234 </Filter> 235 <Filter 236 Name="synchronisable" 237 > 238 <File 239 RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.cc" 240 > 241 </File> 242 <File 243 RelativePath="..\..\src\network\synchronisable\Synchronisable.cc" 244 > 245 </File> 246 <File 247 RelativePath="..\..\src\network\synchronisable\SynchronisableSpecialisations.cc" 248 > 249 </File> 250 <File 251 RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.cc" 231 252 > 232 253 </File> … … 279 300 </File> 280 301 <File 281 RelativePath="..\..\src\network\NetworkCallback.h"282 >283 </File>284 <File285 302 RelativePath="..\..\src\network\NetworkPrereqs.h" 286 303 > … … 295 312 </File> 296 313 <File 297 RelativePath="..\..\src\network\ Synchronisable.h"314 RelativePath="..\..\src\network\TrafficControl.h" 298 315 > 299 316 </File> … … 327 344 <File 328 345 RelativePath="..\..\src\network\packet\Welcome.h" 346 > 347 </File> 348 </Filter> 349 <Filter 350 Name="synchronisable" 351 > 352 <File 353 RelativePath="..\..\src\network\synchronisable\NetworkCallback.h" 354 > 355 </File> 356 <File 357 RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.h" 358 > 359 </File> 360 <File 361 RelativePath="..\..\src\network\synchronisable\Synchronisable.h" 362 > 363 </File> 364 <File 365 RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.h" 329 366 > 330 367 </File>
Note: See TracChangeset
for help on using the changeset viewer.