FF8.sln 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.28307.136
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FF8", "FF8\FF8.csproj", "{E23A12F6-73DC-4933-903B-2DC0765ED19B}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7D18589-9CDA-4F6B-AB1B-A7FB7939C3D7}"
  9. ProjectSection(SolutionItems) = preProject
  10. .gitignore = .gitignore
  11. README.md = README.md
  12. EndProjectSection
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FF8.Encoding", "FF8.Encoding\FF8.Encoding.csproj", "{A9B33BF4-9B03-4E3D-BF6A-181521046EE8}"
  15. EndProject
  16. Global
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. DebugLinux|Any CPU = DebugLinux|Any CPU
  19. DebugLinux|x64 = DebugLinux|x64
  20. DebugLinux|x86 = DebugLinux|x86
  21. DebugWindows|Any CPU = DebugWindows|Any CPU
  22. DebugWindows|x64 = DebugWindows|x64
  23. DebugWindows|x86 = DebugWindows|x86
  24. EndGlobalSection
  25. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  26. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|Any CPU.ActiveCfg = DebugLinux|x86
  27. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|Any CPU.Build.0 = DebugLinux|x86
  28. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x64.ActiveCfg = DebugLinux|x64
  29. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x64.Build.0 = DebugLinux|x64
  30. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x86.ActiveCfg = DebugLinux|x86
  31. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x86.Build.0 = DebugLinux|x86
  32. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|Any CPU.ActiveCfg = DebugWindows|x64
  33. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|Any CPU.Build.0 = DebugWindows|x64
  34. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x64.ActiveCfg = DebugWindows|x64
  35. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x64.Build.0 = DebugWindows|x64
  36. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x86.ActiveCfg = DebugWindows|x86
  37. {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x86.Build.0 = DebugWindows|x86
  38. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|Any CPU.ActiveCfg = Debug|Any CPU
  39. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|Any CPU.Build.0 = Debug|Any CPU
  40. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x64.ActiveCfg = Debug|Any CPU
  41. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x64.Build.0 = Debug|Any CPU
  42. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x86.ActiveCfg = Debug|Any CPU
  43. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x86.Build.0 = Debug|Any CPU
  44. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|Any CPU.ActiveCfg = Debug|Any CPU
  45. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|Any CPU.Build.0 = Debug|Any CPU
  46. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x64.ActiveCfg = Debug|Any CPU
  47. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x64.Build.0 = Debug|Any CPU
  48. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x86.ActiveCfg = Debug|Any CPU
  49. {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x86.Build.0 = Debug|Any CPU
  50. EndGlobalSection
  51. GlobalSection(SolutionProperties) = preSolution
  52. HideSolutionNode = FALSE
  53. EndGlobalSection
  54. GlobalSection(ExtensibilityGlobals) = postSolution
  55. SolutionGuid = {2799A2A4-25AE-4BF3-9F40-46C4F5F9780B}
  56. EndGlobalSection
  57. EndGlobal