12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.0.31919.166
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Entity", "OrderSystem.Entity\OrderSystem.Entity.csproj", "{EDE60870-E2C1-4C16-BECC-59AC1A406A02}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.IServices", "OrderSystem.IServices\OrderSystem.IServices.csproj", "{BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Services", "OrderSystem.Services\OrderSystem.Services.csproj", "{87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Web", "OrderSystem.Web\OrderSystem.Web.csproj", "{5F347DC0-273E-42E1-A48A-C63441A9F89F}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.App", "OrderSystem.App\OrderSystem.App.csproj", "{52F53D0B-2F0B-4EBF-993D-B470F5FB2275}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Release|Any CPU.Build.0 = Release|Any CPU
- {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Release|Any CPU.Build.0 = Release|Any CPU
- {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Release|Any CPU.Build.0 = Release|Any CPU
- {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Release|Any CPU.Build.0 = Release|Any CPU
- {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E3A0A4BC-5568-4E7F-907F-DAC83F8DBCB3}
- EndGlobalSection
- EndGlobal
|