| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.28307.136
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FF8", "FF8\FF8.csproj", "{E23A12F6-73DC-4933-903B-2DC0765ED19B}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7D18589-9CDA-4F6B-AB1B-A7FB7939C3D7}"
- ProjectSection(SolutionItems) = preProject
- .gitignore = .gitignore
- README.md = README.md
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FF8.Encoding", "FF8.Encoding\FF8.Encoding.csproj", "{A9B33BF4-9B03-4E3D-BF6A-181521046EE8}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- DebugLinux|Any CPU = DebugLinux|Any CPU
- DebugLinux|x64 = DebugLinux|x64
- DebugLinux|x86 = DebugLinux|x86
- DebugWindows|Any CPU = DebugWindows|Any CPU
- DebugWindows|x64 = DebugWindows|x64
- DebugWindows|x86 = DebugWindows|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|Any CPU.ActiveCfg = DebugLinux|x86
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|Any CPU.Build.0 = DebugLinux|x86
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x64.ActiveCfg = DebugLinux|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x64.Build.0 = DebugLinux|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x86.ActiveCfg = DebugLinux|x86
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugLinux|x86.Build.0 = DebugLinux|x86
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|Any CPU.ActiveCfg = DebugWindows|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|Any CPU.Build.0 = DebugWindows|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x64.ActiveCfg = DebugWindows|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x64.Build.0 = DebugWindows|x64
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x86.ActiveCfg = DebugWindows|x86
- {E23A12F6-73DC-4933-903B-2DC0765ED19B}.DebugWindows|x86.Build.0 = DebugWindows|x86
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|Any CPU.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|Any CPU.Build.0 = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x64.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x64.Build.0 = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x86.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugLinux|x86.Build.0 = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|Any CPU.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|Any CPU.Build.0 = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x64.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x64.Build.0 = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x86.ActiveCfg = Debug|Any CPU
- {A9B33BF4-9B03-4E3D-BF6A-181521046EE8}.DebugWindows|x86.Build.0 = Debug|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {2799A2A4-25AE-4BF3-9F40-46C4F5F9780B}
- EndGlobalSection
- EndGlobal
|