ERP.sln 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.3.32929.385
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Application", "ERP.Application\ERP.Application.csproj", "{592B7470-C457-446A-BAC9-BB9AF0B91113}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Core", "ERP.Core\ERP.Core.csproj", "{14742EF0-061B-48A8-A4E6-976B7BA77CBE}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Framework", "ERP.Framework\ERP.Framework.csproj", "{8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}"
  11. EndProject
  12. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A97BBA22-5733-4C36-AC0F-D763E0CEE9A9}"
  13. ProjectSection(SolutionItems) = preProject
  14. .editorconfig = .editorconfig
  15. EndProjectSection
  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. {592B7470-C457-446A-BAC9-BB9AF0B91113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {592B7470-C457-446A-BAC9-BB9AF0B91113}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {592B7470-C457-446A-BAC9-BB9AF0B91113}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {592B7470-C457-446A-BAC9-BB9AF0B91113}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.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 = {95B429F2-7C22-43F9-8C0F-41DBDEE841EA}
  41. EndGlobalSection
  42. EndGlobal