StrangeTools.sln 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.29920.165
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrangeFileCopy", "StrangeFileCopy\StrangeFileCopy.csproj", "{7E8C017E-78B6-4AC1-B042-1BDFAF461EE7}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{8E093C14-C04A-45F1-951A-19A5BCBAF703}"
  9. ProjectSection(SolutionItems) = preProject
  10. NuGet.config = NuGet.config
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileNameCharsetConvert", "FileNameCharsetConvert\FileNameCharsetConvert.csproj", "{CE26341A-CE0B-4B1C-97A5-BA7E8A9ACFDD}"
  14. EndProject
  15. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileExpander", "FileExpander\FileExpander.csproj", "{7A3E4609-7FDD-4CE9-8671-82F7049F51B0}"
  16. EndProject
  17. Global
  18. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  19. Debug|Any CPU = Debug|Any CPU
  20. Release|Any CPU = Release|Any CPU
  21. EndGlobalSection
  22. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  23. {7E8C017E-78B6-4AC1-B042-1BDFAF461EE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {7E8C017E-78B6-4AC1-B042-1BDFAF461EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {7E8C017E-78B6-4AC1-B042-1BDFAF461EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {7E8C017E-78B6-4AC1-B042-1BDFAF461EE7}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {CE26341A-CE0B-4B1C-97A5-BA7E8A9ACFDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {CE26341A-CE0B-4B1C-97A5-BA7E8A9ACFDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {CE26341A-CE0B-4B1C-97A5-BA7E8A9ACFDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {CE26341A-CE0B-4B1C-97A5-BA7E8A9ACFDD}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {7A3E4609-7FDD-4CE9-8671-82F7049F51B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {7A3E4609-7FDD-4CE9-8671-82F7049F51B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {7A3E4609-7FDD-4CE9-8671-82F7049F51B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {7A3E4609-7FDD-4CE9-8671-82F7049F51B0}.Release|Any CPU.Build.0 = Release|Any CPU
  35. EndGlobalSection
  36. GlobalSection(SolutionProperties) = preSolution
  37. HideSolutionNode = FALSE
  38. EndGlobalSection
  39. GlobalSection(ExtensibilityGlobals) = postSolution
  40. SolutionGuid = {017A8C58-F476-47E7-9CBE-077A98A76AB4}
  41. EndGlobalSection
  42. EndGlobal