ReadMe.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ========================================================================
  2. CONSOLE APPLICATION : FbxTests Project Overview
  3. ========================================================================
  4. AppWizard has created this FbxTests application for you.
  5. This file contains a summary of what you will find in each of the files that
  6. make up your FbxTests application.
  7. FbxTests.vcxproj
  8. This is the main project file for VC++ projects generated using an Application Wizard.
  9. It contains information about the version of Visual C++ that generated the file, and
  10. information about the platforms, configurations, and project features selected with the
  11. Application Wizard.
  12. FbxTests.vcxproj.filters
  13. This is the filters file for VC++ projects generated using an Application Wizard.
  14. It contains information about the association between the files in your project
  15. and the filters. This association is used in the IDE to show grouping of files with
  16. similar extensions under a specific node (for e.g. ".cpp" files are associated with the
  17. "Source Files" filter).
  18. FbxTests.cpp
  19. This is the main application source file.
  20. /////////////////////////////////////////////////////////////////////////////
  21. Other standard files:
  22. StdAfx.h, StdAfx.cpp
  23. These files are used to build a precompiled header (PCH) file
  24. named FbxTests.pch and a precompiled types file named StdAfx.obj.
  25. /////////////////////////////////////////////////////////////////////////////
  26. Other notes:
  27. AppWizard uses "TODO:" comments to indicate parts of the source code you
  28. should add to or customize.
  29. /////////////////////////////////////////////////////////////////////////////