123456789101112131415161718192021222324252627282930313233343536373839404142 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.3.32929.385
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Application", "ERP.Application\ERP.Application.csproj", "{592B7470-C457-446A-BAC9-BB9AF0B91113}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Core", "ERP.Core\ERP.Core.csproj", "{14742EF0-061B-48A8-A4E6-976B7BA77CBE}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERP.Framework", "ERP.Framework\ERP.Framework.csproj", "{8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A97BBA22-5733-4C36-AC0F-D763E0CEE9A9}"
- ProjectSection(SolutionItems) = preProject
- .editorconfig = .editorconfig
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {592B7470-C457-446A-BAC9-BB9AF0B91113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {592B7470-C457-446A-BAC9-BB9AF0B91113}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {592B7470-C457-446A-BAC9-BB9AF0B91113}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {592B7470-C457-446A-BAC9-BB9AF0B91113}.Release|Any CPU.Build.0 = Release|Any CPU
- {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {14742EF0-061B-48A8-A4E6-976B7BA77CBE}.Release|Any CPU.Build.0 = Release|Any CPU
- {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8E06BC7E-E7C2-4E7C-9574-9F3AE00579D3}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {95B429F2-7C22-43F9-8C0F-41DBDEE841EA}
- EndGlobalSection
- EndGlobal
|