TCLCommand.sln 1.4 KB

1234567891011121314151617181920212223242526272829
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 10.00
  3. # Visual Studio 2008
  4. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TCLCommand", "TCLCommand\TCLCommand.vcproj", "{27E3466D-67B0-42C4-BAB9-B497D6143C61}"
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  8. Debug|Win32 = Debug|Win32
  9. DebugEXE|Win32 = DebugEXE|Win32
  10. ExportClass|Win32 = ExportClass|Win32
  11. PYD|Win32 = PYD|Win32
  12. Release|Win32 = Release|Win32
  13. EndGlobalSection
  14. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  15. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.Debug|Win32.ActiveCfg = Debug|Win32
  16. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.Debug|Win32.Build.0 = Debug|Win32
  17. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.DebugEXE|Win32.ActiveCfg = DebugEXE|Win32
  18. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.DebugEXE|Win32.Build.0 = DebugEXE|Win32
  19. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.ExportClass|Win32.ActiveCfg = ExportClass|Win32
  20. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.ExportClass|Win32.Build.0 = ExportClass|Win32
  21. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.PYD|Win32.ActiveCfg = PYD|Win32
  22. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.PYD|Win32.Build.0 = PYD|Win32
  23. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.Release|Win32.ActiveCfg = Release|Win32
  24. {27E3466D-67B0-42C4-BAB9-B497D6143C61}.Release|Win32.Build.0 = Release|Win32
  25. EndGlobalSection
  26. GlobalSection(SolutionProperties) = preSolution
  27. HideSolutionNode = FALSE
  28. EndGlobalSection
  29. EndGlobal