IsoFilePatcher.sln 1.3 KB

123456789101112131415161718192021222324252627282930
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.29728.190
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IsoFilePatcher", "IsoFilePatcher.csproj", "{AC967DCC-5B16-4949-95C4-ECDFC97DD800}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1EE6888C-3DE3-43A5-A377-EAB506699614}"
  9. ProjectSection(SolutionItems) = preProject
  10. README.md = README.md
  11. EndProjectSection
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|Any CPU = Debug|Any CPU
  16. Release|Any CPU = Release|Any CPU
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {AC967DCC-5B16-4949-95C4-ECDFC97DD800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {AC967DCC-5B16-4949-95C4-ECDFC97DD800}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {AC967DCC-5B16-4949-95C4-ECDFC97DD800}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {AC967DCC-5B16-4949-95C4-ECDFC97DD800}.Release|Any CPU.Build.0 = Release|Any CPU
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. GlobalSection(ExtensibilityGlobals) = postSolution
  28. SolutionGuid = {BB5D61F1-CF14-402C-AEAD-B417C7F01569}
  29. EndGlobalSection
  30. EndGlobal