Ecxel.sln 1.3 KB

123456789101112131415161718192021222324252627282930
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.32014.148
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ecxel", "Ecxel\Ecxel.csproj", "{2FDBD261-DF04-4525-B667-27799E472D1C}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23C6E959-695C-47DF-86F8-8F0E830BE3F7}"
  9. ProjectSection(SolutionItems) = preProject
  10. .editorconfig = .editorconfig
  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. {2FDBD261-DF04-4525-B667-27799E472D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {2FDBD261-DF04-4525-B667-27799E472D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {2FDBD261-DF04-4525-B667-27799E472D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {2FDBD261-DF04-4525-B667-27799E472D1C}.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 = {CD0E1D4B-3F7B-4C26-BF41-D455148FD909}
  29. EndGlobalSection
  30. EndGlobal