forked from MuzaffarNurillaew/Ubee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUbee.sln
43 lines (43 loc) · 2.47 KB
/
Ubee.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ubee", "Ubee\Ubee.csproj", "{3CD5967F-1D88-4720-8721-B0217A31A19E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ubee.Domain", "Ubee.Domain\Ubee.Domain.csproj", "{AA41D60F-ECC7-4883-88E5-3FA077664920}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ubee.Data", "Ubee.Data\Ubee.Data.csproj", "{5EC78CBD-73E3-4ED5-8C80-FFFD0896E0A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ubee.Service", "Ubee.Service\Ubee.Service.csproj", "{3638800E-64A9-4643-94BF-1839D9A55149}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CD5967F-1D88-4720-8721-B0217A31A19E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD5967F-1D88-4720-8721-B0217A31A19E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD5967F-1D88-4720-8721-B0217A31A19E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD5967F-1D88-4720-8721-B0217A31A19E}.Release|Any CPU.Build.0 = Release|Any CPU
{AA41D60F-ECC7-4883-88E5-3FA077664920}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA41D60F-ECC7-4883-88E5-3FA077664920}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA41D60F-ECC7-4883-88E5-3FA077664920}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA41D60F-ECC7-4883-88E5-3FA077664920}.Release|Any CPU.Build.0 = Release|Any CPU
{5EC78CBD-73E3-4ED5-8C80-FFFD0896E0A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EC78CBD-73E3-4ED5-8C80-FFFD0896E0A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EC78CBD-73E3-4ED5-8C80-FFFD0896E0A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EC78CBD-73E3-4ED5-8C80-FFFD0896E0A4}.Release|Any CPU.Build.0 = Release|Any CPU
{3638800E-64A9-4643-94BF-1839D9A55149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3638800E-64A9-4643-94BF-1839D9A55149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3638800E-64A9-4643-94BF-1839D9A55149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3638800E-64A9-4643-94BF-1839D9A55149}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A0D0482-1627-42DE-B549-02627216804B}
EndGlobalSection
EndGlobal